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

Alan Gauld alan.gauld at yahoo.co.uk
Wed Sep 21 17:21:35 EDT 2016


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 good to go.


However there is an enhanced IDLE that I strongly
recommend called IdleX. Google it and install
it somewhere on your system then create a shortcut
to

pythonw idlex.py

To gainfeatrures such as tabbed windows, folding code etc

http://idlex.sourceforge.net/features.html

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list