Python IDLE

by K. Yue

1. Python IDLE

2. Running IDLE shell as interpreter

2.1 Logging a shell session

Shell Menu

3. Python program file editing and execution

4. Debugging in IDLE

When the debugger window is started, in the example below, the locals window shows values of local variables.

An example of using breakpoints: