Installation Instructions

On Windows, please download the Python (xy) distribution.

On Mac OS X, Linux, (or Windows), please install the EPD free distribution.

Editor

It is very important that you choose an editor which you are comfortable with, and which is Python-savvy.

For Windows, you can just use Spyder, which is integrated to Python(xy).

For Linux, there is for instance Kate or geany, which are often installed by default. For Macintosh, you may install one of the editors available on Linux.

All the files that you edit should start with the following lines

from __future__ import division
from pylab import *
from scipy import *
from scipy.linalg import *
2012-01-26, Olivier Philippe Paul Verdier