[Tutor] Python IDLE for Windows 10, 64-bit

2016-09-21 Thread Aaron Rose
Hi, I'm looking for a link for Python IDLE for Windows 10, 64-bit. Can't seem to find the right link on python.org. Could someone kindly point me in the right direction? Thank you. ___ Tutor maillist - Tutor@python.org To unsubscribe or change

Re: [Tutor] Python IDLE for Windows 10, 64-bit

2016-09-21 Thread eryk sun
On Wed, Sep 21, 2016 at 3:14 PM, Aaron Rose wrote: > I'm looking for a link for Python IDLE for Windows 10, 64-bit. Can't seem to > find > the right link on python.org. Could someone kindly point me in the right > direction? Python's installer has an option to

Re: [Tutor] help with Numpy

2016-09-21 Thread eryk sun
On Wed, Sep 21, 2016 at 2:53 PM, Paul Dentinger wrote: > > I need Numpy and Scipy and may need matplotlib. So I tried to call Numpy and > it > can't be found. So I go online and find Numpy and download it. Read the following docs on Python packaging and pip:

Re: [Tutor] help with Numpy

2016-09-21 Thread eryk sun
On Wed, Sep 21, 2016 at 10:35 PM, Oscar Benjamin wrote: > I would have given the same advice a year or so ago. It's worth noting > though that the situation with pip, wheel etc has improved significantly > recently. It's now straightforward to pip install Numpy, scipy,

Re: [Tutor] help with Numpy

2016-09-21 Thread Oscar Benjamin
On 21 Sep 2016 22:29, "Alan Gauld via Tutor" wrote: > > On 21/09/16 15:53, Paul Dentinger wrote: > > Hello, > > Sorry for such a basic question, but I am trying to get Numpy to work. I > > have python 3.5 and working in IDLE. I need Numpy and Scipy and may need > > matplotlib.

Re: [Tutor] Python IDLE for Windows 10, 64-bit

2016-09-21 Thread eryk sun
On Wed, Sep 21, 2016 at 9:21 PM, Alan Gauld via Tutor wrote: > On Windows it is usually installed by default at: > > %PYTHONDIR%/Lib/idelib/idle.bat With Python 3, you can run the package as a script: pythonw -m idlelib Python 2: pythonw -m idlelib.idle

Re: [Tutor] help with Numpy

2016-09-21 Thread Alan Gauld via Tutor
On 21/09/16 15:53, Paul Dentinger wrote: > Hello, > Sorry for such a basic question, but I am trying to get Numpy to work. I > have python 3.5 and working in IDLE. I need Numpy and Scipy and may need > matplotlib. To be honest while you can install all the bits separately I normally recommend