[Csnd] I'm trying to install Numerical Python and I don't know how.
Date | 2013-04-18 02:45 |
From | Cacophony7 |
Subject | [Csnd] I'm trying to install Numerical Python and I don't know how. |
I'm trying to install NumPy 1.3 for Python 2.5. http://sourceforge.net/projects/numpy/?source=dlp I'm reading Practical Programming An Introduction to Computer Science Using Python (1st edition) and the first chapter tells you what to install, lots of stuff, including NumPy. Any help is appreciated. I would also like to know if there are any books that teach Python 2 or both 2 and 3. -- View this message in context: http://csound.1045644.n5.nabble.com/I-m-trying-to-install-Numerical-Python-and-I-don-t-know-how-tp5722098.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-04-18 07:35 |
From | Cacophony7 |
Subject | [Csnd] Re: I'm trying to install Numerical Python and I don't know how. |
...I found my answer at Stack Overflow. It worked. So thanks for everything else. If you never heard of Stack Overflow go check it out. http://stackoverflow.com/ -- View this message in context: http://csound.1045644.n5.nabble.com/I-m-trying-to-install-Numerical-Python-and-I-don-t-know-how-tp5722098p5722102.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-04-18 08:35 |
From | JL Diaz |
Subject | Re: [Csnd] I'm trying to install Numerical Python and I don't know how. |
I think the easiest way to get python running with a lot of useful modules (including NumPy) pre-packagaed and wihtout conflicting with other pythons you can have is: (in particular http://www.portablepython.com/wiki/PortablePython2.7.3.2 for one which includes NumPy) Unfortunately Windows only.. Regards, --JL Diaz Saludos,
--JL Diaz On Thu, Apr 18, 2013 at 3:45 AM, Cacophony7 <michaelsparks37@gmail.com> wrote: I'm trying to install NumPy 1.3 for Python 2.5. |