| |
| This tutorial does not attempt to be comprehensive and cover every single |
| feature, or even every commonly used feature. Instead, it introduces many of |
| Python's most noteworthy features, and will give you a good idea of the |
| language's flavor and style. After reading it, you will be able to read and |
| write Python modules and programs, and you will be ready to learn more about the |
| various Python library modules described in the Python Library Reference. |
| |
n | The :ref:`glossary` is also worth going through. |
| |
| .. toctree:: |
n | :numbered: |
| |
| appetite.rst |
| interpreter.rst |
| introduction.rst |
| controlflow.rst |
| datastructures.rst |
| modules.rst |
| inputoutput.rst |
| errors.rst |
| classes.rst |
| stdlib.rst |
| stdlib2.rst |
| whatnow.rst |
| interactive.rst |
| floatingpoint.rst |
t | glossary.rst |