
Python Pocket Reference
Mark Lutz(Author)
O'Reilly (Publisher)
2nd Edition
Published on 11. December 2001
Book
Paperback/Softback
128 pages
978-0-596-00189-6 (ISBN)
Article exhausted; check for reprint
Description
This is a companion volume to two O'Reilly Animal Guides, "Programming Python" and "Learning Python". It summarizes Python statements and types, built-in functions, commonly used library modules, and other prominent Python language features. It is a reference for the most commonly used libraries and tools and also includes new summary material for Python's GUI, Internet, and database programming tools. Designed to be a quick and easy to use resource for developers, this edition includes new summary material for Python's GUI, Internet, and database programming tools.
More details
Edition
2., Aufl.
Language
English
Place of publication
Sebastopol
United States
Target group
Professional and scholarly
Edition type
Revised edition
Dimensions
Height: 177 mm
Width: 107 mm
Weight
120 gr
ISBN-13
978-0-596-00189-6 (9780596001896)
Schweitzer Classification
Other editions
New editions
Mark Lutz
Python Pocket Reference
Book
04/2005
3rd Edition
O'Reilly
€9.90
Article exhausted; check for reprint
Previous edition

Person
Mark Lutz is a Python trainer, writer, and software developer. He is also a leading figure in the Python community. Mark has been involved with Python since 1992 and began teaching Python classes in 1997. He earned his B.S. and M.S. degrees in computer science from the University of Wisconsin, and has worked on FORTRAN compilers, C debuggers, scripting languages, and development environments. He is the author of Programming Python, 2nd Edition, and co-author of Learning Python.
Content
Introduction Conventions Command-Line Options Environment Variables Built-in Types and Operators Specific Built-in Types Statements and Syntax Specific Statements Namespace and Scope Rules Object-Oriented Programming Operator Overloading Methods Built-in Functions Built-in Exceptions Built-in Attributes Built-in Modules The sys Interpreter Module The string Module and Methods The os System Module The re Pattern-Matching Module Object Persistence Modules Tkinter GUI Module and Tools Internet Modules and Tools Other Built-in Modules Major Python/C API Tools Python Portable SQL Database API Python Idioms and Hints