mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add proper references.
This commit is contained in:
parent
d1bed8e5ef
commit
07de4fc978
1 changed files with 5 additions and 6 deletions
|
@ -28,18 +28,17 @@ features of the Python language and system. It helps to have a Python
|
||||||
interpreter handy for hands-on experience, but all examples are self-contained,
|
interpreter handy for hands-on experience, but all examples are self-contained,
|
||||||
so the tutorial can be read off-line as well.
|
so the tutorial can be read off-line as well.
|
||||||
|
|
||||||
For a description of standard objects and modules, see the Python Library
|
For a description of standard objects and modules, see :ref:`library-index`.
|
||||||
Reference document. The Python Reference Manual gives a more formal definition
|
:ref:`reference-index` gives a more formal definition of the language. To write
|
||||||
of the language. To write extensions in C or C++, read Extending and Embedding
|
extensions in C or C++, read :ref:`extending-index` and
|
||||||
the Python Interpreter and Python/C API Reference. There are also several books
|
:ref:`c-api-index`. There are also several books covering Python in depth.
|
||||||
covering Python in depth.
|
|
||||||
|
|
||||||
This tutorial does not attempt to be comprehensive and cover every single
|
This tutorial does not attempt to be comprehensive and cover every single
|
||||||
feature, or even every commonly used feature. Instead, it introduces many of
|
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
|
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
|
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
|
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.
|
various Python library modules described in :ref:`library-index`.
|
||||||
|
|
||||||
The :ref:`glossary` is also worth going through.
|
The :ref:`glossary` is also worth going through.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue