[Shawn Milo]
#- I was just wondering what the best books were for learning Python.
#-
#- Which books are good for getting started, and which should
#- be saved for
#- later, or or not useful except as a reference for the learned?
My particular process did not involve any printed book. It was something like this:
- GvR and FL intro tutorial (don't matter how much you know about languages, just read it).
- General overview of standard library
- Language reference
- Dive into Python
Of course, program as much as you can in the whole process. And always read other's code.
. Facundo
-- http://mail.python.org/mailman/listinfo/python-list