Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

mozillazg/pypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Petr Vaněk
Dec 25, 2023
ddad722 · Dec 25, 2023
Nov 20, 2020
Oct 28, 2017
Sep 29, 2023
Jan 1, 2023
Dec 6, 2021
Dec 11, 2022
Dec 13, 2023
Apr 5, 2017
Dec 25, 2023
Dec 23, 2023
Jun 24, 2010
Mar 8, 2022
Oct 18, 2021
Apr 5, 2017
Nov 20, 2020
Apr 13, 2021
Apr 19, 2011
Dec 25, 2023
Sep 25, 2022
Dec 20, 2023
Sep 24, 2020
Oct 19, 2019
Feb 9, 2019
Apr 5, 2020
Jul 26, 2019
Mar 8, 2020
Jun 7, 2022

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 <pypy-dev@python.org>