Chapter 1. The Python Interpreter
To develop software systems in Python, you write text files that contain Python source code. Use any text editor, including those in Integrated Development Environments (IDEs). Then, process the source files with the Python compiler and interpreter. You can do this directly, or within an IDE, or via another program that embeds Python. The Python interpreter also lets you execute Python code interactively, as do IDEs.
نظرات کاربران