Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, 03. & 04. June 2017
You find the introduction slides under http://hilpisch.com/epat.pdf
Download and install Miniconda 2.7 from https://conda.io/miniconda.html
If you have either Miniconda or Anaconda already installed, there is not need to install anything new.
conda create -n epat python=2.7
(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
Good book covering object-oriented programming in Python: Fluent Python, O'Reilly