About 400 results
Open links in new tab
  1. PyPy

    Compatibility: PyPy is highly compatible with existing python code. It supports cffi, cppyy, and can run popular python libraries like twisted, and django. It can also run NumPy, Scikit-learn and …

  2. What is PyPy? — PyPy documentation

    6 days ago · What is PyPy? Historically, PyPy has been used to mean two things. The first is the RPython translation toolchain for generating interpreters for dynamic programming languages. …

  3. Welcome to PyPy’s documentation!

    6 days ago · Welcome to the documentation for PyPy, a fast, compliant alternative implementation of the Python language. If you want to find out more about what PyPy is, have a look at our …

  4. PyPy v7.3.19 release

    Feb 26, 2025 · The PyPy team is proud to release version 7.3.19 of PyPy. This is primarily a bug-fix release fixing JIT-related problems and follows quickly on the heels of the previous release …

  5. PyPy - Features

    Unlike other sandboxing approaches for Python, PyPy's does not try to limit language features considered "unsafe". Instead we replace all calls to external libraries (C or platform) with a …

  6. PyPy v7.3.20 release

    Jul 4, 2025 · The PyPy team is proud to release version 7.3.20 of PyPy after the previous release on Feb 26, 2025. The release fixes some subtle bugs in ctypes and OrderedDict and makes …

  7. Towards PyPy3.11 - an update | PyPy

    Jan 4, 2025 · PyPy run an instance of codepseed with a very old benchmarking suite that can still run Python2 (remember: that is the language of RPython underlying PyPy). The site runs on …

  8. Frequently Asked Questions — PyPy documentation

    6 days ago · What is PyPy? PyPy is a reimplementation of Python in Python, using the RPython translation toolchain. PyPy tries to find new answers about ease of creation, flexibility, …

  9. Downloading and Installing PyPy — PyPy documentation

    Jan 5, 2025 · The quickest way to start using PyPy is to download a prebuilt binary for your OS and architecture. You may be able to use either use the most recent release or one of our …

  10. Coding Guide — PyPy documentation

    6 days ago · PyPy reuses almost all python modules of CPython’s standard library, currently from version 2.7.8. We sometimes need to modify modules and - more often - regression tests …