Python CGI

From XPUB & Lens-Based wiki
Revision as of 11:30, 12 February 2014 by Michael Murtaugh (talk | contribs) (Created page with "== CGI Module == Python has a CGI module that takes care of many things like working with values posted form a form or handling an uploaded file. http://docs.python.org/2/lib...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CGI Module

Python has a CGI module that takes care of many things like working with values posted form a form or handling an uploaded file.

http://docs.python.org/2/library/cgi.html#module-cgi

Python CGI Checklist