Enter a zip code
(Paperback - 2nd Edition)
Written for experienced programmers, the 338 recipes collected in this guide present techniques for manipulating text and files, searching and sorting, object-oriented programming, concurrent programming, system administration, processing XML, and network programming. The second edition focuses on Python 2.2 and 2.3, and adds chapters on iterators, generators, and time and money operations. Annotation ©2005 Book News, Inc., Portland, OR
More Reviews and RecommendationsReader Rating:
See Detailed Ratings
October 21, 2002: This book is more like _Effective_C_ than a cookbook. Each item is more than a code snippet to solve a specific problem, though said snippets abound. The author of each short bit goes into illuminating depth about their chosen topic. I've been programming in Python since 1.3 and I learned several new things in the first several pages! I've not yet finished it, but I did go ahead and read a few "recipies" from each chapter before posting this review. As an added bonus, each chapter is introduced by a Python luminary. Bottom line: This book will sit on my desk, not on my shelf.