Python Pocket Reference: Python in Your Pocket (Pocket Reference (O’Reilly))
This is the book to reach for when you’re coding on the fly and need an answer now. It’s an easy-to-use reference to the core language, with descriptions of commonly used modules and toolkits, and a guide to recent changes, new features, and upgraded built-ins — all updated to cover Python 3.X as well as version 2.6. You’ll also quickly find exactly what you need with the handy index.
Written by Mark Lutz — widely recognized as the world’s leading Python trainer — Python Pocket Reference, Fourth Edition, is the perfect companion to O’Reilly’s classic Python tutorials, also written by Mark: Learning Python and Programming Python.
- Built-in object types, including numbers, lists, dictionaries, and more
- Statements and syntax for creating and processing objects
- Functions and modules for structuring and reusing code
- Python’s object-oriented programming tools
- The exception-handling model
- Built-in functions, exceptions, and attributes
- Special operator overloading methods
- Widely used standard library modules and extensions
- Command-line options and development tools
- Python idioms and hints
List Price: $ 14.99
Price: $ 8.15


Handy, convenient reference,
I’m a beginning programmer and I found this reference book very handy. It won’t teach you how to program in python, but it is an indispensable quick reference for the usage of common commands and methods once you learn the basics. Worth every penny.
Was this review helpful to you?
|Very handy reference with all the answers,
This is a great little book. I have had three revisions of it and plan to get the next one when it is published. I keep it in my mini 10v running ubuntu linux (9.10) netbook’s sleeve when I travel. Perfect little reference and easily worth the cost.
Was this review helpful to you?
|Excellent resource,
The more I code in Python, the more I love it (my other favorite, Ruby, falls short in many critical areas that Python excels at, such as scientific computing, artificial intelligence prototyping, GPU programming extensions, etc.). The fact that I can use my C libraries for bit-level tweaking and major speedup on resource intensive tasks make Python an even bigger winner compared to many other scripting languages.
This reference book is helpful to jot your memory as you code, and although it’s not by any means comprehensive, it does come very handy when you forget what regex format to use, or what binascii methods to call, etc.
The book itself is physically small and very portable.
Was this review helpful to you?
|