External resources#

Resources used (and linked) in these lecture notes:

Fundamentals:

Python tutorials:

  • the official tutorial, always a good place to start if you are coming from another language (not so good for beginners in programming though).

  • the scipy lecture notes, a good overview of the scientific python stack for scientists with previous programming experience.

Python reference:

  • the python documentation is your best reference for any question related to the language and the standard library.

(this list will be updated when the notes get written further)