« When people say they Python in relation to programming they either mean the Python programming language or theymean the tool that can translate some text (code) written in the Python programming language to the language a computercan actually understand. On MS Windows this is the python.exe you need to install. On Linux/Mac it is usally called pythonor python3. The generic name of the tool that translates a programming language for the computer is eitercalled a compiler or an interpreter. We’ll talk about this later on. »