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 one Python implementation in widespread use (although alternate implementations
31 Every Python implementation comes with a number of built-in and standard
32 modules. These are documented in :ref:`library-index`. A few built-in modules
42 Though there is one Python implementation which is by far the most popular,
49 This is the original and most-maintained implementation of Python, written in C.
53 Python implemented in Java. This implementation can be used as a scripting
58 Python for .NET
61 Lloyd. For more information, see the `Python for .NET home page
65 An alternate Python for .NET. Unlike Python.NET, this is a complete Python
66 implementation that generates IL, and compiles Python code directly to .NET
70 PyPy
71 An implementation of Python written completely in Python. It supports several
75 interpreter (since it is written in Python). Additional information is
76 available on `the PyPy project's home page <http://pypy.org/>`_.
80 standard Python documentation. Please refer to the implementation-specific