I am going to go the mod_python route. as for why a person would go route one over route 2
is that the number of lines of html/output vs python code are usually 10 to 1 and it's much easier to encapsulate the python code than to quote and escape all the html/css/xml Thanks for the help <% #python code %> <title> some title</title> and print output(python-code) + "<title> some title</title>". are equivalent. -- http://mail.python.org/mailman/listinfo/python-list