When I first started reading about Python, all of the tutorials have you use Python\'s Interactive Mode. It is difficult to save, write long programs, or edit your existing
Interactive mode makes it easy to test code snippets before incorporating them into a larger program. If you use IDLE there's syntax highlighting and argument pop-ups to help you out. It's also a quick way of checking that you've figured out how to use a module without having to write a test program.