language learning vs. process
David MacQuigg
shuvit at 127.0.0.1
Mon Dec 1 23:32:09 EST 2003
More information about the Python-list mailing list
Mon Dec 1 23:32:09 EST 2003
- Previous message (by thread): language learning vs. process
- Next message (by thread): language learning vs. process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 01 Dec 2003 19:33:47 -0800, Bryan <belred1 at yahoo.com> wrote: [...] >by step. i think there is a third option you should consider, and IMO it's the best. it's studying small fully working >recipes that concentrate on one issue at a time and gives you a good foundation to build upon. fortunately, there is a >book that does just this and it's called "Python Cookbook". i think if you try to go for the one big program, you will >miss out on a lot of important stuff. I think there are also free online tutorials that do much the same thing such as >"Dive into Python". anyways, just my opinion. Python Cookbook may be too advanced for a beginner. I would work through Learning Python first. The main problem with Learning Python is that it is out of date, and some of the language features, like scoping rules, have been significantly changed. There is a new edition due real soon. Also, you won't get too far off the path if you follow the tutorials from python.org at the same time you work through the book. Dive into Python is *Excelllent*, but it also focuses on the language, rather than the operational details, which the OP requested. Also, the author makes it clear, this is a fast ride through some cool features, not an introduction. -- Dave
- Previous message (by thread): language learning vs. process
- Next message (by thread): language learning vs. process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list