ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Python Essential Reference
Author:
David Beazley
ISBN:
0 7357 0901 7
Publisher:
New Riders Pub.
Pages:
319pp
Price:
£25-50
Reviewer:
Francis Glassborow
Subject:
python
Appeared in:
12-3
This book is a plain reference book and nothing more. Whether it is essential is a matter for the individual to decide. The so-called tutorial of chapter 1 is just a quick reminder of the basics of the language; what more would you expect in ten pages. The rest of the first quarter of the book covers the core language. I did not notice any serious errors but it is very hard (even for a real expert with a language, which I am not for Python) to authenticate everything in a reference book.

The index consumes the last forty-five pages. A large index is no bad thing in a reference book. Just before the index you will find twenty-six pages covering extending and embedding Python.

The rest, about half the book, covers the built-in functions and the libraries.

I suspect that this book will become as well thumbed, when I get time to write some Python, as my fast disintegrating copy of the C- Standard, P.J. Plauger's reference books on C and my copy ofThe C++ Programming Language 3rd ed. Good references are vital for good work and I see every sign that this is such a book.