From: David Rasmussen on
What is the best book for Python newbies (seasoned programmer in other
languages)?

/David
From: Bruno Desthuilliers on
David Rasmussen a ?crit :
> What is the best book for Python newbies (seasoned programmer in other
> languages)?

I don't know if it's the "best", but a DiveIntoPython/PythonCookbook
combo may be a good choice.

From: Stuart McGraw on
David Beasley's Essential Python (New Riders). It's a little dated
now (covers only up to version 2.2) but lucid, consise, well organized.
It restricts itself to Python's syntax and semantics and does not waste
time explaining basic programming concepts.

I made several attempts to learn Python but found the Python docs
pretty poor, and the tutorial books I looked at were incredibly ponderous
and slow. It wasn't until I got Beasley's book that I could actual find
info effectively enough to start actually writing Python code. I still most
often refer to it in preference to the Python docs.

"David Rasmussen" <david.rasmussen(a)gmx.net> wrote in message news:43779016$0$2111$edfadb0f(a)dtext02.news.tele.dk...
> What is the best book for Python newbies (seasoned programmer in other
> languages)?
>
> /David
From: Stuart McGraw on
"Stuart McGraw" <smcg4191zz(a)friizz.RimoovAllZZs.com> wrote in message news:11nfdv67tfvt246(a)corp.supernews.com...
> David Beasley's Essential Python (New Riders). It's a little dated
> now (covers only up to version 2.2) [...]

Oops, that should be "Beazley", "Python Essential Reference", and
version 2.1.
From: calad.sigilon on
Have you tried the tutorial on python.org? It's pretty good, even for
seasoned programmers.

Calad Sigilon

David Rasmussen wrote:
> What is the best book for Python newbies (seasoned programmer in other
> languages)?
>
> /David