Dynamic HTML from Python Script

Larry Bates larry.bates at websafe.com`
Tue Jun 10 21:51:03 EDT 2008


asdf wrote:
> I have a python script whose output i want to dynamically display
> on a webpage which will be hosted using Apache. How do I do that?
> 
> 
> thanks

Take a look at Django.  It may be overkill for this first project but any time 
you spend learning it should be paid back in future projects.

-Larry



More information about the Python-list mailing list