Lines Matching full:idle
0 IDLE is Python's Tkinter-based Integrated DeveLopment Environment.
3 IDLE emphasizes a lightweight, clean design with a simple user interface.
5 IDLE has everything they really need to develop pure Python code.
7 IDLE features a multi-window text editor with multiple undo, Python colorizing,
16 IDLE executes Python code in a separate process, which is restarted for each
18 restarted from the Shell window without restarting IDLE.
24 (Personal firewall software may warn about the connection IDLE makes to its
32 IDLE in a single process.
34 IDLE has an integrated debugger with stepping, persistent breakpoints, and call
42 IDLE is coded in 100% pure Python, using the Tkinter GUI toolkit (Tk/Tcl)
45 IDLE accepts command line arguments. Try idle -h to see the options.
56 For further details and links, read the Help files and check the IDLE home
59 http://www.python.org/idle/
61 There is a mail list for IDLE: idle-dev@python.org. You can join at
63 http://mail.python.org/mailman/listinfo/idle-dev