Financial Markets
I recently the online course Financial Markets, an introductory course about finance, and I was curious about how much knowledge there I could apply to programming. Tools I did everything in a Jupyter notebook then copies things over to this blog form. All the code samples were ran in python3.9, with these imports. import numpy as np from collections import defaultdict from random import shuffle from matplotlib import pyplot as plt Disclaimer This post is not financial advice.