Python Essential Reference

Python Essential Reference, 4th Edition [Amazon]
Addison-Wesley Professional (July 19, 2009)
ISBN 0672329786; 717 pages

About

Now in its 4th edition, the Essential Reference was the first major reference book published for Python--originally appearing in 1999. It is meant to be a serious reference for working programmers. As such, it tries to provide detailed coverage of every Python language feature, especially advanced features that often get skipped in introductory books. It also provides expanded reference material for most of the most commonly used modules in the standard library. I primarily wrote this book for myself and use it on a regular basis in my day-to-day work. Others have also found it to be useful.

Resources

Editorial Reviews

The Python Essential Reference hits the "sweet spot of concise usefulness." (9/10 rating) - Slashdot

"Python Essential Reference is exactly what the title says - it's *essential*... [It] is a book that you must have on your bookshelf." - Mike Riley [Dr. Dobb's Journal ]

Selected Amazon Reviews

"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."

"This is probably the best serious reference book for programmers since K&R's The C Programming Language."

"This is not a book that will see much use in my office. In fact, I think I'm going to put it out of sight -- just looking at it annoys me."

"This is the best programming book I have ever seen."

5th Edition Status

As Python has matured, it has grown into a significantly larger language. As a result, it is no longer feasible for me to write a comprehensive reference for it. As such, there will be no 5th edition.

However, much the core material once found in the Essential Reference will appear in a new book Python Distilled to appear in fall 2021.


Copyright (C) 2005-2024, David Beazley