Skip to content

A Fast and Safe Python based on PyPy

License

Notifications You must be signed in to change notification settings

mesatee/mesapy

 
 

Repository files navigation

PyPy: Python in Python Implementation

Welcome to PyPy!

PyPy is an interperter that implements the Python programming language, based on the RPython compiler framework for dynamic language implementations.

The home page for the interpreter is:

http:https://pypy.org/

If you want to help developing PyPy, this documentation might help you:

http:https://doc.pypy.org/

More documentation about the RPython framework can be found here

http:https://rpython.readthedocs.io

The source for the documentation is in the pypy/doc directory

Using PyPy instead of CPython

Please read the information at http:https://pypy.org to find the correct way to download and use PyPy as an alternative to CPython.

Building

Building PyPy is not the recommended way to obtain the PyPy alternative python interpreter. It is time-consuming and requires significant computing resources. More information can be found here

http:https://doc.pypy.org/en/latest/build.html

Enjoy and send us feedback!

the pypy-dev team <[email protected]>

About

A Fast and Safe Python based on PyPy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.7%
  • C 3.7%
  • Objective-C 2.4%
  • C++ 0.4%
  • Assembly 0.3%
  • HTML 0.3%
  • Other 0.2%