basic statistics in python

Fernando Pérez fperez528 at yahoo.com
Wed Mar 13 11:38:14 EST 2002


dsavitsk wrote:

> 
> i found this
> http://starship.python.net/crew/hinsen/ScientificPythonManual/
> but it seems to be unix only and i am on win32. as far as standard

you can probably get the stuff you want running under win. I'd be very 
surprised if all of Konrad's code was tied to unix (though I can't tell for 
sure, I use it under unix).

> 
> There seems to be some stuff in scipy, but i am having trouble geting
> through the docs.  also, do i want to look at numpy?

Scipy is early and still a bit rough to install, but fabulous. And yes, you 
NEED numpy for anything numerical in python above the toy level. Both 
konrad's libs and scipy are numpy based anyway.

cheers,

f



More information about the Python-list mailing list