Clone the MerinoRaul GitHub repo to get the specific derivative pricing examples.
If you are looking for free, comprehensive educational materials on this exact topic:
While it's a broader book, the 2nd Edition PDF by Yves Hilpisch is often available through university repositories like Sea-Stat and covers derivatives extensively. Download Introduction Financial Derivatives with Python pdf
To start practicing immediately with the code from these books:
The authors provide all the supporting Python code and Jupyter notebooks for free on GitHub. Clone the MerinoRaul GitHub repo to get the
Open your terminal, type jupyter notebook , and start exploring the .ipynb files.
Download the Anaconda Distribution to get all the necessary math libraries (NumPy, Pandas, Matplotlib) at once. type jupyter notebook
A highly regarded, free PDF Guide for using Python in economics and finance. 🛠️ Quick Setup Guide