Lines Matching +full:python +full:- +full:pypy
8 This reference manual describes the Python programming language. It is not
15 tried to re-implement Python from this document alone, you might have to guess
17 language. On the other hand, if you are using Python and wonder what the precise
20 language, maybe you could volunteer your time --- or invent a cloning machine
21 :-).
24 document --- the implementation may change, and other implementations of the
26 Python implementation in widespread use (although alternate implementations
32 Every Python implementation comes with a number of built-in and standard
33 modules. These are documented in :ref:`library-index`. A few built-in modules
43 Though there is one Python implementation which is by far the most popular,
50 This is the original and most-maintained implementation of Python, written in C.
54 Python implemented in Java. This implementation can be used as a scripting
59 Python for .NET
62 Lloyd. For more information, see the `Python for .NET home page
66 An alternate Python for .NET. Unlike Python.NET, this is a complete Python
67 implementation that generates IL, and compiles Python code directly to .NET
71 PyPy
72 An implementation of Python written completely in Python. It supports several
76 interpreter (since it is written in Python). Additional information is
77 available on `the PyPy project's home page <https://www.pypy.org/>`_.
81 standard Python documentation. Please refer to the implementation-specific