Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))

Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))
Authors
Alex Martelli
ISBN
0596100469
Published
01 Jul 2006
Purchase online
amazon.com

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

David Alan Tussey said
This book is strictly a reference book. It contains snippets of examples and detailed explanations about each Python function/features. It is very, very good for that. The section on strings, for example, contains about 15 pages on every possible string methods, and a brief example. Perfect for a reference.

Laura Bickle said
On the downside, there was a few chapters to read through before I actually started programming. On the upside, I really enjoyed reading it. This is a great book if you'd like to hear about the different types of Python. It's not a particularly good book if you'd like to learn Python in a reasonable amount of time to finish a project.

Marc Magrans De Abril said
Just good enough, I do not recommend it. In case that you really want to profit your time go directly to the "Python Cookbook" from O'Reilly.

David A. Schultz said
A great reference book, but alone it wouldn't be my way to learn the language; it's a bit terse for that. However, with the other book I got "for beginners" (that be me), they make a great pair.

RF RDC said
I keep coming back to this book, either to clarify what other books needlessly complicate or simply don't include. As a nutshell book, I would say it is more of a fairly comprehensive reference. Its discussion and explanation of python elements, which tend to make it more of a comprehensive manual and less of a nutshell are very much appreciated. The book's well thought out layout and well self-sustained sections allow you to actually sit down and read this book to learn from and not just use as a passing reference from time to time. I pair this book with Beazley's Python, Essential Reference, which I think actually takes more of a 'nutshell spirit of presentation'. Between the two, they are my most often go-to books while in the coding process.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In theory, theory and practice are the same. In practice, they're not.”