2009 203

From XPUB & Lens-Based wiki
Revision as of 11:28, 3 February 2009 by Michael Murtaugh (talk | contribs) (New page: = 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"...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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!