파이썬 언어 레퍼런스

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 파이썬 자습서. For C or C++ programmers, two additional manuals exist: 파이썬 인터프리터 확장 및 내장 describes the high-level picture of how to write a Python extension module, and the Python/C API reference manual describes the interfaces available to C/C++ programmers in detail.