pypy

fast alternative implementation of Python - PyPy interpreter

Description

PyPy is a fast, compliant alternative implementation of the Python language (2.7). It has several advantages and distinct features:
 * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
   run faster on PyPy.
 * Memory usage: large, memory-hungry Python programs might end up taking less
   space than they do in CPython.
 * Compatibility: PyPy is highly compatible with existing Python code.
   It supports ctypes and can run popular Python libraries like twisted and
   django.
 * Stackless: PyPy supports stackless mode on most platforms, providing
   micro-threads for massive concurrency.

This package contains the PyPy interpreter.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.pypy.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install pypy