<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hey guys,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I thought this might be useful for everyone as we 
work on hw1. In the Python cgi module, there's a useful class called 
FieldStorage- it works a lot like a Python dictionary. I was stumped at first on 
how to transfer the form data to the cgi script, but this makes it very 
easy.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>There's some good documentation here: <A 
href="http://docs.python.org/library/cgi.html"><FONT size=3 
face="Times New Roman">http://docs.python.org/library/cgi.html</FONT></A></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>If you're awesome and already knew this, then you 
can disregard this. It was a new discovery for me, so I thought it might be for 
other people too! :o)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>~Caitlin</FONT></DIV></BODY></HTML>