[Tutor] Python 3 Statistics?

Steven D'Aprano steve at pearwood.info
Tue Feb 23 23:48:51 CET 2010


On Wed, 24 Feb 2010 07:43:28 am James Reynolds wrote:

> For me to progress further though, I need to do some statistics work
> in Python. Does anyone know of a python module in Python 3.1 which
> will allow me to do statistics work? Otherwise I will have to go back
> to Python 2.5? to get numpy and scipy?

If you need to go back to the 2.x series, you should use 2.6 not 2.5.

The Windows installer for numpy only supports 2.5, but the source 
install should work with any recent Python 2.x version.



-- 
Steven D'Aprano


More information about the Tutor mailing list