[Tutor] HTML module
Danny Yoo
dyoo@hkn.eecs.berkeley.edu
Wed, 27 Mar 2002 17:46:54 -0800 (PST)
On Wed, 27 Mar 2002, Dr. Babu A. Manjasetty wrote:
> How to make HTML interface forms using python to interact with MySQL
> database? Is there any html template module is available? So that I can
> modify it for my purpose.
Hello,
Yes, you may want to look at:
http://www.python.org/topics/web/HTML.html
for a list of resources to generate HTML with Python. I've heard that
HTMLgen is pretty nice for this purpose. Does anyone have experience with
other templating engines for Python?
Best of wishes to you!