blob: 513e445ff808d791a456ae5a37d1e59772ef0d68 [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
Georg Brandl8ec7f652007-08-15 14:28:01 +00007This reference manual describes the syntax and "core semantics" of the
8language. It is terse, but attempts to be exact and complete. The semantics of
9non-essential built-in object types and of the built-in functions and modules
10are described in :ref:`library-index`. For an informal introduction to the
11language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
12manuals exist: :ref:`extending-index` describes the high-level picture of how to
13write a Python extension module, and the :ref:`c-api-index` describes the
14interfaces available to C/C++ programmers in detail.
15
16.. toctree::
Georg Brandl907a7202008-02-22 12:31:45 +000017 :maxdepth: 2
Georg Brandla0eea592009-03-28 19:57:36 +000018 :numbered:
Georg Brandl8ec7f652007-08-15 14:28:01 +000019
20 introduction.rst
21 lexical_analysis.rst
22 datamodel.rst
23 executionmodel.rst
24 expressions.rst
25 simple_stmts.rst
26 compound_stmts.rst
27 toplevel_components.rst
Georg Brandl632f6312008-08-01 20:04:43 +000028 grammar.rst