pballard@ozemail.com.au (Peter Ballard) wrote in message news:<9d5509fa.0306301704.3234d552@posting.google. com>...[color=blue]
> Every time a thread like this comes up I wonder the same thing, so
> this time I'll ask...
>
> Why should I buy any of these books when I've got the (free) official
> Python documentation downloaded, and always just a click or two away?[/color]
The good thing about Python is that you DON'T need a book to learn it.
The standard documentation (together with the more friendly newsgroup
of Usenet) is more than enough. I printed the standard documentation,
posted few questions here and learned Python; nevertheless, now I am
moving
and a reference book is much more portable that a thousand sheets of
documentation (and nicer to read too), therefore I bought "Python in a
Nutshell". I like very much the O'Reilly graphics, too. The price is
reasonable, therefore why not to buy it? And it also provides the
better
documentation for Numerics and other modules which are not in core
Python ...
P.S. if the original poster is looking for a formal definition of the
language, he should look at the language reference
http://www.python.org/doc/current/ref/ref.html
Michele