3-Day Bootcamp about Python, NumPy & pandas for Finance
Dr. Yves J. Hilpisch
CEO The Python Quants | The AI Machine
Online, May 2023
You find the introduction slides under https://certificate.tpq.io/pffbc.pdf
Our most recent book about Financial Theory with Python (https://home.tpq.io/books/ftwp/).
Sign up under https://finpy.pqp.io to access all the Jupyter Notebooks and execute them on our Quant Platform.
Our standard reference book about Python for Finance (http://py4fi.tpq.io).
Sign up under https://py4fi.pqp.io to access all the Jupyter Notebooks and execute them on our Quant Platform.
Our book about Python for Algorithmic Trading (https://py4at.tpq.io).
Sign up under https://py4at.pqp.io to access all the Jupyter Notebooks and execute them on our Quant Platform.
Our book about Artificial Intelligence in Finance (https://aiif.tpq.io).
Sign up under https://aiif.pqp.io to access all the Jupyter Notebooks and execute them on our Quant Platform.
To install Docker see https://docs.docker.com/install/.
To run a Ubuntu-based Docker container, execute on the shell (Linux/Mac) the following:
docker run -ti -p 9999:9999 -h pffbc -v $(pwd):/root/live ubuntu:latest /bin/bash
Make sure to adjust the folder to be mounted accordingly.
Use this link to get a 200 USD bonus on DigitalOcean when signing up for a new account.
The major resource for the ZeroMQ
distributed messaging package based on sockets is http://zeromq.org/