CARVIEW |
Select Language
HTTP/2 200
date: Wed, 16 Jul 2025 15:58:14 GMT
server: Apache/2.4.41 (Ubuntu)
vary: Cookie,User-Agent,Accept-Encoding
set-cookie: MOIN_SESSION_443_ROOT_moin=66020da8dc1214aadadad96484e833e796a6c3ea; Expires=Wed, 16-Jul-2025 16:58:00 GMT; Max-Age=3600; Secure; Path=/
content-encoding: gzip
content-type: text/html; charset=utf-8
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=315360000; includeSubDomains; preload
IDLE - Python Wiki
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
Included with https://homepages.cwi.nl/~jack/macpython/ for Mac OS X
- 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.org/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.org/devguide/
See also: IDLEfork, IDLEextensions
IDLE (last edited 2014-07-10 00:42:25 by DaleAthanasias)
Unable to edit the page? See the FrontPage for instructions.