|
Prev: triangulation
Next: strange file.write() behavior on windows: $ConvertToNonresident, $ReplaceAttribute2
From: David Rasmussen on 13 Nov 2005 14:12 What is the best book for Python newbies (seasoned programmer in other languages)? /David
From: Bruno Desthuilliers on 13 Nov 2005 16:13 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 13 Nov 2005 17:02 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 13 Nov 2005 18:10 "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 13 Nov 2005 18:43 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
|
Next
|
Last
Pages: 1 2 Prev: triangulation Next: strange file.write() behavior on windows: $ConvertToNonresident, $ReplaceAttribute2 |