advice needed for simple python web app

Paul Rubin http
Fri Feb 4 11:51:04 EST 2005


"Dan Perl" <danperl at rogers.com> writes:
> This matches pretty much what I've decided to do.  I'll start with cgi and 
> CGIHTTPServer because I'll learn more from that and then move to a 
> framework, quite likely CherryPy, although by that time I may change my 
> choice.  Philip Greenspun's book looks good and I'll have to go through it. 
> Thanks for the advice. 

You might also look at the docs for HTML::Mason (www.masonhq.com) to
get a look at a reasonably mature template system, even if you don't
plan to use it (because it's in Perl and not Python).  I'm not sure if
CherryPy is directly comparable.  I haven't yet used any of the Python
template systems.



More information about the Python-list mailing list