1 Respuesta
0
It depends on the implementation of Python.
CPython's interpreter is the one you have if you have installed the classical Python. It is written in C, so it is able to run on any Operating System. I don't really know how it works but I know it is not like the JVM.
However, PyPy's interpreter *is* like the JVM, but I don't know much more.