Pythonic links

By knoppi

A couple of years ago I got to know the scripting / programming language Python. I should add that I really fell in love.

This is a good reason to provide some links to several webpages I’m using regularly when looking for aid with Python (the list will be extended in the future):

Scientific work
  • SciPy – a collection of tools for scientific calculations
  • NumPy – makes Python a fast language for numerical purposes
  • NumPy Reference – the online manual
  • Matplotlib – the main commands of my my preferred plotting tool
General questions