Programming - Technology
Interpreter
Software that reads and runs program code without first producing a separate finished program
What's it for?
Lets code be executed directly by translating or processing it as the program runs.
For example…
A developer runs a Python script and the interpreter reads and executes the instructions as the script runs