| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | IDLE is Python's Tkinter-based Integrated DeveLopment Environment. | 
					
						
							| 
									
										
										
										
											2001-07-20 01:36:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | IDLE emphasizes a lightweight, clean design with a simple user interface. | 
					
						
							|  |  |  | Although it is suitable for beginners, even advanced users will find that | 
					
						
							|  |  |  | IDLE has everything they really need to develop pure Python code. | 
					
						
							| 
									
										
										
										
											2001-07-20 01:36:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | IDLE features a multi-window text editor with multiple undo, Python colorizing, | 
					
						
							|  |  |  | and many other capabilities, e.g. smart indent, call tips, and autocompletion. | 
					
						
							| 
									
										
										
										
											2003-06-01 01:11:14 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | The editor has comprehensive search functions, including searching through | 
					
						
							|  |  |  | multiple files.  Class browsers and path browsers provide fast access to | 
					
						
							|  |  |  | code objects from a top level viewpoint without dealing with code folding. | 
					
						
							| 
									
										
										
										
											2002-12-31 17:56:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | There is a Python Shell window which features colorizing and command recall. | 
					
						
							| 
									
										
										
										
											2002-12-31 17:56:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | IDLE executes Python code in a separate process, which is restarted for each | 
					
						
							|  |  |  | Run (F5) initiated from an editor window.  The environment can also be  | 
					
						
							|  |  |  | restarted from the Shell window without restarting IDLE. | 
					
						
							| 
									
										
										
										
											2001-07-20 01:36:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | This enhancement has often been requested, and is now finally available.  The | 
					
						
							|  |  |  | magic "reload/import *" incantations are no longer required when editing and | 
					
						
							|  |  |  | testing a module two or three steps down the import chain. | 
					
						
							| 
									
										
										
										
											2001-07-20 01:36:49 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-07-27 03:24:19 +00:00
										 |  |  | (Personal firewall software may warn about the connection IDLE makes to its | 
					
						
							|  |  |  | subprocess using this computer's internal loopback interface.  This connection | 
					
						
							|  |  |  | is not visible on any external interface and no data is sent to or received | 
					
						
							|  |  |  | from the Internet.) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | It is possible to interrupt tightly looping user code, even on Windows. | 
					
						
							| 
									
										
										
										
											2000-08-15 01:13:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | Applications which cannot support subprocesses and/or sockets can still run | 
					
						
							|  |  |  | IDLE in a single process. | 
					
						
							| 
									
										
										
										
											2000-08-15 01:13:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | IDLE has an integrated debugger with stepping, persistent breakpoints, and call | 
					
						
							|  |  |  | stack visibility. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | There is a GUI configuration manager which makes it easy to select fonts, | 
					
						
							|  |  |  | colors, keybindings, and startup options.  This facility includes a feature | 
					
						
							|  |  |  | which allows the user to specify additional help sources, either locally or on | 
					
						
							|  |  |  | the web. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | IDLE is coded in 100% pure Python, using the Tkinter GUI toolkit (Tk/Tcl) | 
					
						
							|  |  |  | and is cross-platform, working on Unix, Mac, and Windows. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | IDLE accepts command line arguments.  Try idle -h to see the options. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-08-31 17:25:37 +00:00
										 |  |  | If you find bugs or have suggestions or patches, let us know about | 
					
						
							|  |  |  | them by using the Python issue tracker: | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-08-31 17:25:37 +00:00
										 |  |  | http://bugs.python.org | 
					
						
							| 
									
										
										
										
											2003-06-12 03:51:27 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | For further details and links, read the Help files and check the IDLE home | 
					
						
							|  |  |  | page at | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | http://www.python.org/idle/ | 
					
						
							| 
									
										
										
										
											2000-08-15 01:13:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-10 21:27:23 +00:00
										 |  |  | There is a mail list for IDLE: idle-dev@python.org.  You can join at | 
					
						
							| 
									
										
										
										
											2000-08-15 01:13:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-10 21:27:23 +00:00
										 |  |  | http://mail.python.org/mailman/listinfo/idle-dev |