2019 | OriginalPaper | Chapter
4. Breaking Free from the Interpreter
Published in:
Python, PyGame, and Raspberry Pi Game Development
Abstract
Up until now we have used the interpreter to write our code. As each line is entered, the Python program interprets it and the processed line's output is displayed onscreen. From now on we will use IDLE.