PHP + TinyButStrong Python replacement

python at bdurham.com python at bdurham.com
Wed May 7 10:44:47 EDT 2008


Pistacchio,

Templite
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496702

A light-weight (~40 lines), fully functional, general purpose templating
engine, allowing you to embed python code directly into your text. This
engine is suitable for any templating (not only HTML/XML), and is
minimal (40 lines of code!) and fast (all preprocessing is done in
"compile time")

Quote: "Very nice. That's just the right amount of markup for embedding
Python into html documents."

Malcolm



More information about the Python-list mailing list