Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.63 KB

Preparation material

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

Python Tutorials

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:

Further reading

For those interested already in more advanced topics, here is a more comprehensive list of resourses related to Scientific Python Programming.

Online course

Books

Numpy/Scipy

Documentation