The Python Language Reference

This reference manual describes the syntax and “core semantics” of the language. It is terse, but attempts to be exact and complete. Python标准库中描述了非必需的内置对象类型以及内置函数和模块的语义。 有关该语言的非正式介绍,请参见The Python Tutorial 对于C或C程序员,还存在另外两本手册:扩展和嵌入Python解释器描述了如何编写Python扩展模块的高级图片,以及Python / C API参考手册详细介绍了C / C程序员可用的接口。