(no subject)

Martin v. Loewis martin at v.loewis.de
Sun Jun 9 16:00:18 EDT 2002


Attila Horvath <mutsuura at mutsuura.com> writes:

> 	- provide [generic] CGI functionality
> 	and if possible...

Please have a look at the cgi module.

> 	- generate dynamic (DHTML) responses to CGI input parameters

There are several strategies, but I recommend to use plain print
statements. You can use HTML templates by putting multiline strings
into your scripts which offer %s or %(key)s interpolation.

Regards,
Martin




More information about the Python-list mailing list