  |
Python Programming on Win32 - http://www.oreilly.com/catalog/pythonwin32/
This book is an excellent presentation of Windows application development and a solid illustration of how to use Python in the Windows environment. |
  |
Python Pocket Reference, 2nd Edition - http://www.oreilly.com/catalog/pythonpr2/
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. |
  |
Learning Python, 2nd Edition - http://www.oreilly.com/catalog/lpython2/
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. |
  |
Programming Python, 2nd Edition - http://www.oreilly.com/catalog/python2/
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. |
  |
Python Standard Library - http://www.oreilly.com/catalog/pythonsl/
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. |