Creating a web page with Python
Mike Driscoll
kyosohma at gmail.com
Tue May 27 10:43:51 EDT 2008
On May 27, 9:25 am, subhabrata.i... at hotmail.com wrote:
> Dear Members of the group,
> If any one can help me with an idea how to create a web page with
> python? Do I have to use vbscript or something like that? I also want
> to embed the function in the button of a form. How can I do it in
> Python?
> Regards,
> Subhabrata Banerjee.
There are many ways to do this. You can use Python kind of like cgi:
http://www.python.org/doc/essays/ppt/sd99east/index.htm
http://docs.python.org/lib/module-cgi.html
WSGI: http://www.wsgi.org/wsgi
Web Frameworks: Django, TurboGears, Pylons, mod-python, Zope/Plone
Or you might just want to browse Python's wiki:
http://wiki.python.org/moin/WebProgramming
Mike
More information about the Python-list
mailing list