rest25/tutorial/index.rst => rest262/tutorial/index.rst
f1.. _tutorial-index:
2
3######################
n4-  The Python tutorial 
n4+  The Python Tutorial
5######################
6
7:Release: |version|
8:Date: |today|
9
10Python is an easy to learn, powerful programming language. It has efficient
11high-level data structures and a simple but effective approach to
12object-oriented programming. Python's elegant syntax and dynamic typing,
36
37This tutorial does not attempt to be comprehensive and cover every single
38feature, or even every commonly used feature. Instead, it introduces many of
39Python's most noteworthy features, and will give you a good idea of the
40language's flavor and style. After reading it, you will be able to read and
41write Python modules and programs, and you will be ready to learn more about the
42various Python library modules described in the Python Library Reference.
43
n44+The :ref:`glossary` is also worth going through.
45+ 
44.. toctree::
n47+   :numbered:
45
46   appetite.rst
47   interpreter.rst
48   introduction.rst
49   controlflow.rst
50   datastructures.rst
51   modules.rst
52   inputoutput.rst
53   errors.rst
54   classes.rst
55   stdlib.rst
56   stdlib2.rst
57   whatnow.rst
58   interactive.rst
59   floatingpoint.rst
t60-   glossary.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op