https://github.com/pypy/pypy
PyPy is a very fast and compliant implementation of the Python language.
https://github.com/pypy/pypy
Last synced: 11 months ago
JSON representation
PyPy is a very fast and compliant implementation of the Python language.
- Host: GitHub
- URL: https://github.com/pypy/pypy
- Owner: pypy
- License: other
- Created: 2023-12-29T10:03:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:18:22.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:56:22.507Z (over 1 year ago)
- Language: Python
- Homepage: https://pypy.org
- Size: 274 MB
- Stars: 1,080
- Watchers: 17
- Forks: 58
- Open Issues: 736
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python - pypy - A very fast and compliant implementation of the Python language. (Implementations)
- awesome-repositories - pypy/pypy - PyPy is a very fast and compliant implementation of the Python language. (Python)
README
=====================================
PyPy: Python in Python Implementation
=====================================
Welcome to PyPy!
PyPy is an interpreter that implements the Python programming language, based
on the RPython compiler framework for dynamic language implementations.
The home page for the interpreter is:
https://pypy.org/
If you want to help developing PyPy, this documentation might help you:
https://doc.pypy.org/
More documentation about the RPython framework can be found here:
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 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:
https://doc.pypy.org/en/latest/build.html
Enjoy and send us feedback!
the pypy-dev team