| Home : Ebooks : Python |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Python Listings
|
|
Total:
5 | Displaying: 1 - 5 |
|
|
|
Phyton in a Nutshell
Publisher O'Reilly
Category Phyton
Popularity 122
Updated: 03/11/2005
|
|
|
Python from novice to pro
Updated: 02/13/2005
|
|
|
This library reference manual documents Python's standard library, as well as many optional library modules (which may or may not be available, depending on whether the underlying platform supports them and on the configuration choices made at compile time). It also documents the standard types of the language and its built-in functions and exceptions, many of which are not or incompletely documented in the Reference Manual.
Updated: 02/13/2005
|
|
|
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 Library Reference. 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.
Updated: 02/13/2005
|
|
|
This tutorial does not attempt to be comprehensive and cover every single feature, or even every commonly used feature. Instead, it introduces many of Python's most noteworthy features, and will give you a good idea of the language's flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in the Python Library Reference.
Updated: 02/13/2005
|
|