Skip to content

pypy/pypy

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2025
Nov 20, 2020
Sep 15, 2024
Sep 29, 2023
Feb 6, 2025
Dec 6, 2021
Feb 7, 2025
Feb 4, 2025
Sep 23, 2024
Mar 4, 2025
Mar 11, 2025
Jun 24, 2010
Mar 8, 2022
Oct 18, 2021
Sep 26, 2024
Nov 20, 2020
Apr 13, 2021
Apr 19, 2011
Dec 25, 2023
Aug 28, 2024
Aug 31, 2024
Sep 25, 2022
Feb 6, 2025
Sep 24, 2020
Oct 19, 2019
Feb 9, 2019
Sep 20, 2024
Aug 31, 2024
Jul 26, 2019
Mar 8, 2020
Sep 27, 2024

Repository files navigation

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 <[email protected]>