+ 4
The terms interpreted or compiled is not a property of the language but a property of the implementation. Python program runs directly from the source code  so, Python will fall under byte code interpreted. The .py source code is first compiled to byte code as pyc. Thanks
28th Apr 2019, 2:26 PM
prabhatshukla