Python

Installing and using python

If you are a Linux or OS-X user - python is already installed on your machine. On a Mac, open your Terminal application (under Applications/Utilities) and type python

You will need to install an editor that knows about python. DO NOT type programs in microsoft Word! My favorite editor is emacs. There is a Mac version called Aquamacs.

Learning about 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