Python for computational science
Learning how to write Python for High Performance Computing in different science fields.
with
Jupyter, Anaconda, Numpy, Matplotlib, Scipy, Pandas, Cython
Material
- Lectures material on GitHub
- Docker image for Notebook environment during the course
- Compressed zip with all notebooks
- Compressed PDF of all lectures
Installing on your machine
You should use anaconda: conda install jupyter scipy pandas seaborn cython
Notebook live slideshow
You need the RISE plugin:
wget https://github.com/pdonorio/RISE/archive/3.x.zip
unzip 3.x.zip && cd RISE-3.x
python setup.py install