[Originally posted 11/30/03 by Anonymous]
Hi everyone,
I just started reading through CGIA and can't wait to get started with writing some code generators to simplify my J2EE development.
Is anyone aware of a Python templating module that works similar to ERb? I've seen Cheetah, which looks great from a template syntax perspective - however, it appears that you have put all your Python code in the template vs calling the template from another Python script.
I realize the book uses Ruby and the scripts are pretty close to what I want in the long run. However, if I'm going to learn and use a new scripting language, Python syntax seems a bit cleaner to me which is important over the long-haul since I won't be using the scripting language on a day-to-day basis.
TIA!
Peter
|