~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.1-docs-html/_sources/reference/index.txt

  • Committer: Dave Kuhlman
  • Date: 2016-02-11 21:17:09 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20160211211709-03yaen3cjempbi2m
Updated Python 2.7 docs; added Python 3.5 docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _reference-index:
 
2
 
 
3
#################################
 
4
  The Python Language Reference
 
5
#################################
 
6
 
 
7
This reference manual describes the syntax and "core semantics" of the
 
8
language. It is terse, but attempts to be exact and complete. The semantics of
 
9
non-essential built-in object types and of the built-in functions and modules
 
10
are described in :ref:`library-index`. For an informal introduction to the
 
11
language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
 
12
manuals exist: :ref:`extending-index` describes the high-level picture of how to
 
13
write a Python extension module, and the :ref:`c-api-index` describes the
 
14
interfaces available to C/C++ programmers in detail.
 
15
 
 
16
.. toctree::
 
17
   :maxdepth: 2
 
18
   :numbered:
 
19
 
 
20
   introduction.rst
 
21
   lexical_analysis.rst
 
22
   datamodel.rst
 
23
   executionmodel.rst
 
24
   import.rst
 
25
   expressions.rst
 
26
   simple_stmts.rst
 
27
   compound_stmts.rst
 
28
   toplevel_components.rst
 
29
   grammar.rst