[Tutor] Uncle Sam wants your programs
Daniel Yoo
dyoo@hkn.eecs.berkeley.edu
Sat, 20 Jan 2001 02:10:04 -0800 (PST)
On Fri, 19 Jan 2001, Matthias Hager wrote:
> I was wondering what programs all of you have developed in Python?
> I've found that one of the best way to learn is to study source code.
> So, if you could please help a newbie learn, and get more interest in
> your programs, email them or a link to them to me please.
> martok@mattsmail.com I especially am interested in applications with a
> GUI? But anything (everything) will do.
Here are a few links:
Vaults of Parnassus
http://www.vex.net/parnassus
Useless Python Pages
http://www.lowerstandard.com/python/pythonsource.html
and the majority of the source code to the standard library modules is
already installed with Python, so you can always take a look at how the
Python Gods do it. The modules should be in the Lib/ directory where you
installed Python.
Good luck!