Most Helpful Customer Reviews
10 of 10 people found the following review helpful:
4.0 out of 5 stars
Comprehensive and Thorough, with a Few Surprises, August 7, 2001
This review is from: Python 2.1 Bible (Paperback)
Disclaimer: I am a Hungry Minds author, currently working on a book whose topic is related to this one's. Frankly, I really wasn't expecting to like this book. I'm not the kind of guy that buys 'doorstop books' (How to Teach Yourself to be an Idiot in 24 hours), but I figured I'd give this a shot. I was very surprised at how well the authors managed to cover all the basics with clarity, without resorting t the gratuitous screenshots that many books are prone to. I was also very pleased that they included detailed information on a variety of advanced topics that just don't get covered in many other books, like: - Embedding the Python interpreter in your programs - Building a command interpreter (a mini-language) using Python - An overview of the available IDEs for Python ...and other gems. As a tutorial, the first section of the book performs admirably, with just the right level of detail. There are a few extras included, such as coverage of arrays, that are not strictly part of the core Python language, but are useful if you are learning Python as second language. As a general language reference, the book works fairly well, though I still prefer the smaller form-factor of dedicated reference books for this purpose, such as New Rider's 'Python Essential Reference'. In fact, the large size of the book (which makes it hard to hold comfortably) is the only reason that I'm giving it four stars, instead of five.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
13 of 15 people found the following review helpful:
5.0 out of 5 stars
100% Comprehensive is an UNDERSTATEMENT!!, July 9, 2001
This review is from: Python 2.1 Bible (Paperback)
Looking to tackle Python? I've been shopping for a scripting language and juggled back and forth between tcl, perl, python and ruby... and this book sealed Python as the language for me. Whether you're on a Unix platform or using Windows, looking to build scripting tools, or full-blown gui interfaces, Python is the language for you, and the Python 2.1 Bible will bring you up to speed with everything you need to design, develop and deploy your application using the barrage of tools available in Python. Especially worth reading are the chapters on threading and regular expressions for you hard core folks looking for flexibility and performance. If Brueck's detailed treatment of the existing Python modules don't win you over, his in depth walk through of extending Python by building your own modules in 'C' will. No Python programmer should be without this book!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
4 of 4 people found the following review helpful:
4.0 out of 5 stars
Good Tutorial and Reference Book, August 28, 2002
By A Customer
This review is from: Python 2.1 Bible (Paperback)
Filled with clear, detailed explanations of it's many functions and modules, and organized into distinct topics by chapter, the Python 2.1 Bible is one of the better books about Python programming. The first 12 chapters cover all the basics from expressions and strings to working with files, directories, and data storage. The remaining pages discuss some of the most common applications of the language from networking to user interfaces as well as some topics that aren't really covered in other books like image and sound processing. Despite it's detail, the Python 2.1 Bible does gloss over Object Oriented Programming a bit, preferring to describe the syntax and Python-centric operations rather than explain the hows and whys of OOP in and of itself. Suffice to say that if you have many questions about OOP in general, you will need to consult a different book. Also, there are some typos and other errors which may cause newbies a bit of frustration. For example, a sample program for a simple curses (text-based GUI) menu declared a variable with the incorrect name. This kind of editorial SNAFU is rather annoying, especially for a book geared for beginning to intermediate users, but unfortunately prevalent in many technical books on the market as well. However despite these quibbles, the Bible does provide an excellent starting point for newbies and may even shed some light for advanced users. Overall, this is a well-written book about the Python language that will appeal to novice and intermediate programmers.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|