RPython (Restricted Python) is a restricted subset of the Python programming language
RPython (Restricted Python) is a restricted subset of the python programming language used to write the PyPy Python interpreter. Unlike standard Python, RPython is statically typed, to allow efficient compilation.
More information about RPython can be found in the Pypy coding guide, especially regarding the restrictions when using RPython compared to Python.