[Tutor] Simple Python Projects ?
Alan Gauld
alan.gauld at btinternet.com
Wed May 28 03:06:48 CEST 2008
"Zameer Manji" <zmanji at gmail.com> wrote
> Are there any simple python projects out there that have well
> documented
> code and are recommended for new users to read and modify ?
Depends on what you count as well documented!
You can try a search on Sourceforge with lanuage=python.
Try fixing some of the reported bugs - bug fixing is a great
way to learn things to avoid in your own code!
Or you could just try reading and playing with the samples
that come with Python. There are some simple code beautifier
scripts that could be easily enhanced and are not too hard.
HTH,
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
More information about the Tutor
mailing list