Installing Numpy and Scipy

Installer packages for these two pieces of software are available:

These packages can be installed on any Windows computer that has Python 2.4 installed.

To test your scipy installation, start python and try the following:

      >>> import scipy.stats as stats
      >>> stats.norm.rvs(20) 

You should be given 20 random numbers drawn from the standard normal distribution