Tutorial 1: Convolution in Python
Material
The notebook from the tutorial can be downloaded from the course tutorials repo.
We recommend cloning the repo with git
and using git pull
to update it next
time.
Students are encouraged to install the provided conda
environment and play
with the examples from the notebook.
Video
Extra Resources
-
conda
download and installation. -
Detailed notebooks for learning python
https://github.com/jerry-git/learn-python3 -
Good introduction to
numpy
(presentation + notebooks)
https://github.com/gertingold/euroscipy-numpy-tutorial -
Python official docs
https://docs.python.org/3.6/. -
numpy
official docs
https://docs.scipy.org/doc/numpy/reference/ -
scipy
official docs
https://docs.scipy.org/