2009 203: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 7: Line 7:
The next step is CGI!
The next step is CGI!


[http://pzwart2.wdka.hro.nl/~techday/pages/PythonCGIChecklist.html Python CGI checklist]
* [http://pzwart2.wdka.hro.nl/~techday/pages/PythonCGIChecklist.html Python CGI checklist]
 
== Reading for Next Week ==
 
* http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html

Revision as of 15:49, 3 February 2009

Page Generators & CGI

We have seen examples in ThinkPython of python programs that manipulate text.

It is now a small step to changing the output of our program from "plain text" to use some simple markup of HTML.

The next step is CGI!

Reading for Next Week