Creating a web page with Python

subhabrata.iisc at hotmail.com subhabrata.iisc at hotmail.com
Wed May 28 04:08:13 EDT 2008


Dear Mike,
Thanx your solutions came to the very point. And you understood the
problem so nicely. It is just perfect.
Great.
Regards,
Subhabrata Banerjee.

Mike Driscoll wrote:
> 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