blob: 53d2be0bea03746c9f99fdc6a93595f72e94fa01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
IDLE is the Integrated DeveLopment Environment for Python
FEATURES
IDLE has the following features:
- coded in 100% pure Python, using the Tkinter GUI toolkit (i.e. Tcl/Tk)
- cross-platform: works on Windows and Unix (on the Mac, there are
currently problems with Tcl/Tk)
- 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)
|