DEV Community

proxima K
proxima K

Posted on

Python Interpreter

An interpreter is a sort of program that executes other programs. When you scratch Python programs, it converts source law written by the designer into intermediate language which is again restated into the native language/ machine language that's implemented.

From the distinctive editor or IDLE the Python Code is written also its transfer to Interpreter and there Byte code is generated after the accomplishment of the code and it inquires for any type of inputs if needed. After taking input it runs the code and gives output to their different editors.

Top comments (0)