blob: a66673b17246d7be0376f12120cabd9c15e67b2d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _reference-index:
2
3#################################
Benjamin Petersond7b03282008-09-13 15:58:53 +00004 The Python Language Reference
Georg Brandl116aa622007-08-15 14:28:22 +00005#################################
6
Georg Brandl116aa622007-08-15 14:28:22 +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::
Christian Heimesc3f30c42008-02-22 16:37:40 +000017 :maxdepth: 2
Benjamin Peterson5879d412009-03-30 14:51:56 +000018 :numbered:
Georg Brandl116aa622007-08-15 14:28:22 +000019
20 introduction.rst
21 lexical_analysis.rst
22 datamodel.rst
23 executionmodel.rst
Barry Warsawdadebab2012-07-31 16:03:09 -040024 import.rst
Georg Brandl116aa622007-08-15 14:28:22 +000025 expressions.rst
26 simple_stmts.rst
27 compound_stmts.rst
28 toplevel_components.rst
Georg Brandl5b318c02008-08-03 09:47:27 +000029 grammar.rst