As you may have gathered, a lot of these scripts don’t do too much useful stuff. I’m using them as a teaching tool, trying things. Later, when I need to use one of these techniques, I can look through these scripts and get a brief reminder of how to parse an XML file or use regex in python or whatever.
Day 13: Figured out how to construct XML with ElementTree.
Day 14: Used regex to search a list of presidents for how many used middle initials in their names.
Days 15 and 16: Extremely lame scripts, not uploaded
Day 17: Download today’s transcript of a room in Campfire; not uploaded because on…
Day 18: Updated Day 17′s script to look up user names from the userid’s Campfire provides.
Day 19: Saved an Object using Pickle