1 Introduction To Python
1 Introduction To Python
• The PVM is the runtime engine of Python; it’s always present as part of the Python system, and it’s the component
that truly runs your scripts. (“Python interpreter.” )
Python Implementation Alternatives:
• CPython (standard implementation)
• Jython
• IronPython
• Stackless
• PyPy