Python
Python
Interpreter:
A translator which will convert only one line of code at a time. After it
converts each line it sends it straight to the CPU
Compiler:
A compiler converts all of the high-level code into machine code before it
is run.
- The CPU can run the machine code directly and does not need any
interaction with a translator.
- Much quicker
- Specific to a platform- doesn’t work across platforms