this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2003-08-14 22:28:01
Size: 702
Editor: ip503dabc3
Comment:
Revision 12 as of 2014-07-10 00:42:25
Size: 925
Comment: both gone
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
    * cross-platform: works on Windows and Unix (on Mac OS, there are currently problems with Tcl/Tk)     * cross-platform: works on Windows and Unix
      * Included with https://homepages.cwi.nl/~jack/macpython/ for Mac OS X
Line 10: Line 11:
It is a part of the standard library and is described in the reference manual: https://python.domainunion.de/doc/current/lib/idle.html It is a part of the standard library and is described in the reference manual: https://docs.python.domainunion.de/library/idle.html

The source code for IDLE is included in the standard library. More information on developing IDLE can be found at https://docs.python.domainunion.de/devguide/
Line 12: Line 16:
See also: ["IDLEfork"], ["IDEStudio"] See also: [[IDLEfork]], [[IDLEextensions]]
----
CategoryIntegratedDevelopmentEnvironment

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: https://docs.python.domainunion.de/library/idle.html

The source code for IDLE is included in the standard library. More information on developing IDLE can be found at https://docs.python.domainunion.de/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.