Web Page Construction in Python

Diez B. Roggisch deets at nospam.web.de
Tue Jul 22 03:02:38 EDT 2008


SUBHABRATA schrieb:
> Dear Group,
> I am getting some questions on doing Web Pages in Python.
> I have some interactive codes in python for which I like to make web
> pages.
> I am trying to use kid.
> Kid I learnt, and is easy, too.
> My questions are:
> i)	Am I going correct?
> ii)	Is there any language other than kid?
> iii)	The worked out examples of kid are not opening properly, is there
> any other URL where I can see them.
> iv)	Can cgi scripting be done with kid?
> If any one can spend time on my questions.

I suggest you take a look at TurboGears. It's a web-framework that uses 
KID (or genshi, which is extremely similar) to render pages, and makes 
web-development considerably easier.

http://www.turbogears.org/

Diez



More information about the Python-list mailing list