Python
Python Standard Library (Nutshell Handbooks)
Format: Paperback
Author: Fredrik Lundh
ReleaseDate: May, 2001
Publisher: O'Reilly Media
Rating:
Has been superceeded
I never once used it. I bought this book in 2004 when I was just starting to learn Python. Its not a bad book, just less useful now than in 2001.
The book covers Python 2. 0. Anything before 2. 2 for any Python book is probably not worth the trouble in 2006 and beyond.
When looking for information about a Python module I look in Alex Martelli's Nutshell book(2. 2) and the go to the online Library Reference. The nutshell is good for background and examples and the Library Reference brings things up to 2. 4.
If I am not quite sure what I am looking for then the Python Cookbook (2nd edition) is the most help.
Mark Pilgram's Dive into Python is a great, in-depth look at some of the more useful standard library modules.
I hope Alex Marelli updates his Nutsehell book for 2. 4.
There are other good books for learning Python but the Nutshell(O'Reilly), Cookbook(O' Reilly), Library Reference(python. org), and Dive into Python(online or an Apress book) do the best job of covering the standard library,.
One of the less useful books on Python, for me.
. I am a relatively new programmer, who has used only Python and PHP to any significant extent, so .. I have Python Essential Reference (1st. edition) and this book side-by-side on my shelf at work. I use Python Essential Reference and the online module documentation almost equally, and I almost never pick up this book.
Interesting, but not necessary
J. I was hoping for something along the lines of the book the "Standard C Library" book by P. Plauger. Unfortunately, this book is nowhere near as complete. Still, there are interesting and useful bits here and there, and it does serve as a decent supplement to the Python library book included in the distribution itself.
|