Templating engine?

Ville Vainio ville at spammers.com
Sat Jun 19 17:10:20 EDT 2004


>>>>> "Leif" == Leif K-Brooks <eurleif at ecritters.biz> writes:

    Leif> I'm planning to start on a fairly large web application,
    Leif> most likely using mod_python. I recently wrote a fairly
    Leif> small (but real-world useful) web app with it, and all of
    Leif> those req.write()s made for really ugly code. Would a
    Leif> templating engine solve that? Does anyone have any
    Leif> suggestions about which one to use?

A recent mod-python supports php-like "python-code-within-normal-text"
development. Is that what you want? More details on:

http://www.onlamp.com/pub/a/python/2004/02/26/python_server_pages.html

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list