|
O'Reilly technical books on Python.
|
|
|
1. |
Learning Python, 2nd Edition
-
Offers a learning tool for Python and object-oriented programming. Introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators.
|
|
|
2. |
Programming Python, 2nd Edition
-
The second edition of Programming Python focuses on advanced applications of Python, an increasingly popular object-oriented scripting language. Endorsed by Python creator Guido van Rossum, it demonstrates advanced Python programming techniques, and addresses software design issues such as reusability and object-oriented programming.
|
|
|
3. |
Python Pocket Reference, 2nd Edition
-
This small book summarizes Python statements and types, built-in functions, commonly used library modules, and other prominent Python language features. This second edition covers the Python 2.2 release.
|
|
|
4. |
Python Programming on Win32
-
This book is an excellent presentation of Windows application development and a solid illustration of how to use Python in the Windows environment.
|
|
|
5. |
Python Standard Library
-
The Python Standard Library is an essential guide for serious Python programmers, delivering accurate, author-tested documentation of all the modules in the Python Standard Library, along with over 300 annotated example scripts using the modules.
|
|
|