This is a collection of online material intended for preparation before the start of the course, especially for those who are new to Python. In order to be prepared for this course, you should be able to understand this simple python example: minimal.py
Studying some of the following online tutorials should allow you to understand the above example and follow the content of this course. For a short one check:
For a more thorough tutorial see:
Or the official Python tutorial:
For those interested already in more advanced topics, here is a more comprehensive list of resourses related to Scientific Python Programming.
- Python for Scientific Computing - an excellent course, very similar in scope to this one!