Python Essential Reference (4th Edition) (Developer's Library)

Python Essential Reference (4th Edition) (Developer's Library)
Authors
David M. Beazley
ISBN
0672329786
Published
04 Jul 2009
Purchase online
amazon.com

Every so often a book comes along that makes you ask yourself, "Gee, when was the last time I had my eyes checked?" David M. Beazley's Python: Essential Reference is just such a book. Condensing thousands of pages of Python online documentation into a compact 319-page softcover, Beazley and his editors used the old-college trick (often performed in reverse) of dickering with the font size to meet a putative page-limit requirement.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Wayne Cannon said
This is a excellent REFERENCE book -- thorough, concise, and well-indexed. It is not a tutorial. It is not a textbook.

I have found this to be my "go to" book when looking for details and nuances about aspects of Python. Information about a given topic can almost always be found here, when it might only appear in one of eight other excellent Python books. You will still need other books for examples, tutorial coverage, etc., of Python topics.

peter sgouros said
This is my Python reference book of choice, my only complaint about the book is the quality of the spine, as constant use has led to some of the signatures to peeling away from the binding.

As regards the content though, this book is laid out precisely the way I like it. Every function is described concisely and clearly, every module that was current at the time of publishing is very clearly defined and outlined. I'm very fond of this book and I'm anxiously looking forward to the python 3.0 edition.

I'm generally fond of O'Reilly books, but in this case I would recommend this one over any of the O'Reilly python books that I have.

RF RDC said
I love the book. Use it with Python in a Nutshell. Use the Nutshell as a more comprehensive reference and this book to get exactly what I need when I have a general idea of what is needed. I see Python Essentials as more of a 'nutshell book' than the actual nutshell book. It is clear and concise and I find the print size to be very acceptable. The book is a maverick when it comes to being able to compare different approaches/elements. It will not do it for you, but since it is so precisely laid out, it is easy to think in terms of: "If I used this then I could do this; If I used that then I could do that, but not this, etc." If you have a basic background in python or other language, you will likely be able to frame up your ideas/knowledge into specifics and start coding to learn more or if you are already an accomplished programmer you can check and refine code in progress or established code projects.

Chicagoan said
I say Outstanding Reference, because that's what this book is. While there are examples, they are short and concise - this is not a "how to" book (though the introduction provides an excellent overview). Rather, this is a text to keep alongside a book like Learning Python. It's dimensions are smaller than your typical computer book, so it fits nicely on my desk. Also, the index is the best you'll find (Dave actually generated it from a Python script). It's faster than looking stuff up online.

apecar said
This little book isn't missing a thing! It's extremely well organized; I find it faster to get answers from this book than from the Internet. Can't say that too often!

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Weeks of coding can save you hours of planning.”