Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2008-11-15 14:00:54
Size: 879
Editor: localhost
Comment: converted to 1.6 markup
Revision 10 as of 2011-12-20 16:26:07
Size: 1272
Editor: c-98-228-244-20
Comment: added a developers link
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

    * Python IDLE Language Include File is multi language pack. IDLE is the Python IDE built with the Tkinter GUI toolkit. Coded in 100% pure Python, using the Tkinter GUI toolkit. Works on Windows Linux and MacOS. : http://pythontr.org/

The source code for IDLE is included in the standard library. More information on developing IDLE can be found at http://docs.python.org/devguide/

IDLE is the Python IDE built with the Tkinter GUI toolkit.

IDLE has the following features:

  • coded in 100% pure Python, using the Tkinter GUI toolkit
  • cross-platform: works on Windows and Unix
  • multi-window text editor with multiple undo, Python colorizing and many other features, e.g. smart indent and call tips
  • Python shell window (a.k.a. interactive interpreter)
  • debugger (not complete, but you can set breakpoints, view and step)

It is a part of the standard library and is described in the reference manual: http://www.python.org/doc/current/lib/idle.html

There's also a Chinese version of IDLE at http://www.dohao.org/cgi-bin/site/download/cnidle.cgi.

  • Python IDLE Language Include File is multi language pack. IDLE is the Python IDE built with the Tkinter GUI toolkit. Coded in 100% pure Python, using the Tkinter GUI toolkit. Works on Windows Linux and MacOS. : http://pythontr.org/

The source code for IDLE is included in the standard library. More information on developing IDLE can be found at http://docs.python.org/devguide/


See also: IDLEfork, IDLEextensions


CategoryIntegratedDevelopmentEnvironment

IDLE (last edited 2014-07-10 00:42:25 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.