Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, 26. & 27. August 2017
You find the introduction slides under http://hilpisch.com/epat.pdf
We are using Python 3.6. Download and install Miniconda 3.6 from https://conda.io/miniconda.html
If you have either Miniconda or Anaconda already installed, there is no need to install anything new. You should then execute the following lines on the shell/command prompt:
conda create -n epat python=3.6
(source) activate epat
conda install numpy pandas=0.19 scikit-learn matplotlib
conda install pandas-datareader pytables
conda install ipython jupyter
jupyter notebook
Management of environments: https://conda.io/docs/using/envs.html
Use this link to get a 10 USD bonus on DigitalOcean when signing up for a new account.
Good book about everything import in Python data analysis: Python Data Science Handbook, O'Reilly
Good book covering object-oriented programming in Python: Fluent Python, O'Reilly