Simple Practice Programs
Thomas Guettler
guettli at thomas-guettler.de
Tue Jun 29 10:16:43 EDT 2004
Am Mon, 28 Jun 2004 21:12:50 +0000 schrieb Brian Martin:
> If I have gone through several beginner python tuts and understand
> basics, what's next?
> It seems there are very many very beginning tutorials but after that
> there is a large absence as far as tutorials. Any suggestions for a
> simple program to write?
Hi,
Try to find
a problem you want to solve. Then look up
the relevant parts in the standard library
(xml, httplib, email, ...)
Have a look at the python cookbook:
http://aspn.activestate.com/ASPN/Python/Cookbook/
There are several small code examples.
Regards,
Thomas
More information about the Python-list
mailing list