dynamically creating html code with python...

Stefan Behnel stefan_ml at behnel.de
Tue Aug 12 01:21:40 EDT 2008


Hi,

anartz at anartz.cjb.net wrote:
> how can I combine some dynamically generated html code (using python) with
> the output of a urllib.openurl() call?

Why reinvent the wheel? Try one of the existing web frameworks. There may be a
learning curve for most of them, but you may also end up doing things that
seem totally out of reach with your current approach.

http://wiki.python.org/moin/WebFrameworks

or, more generally:

http://wiki.python.org/moin/WebProgramming

Stefan



More information about the Python-list mailing list