- 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