Python

Installing and using python

If you are a Linux or OS-X user, python is already installed on your machine. And yes, you can use Eclipse or other python-specific IDEs, but that is not very pythonic. Emacs or vi are all you need.

Learning python

The executive summary

Free python tutorials/e-books

Packages

  • numpy: scientific computing in python; includes powerful array objects and linear algebra functions.
  • matplotlib: plotting

odds and ends