Le 10/05/2014 19:07, esaw...@gmail.com a écrit :
Hi All--

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?
Thanks in advance. EK

Building the scientific libraries on windows is very tricky because you need a compatible C and Fortran compiler, as well as some libraries. The usual and recommended route is to use python distributions where the most used libraries are installed. You can still use pip to install additionnal packages. You have a list over here: http://www.scipy.org/install.html

---
Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce 
que la protection avast! Antivirus est active.
http://www.avast.com


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to