How Python is interpreted?

Started by Faraz, Aug 27, 2022, 08:05 PM

Previous topic - Next topic

Faraz

How Python is interpreted?

Python language is an interpreted language. Python program runs directly from the source code. It converts the source code that is written by the programmer into an intermediate language, which is again translated into machine language that has to be executed.

Mechanic