The Python Language ReferencePython语言参考

This reference manual describes the syntax and “core semantics” of the language. 本参考手册描述了该语言的语法和“核心语义”。It is terse, but attempts to be exact and complete. 它简洁明了,但力求准确完整。The semantics of non-essential built-in object types and of the built-in functions and modules are described in The Python Standard Library. Python标准库中描述了非必要的内置对象类型以及内置函数和模块的语义。For an informal introduction to the language, see The Python Tutorial. 有关该语言的非正式介绍,请参阅Python教程For C or C++ programmers, two additional manuals exist: Extending and Embedding the Python Interpreter 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.对于C或C++程序员,还有两本附加手册:扩展和嵌入Python解释器描述了如何编写Python扩展模块的高级图片,Python/C API参考手册详细描述了C/C++程序员可用的接口。