© Paul Gerrard 2016
Paul GerrardLean Python10.1007/978-1-4842-2385-7_1

1. Getting Started

Paul Gerrard
(1)
Maidenhead, Berkshire, UK
 
Electronic supplementary material
The online version of this chapter (doi:10.​1007/​978-1-4842-2385-7_​1) contains supplementary material, which is available to authorized users.

The Python Interpreter

The Python interpreter is a program that reads Python program statements and executes them immediately (see [8] for full documentation). To use the interpreter, you need to open a terminal window or command prompt on your workstation. The interpreter operates in two modes.1

Interactive Mode

You can use the interpreter as an interactive tool. In interactive mode, you run the Python program and you will see a new prompt, ...

Get Lean Python: Learn Just Enough Python to Build Useful Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.