PyPy is a fast, compliant alternative implementation of the Python language

http://pypy.org/index.html

This is an experimental kernel. Not all packa


In [1]:
import sys
sys.version_info[0]


Out[1]:
2

In [2]:
print sys.version


2.7.9 (2.6.0+dfsg-3, Jul 04 2015, 05:43:17)
[PyPy 2.6.0 with GCC 4.9.3]

In [ ]: