Mailing List Archive

help learning python source code
I've decided to learn something about the python source code. Does
anyone have any suggestion on the best way to learn the code? Is there
a road map somewhere of how all the pieces fit together?

Any suggestions would be appreciated.

thanks,
Danny


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
help learning python source code [ In reply to ]
Download and install the appropriate version of Python for your platform
(from http://www.python.org/) and look for the tutorial in the
documentation (it isn't hard to find!). The tutorial will give you an
excellent introduction to Python and combined with the library reference
(also included) will tell you everything you need to know. In order to
follow the tutorial you should probably have programmed in another
language before (even if only a simple language like Basic).

Ian.