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, matplotlib
> and many others
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.
>
> To be honest wh
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
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 j
On 21/09/16 16:14, Aaron Rose wrote:
> Hi, I'm looking for a link for Python IDLE for Windows 10, 64-bit.
On Windows it is usually installed by default at:
%PYTHONDIR%/Lib/idelib/idle.bat
Where %PYTHONDIR% is the folder where you installed Python.
Create a shortcut to that and you should be g
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:
https://pip.pypa.io
https://packag
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 install IDLE. Here's the link fo
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. So I tried to call Numpy and it can't be found. So I go
online and find Numpy and download it. But because it's not an executable
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 subs