Dokumentacja języka Python

This reference manual describes the syntax and core semantics of the language. It is terse, but attempts to be exact and complete.

Elsewhere, the built-in object types and functions are described in Python built-ins reference. Standard library modules are described in The Python standard library.

For an informal introduction to the language, see Python Tutorial. For C or C++ programmers, two additional manuals exist: Rozszerzony i wbudowany interpreter Python describes the high-level picture of how to write a Python extension module, and the Podręcznik API Python/C describes the interfaces available to C/C++ programmers in detail.