Let's put Actual Python Code on the Wiki. Here are the rules, which will not be enforced:
- keep the code samples small
- sign them
- if you post a sample, you are responsible for answering newbie questions about the code
- add a link on this page
Also see CodeSnips for smaller chunks of Python Code.
PersonalLog - simple TODO/notes tool.
AuroraOverSeattle - nice example of urllib
FilePosition - reopened file starts where you left off
SpreadSheatReadWrite - before there was the cvs module I wrtoe this
HowToDistributePythonPrograms - distutils, setup.py, eggs, Python Package Index, easy install, etc.