Skip to content

Instantly share code, notes, and snippets.

@yhilpisch
Created May 2, 2023 09:08
Show Gist options
  • Save yhilpisch/14342cdf701dee0072a1f28b04a31be5 to your computer and use it in GitHub Desktop.
Save yhilpisch/14342cdf701dee0072a1f28b04a31be5 to your computer and use it in GitHub Desktop.

Python for Finance Online Bootcamp

3-Day Bootcamp about Python, NumPy & pandas for Finance

Dr. Yves J. Hilpisch

CEO The Python Quants | The AI Machine

Online, May 2023

Short Link

http://bit.ly/pffbc_may_2023

Slides & Materials

You find the introduction slides under https://certificate.tpq.io/pffbc.pdf

Financial Theory with Python

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.

Python for Finance (2nd ed.)

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.

Python for Algorithmic Trading

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.

Artificial Intelligence in Finance

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.

Further Resources

Docker

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.

Cloud

Use this link to get a 200 USD bonus on DigitalOcean when signing up for a new account.

ZeroMQ

The major resource for the ZeroMQ distributed messaging package based on sockets is http://zeromq.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment