1. 程式人生 > >我們一起學python——Tutorial學習法

我們一起學python——Tutorial學習法

1、The Python Language Reference¶
這個文件主要講python的主要語法和核心語義
2、The Python Standard Library
這個文件是承接1中的內容,主要講python其他標準庫的
3、The Python Tutorial
這個是簡短但是非正式的教程。
4、Extending and Embedding the Python Interpreter
這個是給想要開發python的同學用的。

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. For an informal introduction to the language, see The Python Tutorial. 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.