DEV Community

Sanika Sree A.K
Sanika Sree A.K

Posted on

PyPy

While Python 2.7 and older versions are officially unsupported, a different unofficial Python putting into use, PyPy, continues to support Python 2.

PyPy is faster than CPython because it uses JIT compiler.

Top comments (0)