Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Mobile & Wireless » General » Python Pocket Reference (Pocket Reference (O'Reilly))  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Mass Market
Trade
Related Categories
• General
Programming
O'Reilly
By Publisher
Custom Stores
• Scripting Languages
Programming
O'Reilly
By Publisher
Custom Stores
• Pocket
Series
O'Reilly
By Publisher
Custom Stores
• General
Computers & Internet
4-for-3 Books Store
Custom Stores
Specialty Stores
• General
Programming
Computers & Internet
4-for-3 Books Store
Custom Stores
• General
Software
Computers & Internet
4-for-3 Books Store
Custom Stores
• All 4-for-3 Deals
4-for-3 Books Store
Custom Stores
Specialty Stores
Books
• General AAS
Qualifying Textbooks
Custom Stores
Specialty Stores
Books
• Python
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• Object-Oriented Design
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• 4-for-3 Books
Promotion (special_merchandising_browse-bin)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

Python Pocket Reference (Pocket Reference (O'Reilly))

Python Pocket Reference (Pocket Reference (O'Reilly))

zoom enlarge 
Author: Mark Lutz
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $9.95
Buy New: $5.00
You Save: $4.95 (50%)



New (40) Used (9) from $4.00

Avg. Customer Rating: 4.0 out of 5 stars 13 reviews
Sales Rank: 28853

Media: Paperback
Edition: 3
Number Of Items: 1
Pages: 158
Shipping Weight (lbs): 0.3
Dimensions (in): 6.8 x 4.2 x 0.5

ISBN: 0596009402
Dewey Decimal Number: 005.133
EAN: 9780596009403
ASIN: 0596009402

Publication Date: February 24, 2005
Availability: Usually ships in 1-2 business days
Condition: Brand New, Never Even Opened!

Also Available In:

  • Paperback - Python Pocket Reference, 2nd Edition
  • Paperback - Python Pocket Reference

Similar Items:

  • Learning Python, 3rd Edition
  • Python Cookbook
  • Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))
  • Programming Python
  • Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

Editorial Reviews:

Product Description
Python is optimized for quality, productivity, portability, and integration. Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use. With its convenient, quick-reference format, Python Pocket Reference, 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast! Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the Python Pocket Reference, 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail. The Python Pocket Reference, 3rd Edition serves as the perfect companion to Learning Python and Programming Python.


Customer Reviews:   Read 8 more reviews...

5 out of 5 stars One of the greatest computer books of all time   October 6, 2008
Python is a fast and easy to use language, though learning how to think in python, especially if coming from a more c-style language can take a while regardless of what book you're reading. This book won't help you with that. What it will do, is provide you with most (if not all) of the most-advanced features of python in a way that is really easy to digest for an intermediate/upper-beginner level python programmer. This book explains things that are not easy to find on the web or not apparent that they even exist in python (because, let's face it, python can be pretty magical at times). This book can be the catalyst that puts you well on your way to becoming an advanced python programmer. And all that from a tiny reference book!


1 out of 5 stars Useless   September 23, 2008
 1 out of 1 found this review helpful

After reading the excellent C++ Pocket Reference, I decided that this book was worth a try, but I was disappointed.

The last half of this book is a list of module functions, that are MUCH more easily accessed thrugh the online documentation. I wish it was more a reference about the language than about the built-in modules. I don't remember (and I can't find it in the book index!) reading explicitly how to add an attribute to a class, or other language-specific operations.

Being a pocket reference, the language should be concise, but sometimes it is so obscure to be nearly incomprehensible.

Let me also point out that it is more than three years old, so it was not updated to cover Python 2.5, and of couse the upcoming 2.6 and 3.0. Furthermore it tries to cover many versions, with even some references to the 9-year old 1.5 release. I believe the latest would have been enough.

In no way this can replace the modules online documentation, not even as a quick reference.



5 out of 5 stars Great reference - now with an index!   November 21, 2007
 3 out of 3 found this review helpful

I read various reviews complaining about the lack of an index. Well, it does have one now and it complements perfectly what is a fantastic quick reference for many of your Python needs, from built-in modules to regular expressions. Of course, it does not include the formal grammar of the language, a complete reference of libraries available or anything other than quick pointers for someone who already knows what Python is but is not a guru yet (although anyone can forget how to open a file from time to time).


4 out of 5 stars Meets its goals   September 24, 2007
 2 out of 2 found this review helpful

This is a great book for anyone who uses Python, especially for programmers at that level of Python competence after the beginner stage but short of a master's fluency. It provides a brief but clearly organized summary of Python basics: the language, primitive data structures, printf and other control codes, and the basic, everyday subset of the support libraries. And, since the editors apparently listened to criticism of earlier editions, the third editions includes a useful index as well as table of contents.

Some readers will be disappointed that it's not the book that it never meant to be. It never meant to be a tutorial or text book, it never meant to be a full specification of the language and libraries, and it never meant to be an encyclopedic description of the many available libraries. Decide what you want: if that's a quick reminder of Python's most useful basics, then this book will meet your needs.

-- wiredweird



3 out of 5 stars It has no index!   September 17, 2007
I concur with the other reviewers that this book contains useful information but IT HAS NO INDEX, and FINDING that useful information is non trivial.

What were O'Reillys thinking? If a third edition ever appears, and if it has an index I'd be glad to buy it as the book does seem to pack a lot of information into a small compass.


Powered by Associate-O-Matic