Python interpreter
An interpreter is a program that executes other programs. When you try to execute a Python program, Python interpreter converts Python source code, one statement at a time, into the machine language and sends it to the operating system for execution by the CPU.
« Back to Glossary Index