python and XML

23 01 2009

markup.py does approximately what XML::Generator does, but in an easier (simpler) way.

I still prefer SimpleXML or almost even Castor or XMLBeans.

Markup may not be good enough for building RESTful web services, but I’m toying with switching the prototype ShoppingList web service over to python –just for fun.  Building (and iterating) through complex hierarchies in python *is* nice.  Nicer even than perl.





vi – another ubuntu gripe

23 01 2009

vi /etc/profile.d/aliases.sh

alias vi=’vim’