.. _reference-index: ################################# Python 语言参考 ################################# 本参考手册描述了该语言的语法和“核心语义”。在保持简明扼要的同时,力求准确和完整。有关内置对象类型、内置函数、模块的语义在:ref:`library-index` 中介绍。有关本语言的非正式介绍,请参阅 :ref:`tutorial-index`。对于 C 或 C++ 程序员,还提供了两本额外的手册 :ref:`extending-index` 描述了如何编写Python扩展模块,而:ref:`c-api-index` 详细介绍了C/C++程序员可用的接口。 .. toctree:: :maxdepth: 2 :numbered: introduction.rst lexical_analysis.rst datamodel.rst executionmodel.rst import.rst expressions.rst simple_stmts.rst compound_stmts.rst toplevel_components.rst grammar.rst