- pypy - which can be installed through
brew install pypy
please refer to here for detail
CPythonis the original Python implementation, whilepypyis implemented usingRPythonwhich is a restricted subset of Python that is amenable to static analysis. For more info, please refer to here at stackoverflow.
- cython - c implementation of python which can be installed using
pip install cython
- shedskin which can convert implicitly statically typed Python to
C++ - nuitka - it only gets approximately 16,200 results through google search
- jython
the popularity of python implementation can be fetch by looking into numbers of google search results