Kent Johnson wrote: > Michele Simionato wrote: > > The problem is a problem of standardization, indeed. There plenty of > > recipes to > > do the same job, I just would like to use a blessed one (I am teaching > > a Python > > course and I do not know what to recommend to my students). > > Why not teach your students to use a template system?
Agreed. Don't use HTML generation simply for the sake of it. While it has its niche, for most tasks templating is more appropriate. There aren't any 'blessed' solutions, so just pick whichever third-party system best fits your needs. -- http://mail.python.org/mailman/listinfo/python-list