On Monday 12 July 2010 19:34:02 Vamsee Kanakala wrote: > > webpy is mentioned above - and another reason to use it is that a core > > developer is our very own Anand C - in fact the current inpycon 2010 > > website is being run on infogami - a wiki that runs on web.py. But what > > Bharathi is doing is a simple throw-away app - and as he says - no need > > for any framework. > > I noticed web.py in the list - I was just wondering why it wasn't > recommended over CGI, as the latter seems like a rather crude approach. > From whatever I've seen, it seems to inter-leave python code with html. >
that depends on the user - python cgi does not force one to interleave html with the python code. It is simple to separate the two using either simple html files or templates. I have done python cgi programming for several years, and I was just looking at the code, and in thousands of lines of code I do not see a single line of html. -- regards kg http://lawgon.livejournal.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
