blob: bd1a281efed65ab6cb806e559cbbd0f9d25bffcf [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. _reference-index:
2
3#################################
Andrew M. Kuchling64fc6ae2008-09-13 02:08:30 +00004 The Python Language Reference
Georg Brandl8ec7f652007-08-15 14:28:01 +00005#################################
6
7:Release: |version|
8:Date: |today|
9
10This reference manual describes the syntax and "core semantics" of the
11language. It is terse, but attempts to be exact and complete. The semantics of
12non-essential built-in object types and of the built-in functions and modules
13are described in :ref:`library-index`. For an informal introduction to the
14language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
15manuals exist: :ref:`extending-index` describes the high-level picture of how to
16write a Python extension module, and the :ref:`c-api-index` describes the
17interfaces available to C/C++ programmers in detail.
18
19.. toctree::
Georg Brandl907a7202008-02-22 12:31:45 +000020 :maxdepth: 2
Georg Brandla0eea592009-03-28 19:57:36 +000021 :numbered:
Georg Brandl8ec7f652007-08-15 14:28:01 +000022
23 introduction.rst
24 lexical_analysis.rst
25 datamodel.rst
26 executionmodel.rst
27 expressions.rst
28 simple_stmts.rst
29 compound_stmts.rst
30 toplevel_components.rst
Georg Brandl632f6312008-08-01 20:04:43 +000031 grammar.rst