NumPy, SciPy, & Python 3X Installation/compatibility issues

Stefan Behnel stefan_ml at behnel.de
Sat May 10 14:25:58 EDT 2014


esawiek at gmail.com, 10.05.2014 19:07:
> Let me state at the start that I am new to Python. I am moving away from Fortran and Matlab to Python and I use all different types of numerical and statistical recipes in my work. I have been reading about NumPy and SciPy and could not find any definitive answers to my questions, below.  I had run into many mostly installation problems that I could never get NumPy or SciPy to work with Python 3.3 or newer.  I am using Windows7 64 bit OS. 
> A few questions:
> 1.	What are the latest versions of NumPy and SciPy that are compatible with Python 3.3 or newer and Windows7 64 bit? 
> 2.	What is the best source to download and install them on my computer?
> 3.	Are they all installable on my OS w/o any major problems/addition?
> 4.	In the long run, would it be better to use UNIX instead of Windows, if I were to use Python for all of my research?

I concur with Chris that Linux is generally a better choice than Windows,
if only to get a nicely preconfigured system that makes it easy to install
stuff. Especially for "research" (assuming we're talking about the same
thing). If you say that you're "moving away from Fortran" on Windows, then
I guess you're aware how clumsy low level software development can be on
that platform and how tricky it is to set up. That could be enough of a
reason to switch platforms (assuming that's really an option for you).

Ok, if you use only the IPython notebook for all your processing needs, you
may not notice the difference in terms of interface all that much, but in
that case, why stick with Windows in the first place? :)

If you decide to use Windows, try Anaconda. It's an all inclusive installer
that comes with pretty much all of your scientific processing tools in one
package:

http://docs.continuum.io/anaconda/

There's a Py3.3 version.

Stefan





More information about the Python-list mailing list