So can we basically say the python virtual machine(which is written in C) works as the interpreter? As it reads the python source code(.py file) line by line and converts them into object code line by line ???
Python virtual machine == python interpreter
@bihan yes thats right.
So PVM is nothing but a software/interpreter that converts the byte code to machine code for given operating system . PVM is also called Python Interpreter and this is the reason Python is called an Interpreted language.
1 Like
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.