03 July 2008 08:00
Jonas Galvez : /log
Django's templating system is often a pain to work with, and XML libraries for Python are also not stellar, so I decided to take advantage of Python's with statement and wrote a XML generation library somewhat similar to Ruby's Builder.
great example of the "with" usage