Python Pocket Reference, 2nd Edition

Python Pocket Reference, 2nd Edition
Language: EnglishFormat: CHM
Author: Mark LutzFile size: 168.32 KB
Publisher: O'ReillyPublish date: November 2001
IT Books in Amazon

This pocket reference covers the latest Python release 2.2. It is a short, concise reference for the Python programming language, and its most commonly used libraries and tools. Designed to be a quick and easy to use resource for developers, this book serves as a natural companion to O'Reilly's Learning Python and Programming Python, 2nd Edition. This edition includes new summary material for Python's GUI, Internet, and database programming tools.

Table of contents
  • Chapter 1. Python Pocket Reference
    • Section 1.1. Introduction
    • Section 1.2. Conventions
    • Section 1.3. Command-Line Options
    • Section 1.4. Environment Variables
    • Section 1.5. Built-in Types and Operators
    • Section 1.6. Specific Built-in Types
    • Section 1.7. Statements and Syntax
    • Section 1.8. Specific Statements
    • Section 1.9. Namespace and Scope Rules
    • Section 1.10. Object-Oriented Programming
    • Section 1.11. Operator Overloading Methods
    • Section 1.12. Built-in Functions
    • Section 1.13. Built-in Exceptions
    • Section 1.14. Built-in Attributes
    • Section 1.15. Built-in Modules
    • Section 1.16. The sys Interpreter Module
    • Section 1.17. The string Module and Methods
    • Section 1.18. The os System Module
    • Section 1.19. The re Pattern-Matching Module
    • Section 1.20. Object Persistence Modules
    • Section 1.21. Tkinter GUI Module and Tools
    • Section 1.22. Internet Modules and Tools
    • Section 1.23. Other Built-in Modules
    • Section 1.24. Major Python/C API Tools
    • Section 1.25. Python Portable SQL Database API
    • Section 1.26. Python Idioms and Hints