Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active October 19, 2015 11:46
Show Gist options
  • Select an option

  • Save githubutilities/f413fb79bc58c3833f8f to your computer and use it in GitHub Desktop.

Select an option

Save githubutilities/f413fb79bc58c3833f8f to your computer and use it in GitHub Desktop.
Python Implementation

Python Implementation

  • pypy - which can be installed through brew install pypy

please refer to here for detail

CPython is the original Python implementation, while pypy is implemented using RPython which 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment