%0 Journal Article %T An Introduction to PyPy %J The Python Papers Monograph %D 2009 %I %X An overview of the ideas behind PyPy, its current status, future plans and why you should care about it. The core idea of PyPy is to produce a flexible and fast implementation of the Python programming language. The talk will cover the interpreter, translator and jit parts of the code and their relationships and the fundamental ways in which PyPy differs from other virtual machine implementations. %U http://ojs.pythonpapers.org/index.php/tppm/article/view/113