Python
Adding the libxml2 and libxslt Python bindings to Mac OS X Tiger
Thursday, 03
November 2005 21:25
Mac OS X 10.4 Tiger comes with Python, libxml2 and libxslt installed by default, but there are no bindings for using libxml2 and libxslt from Python. If you have the developer tools installed, its’s not that hard to add these.
Memory management with the libxml2 Python bindings
Friday, 12
March 2004 20:52
How to get memory management right when using the libxml2 Python bindings.
Magic
Friday, 24
October 2003 09:07
What’s good and bad about PHP isn’t two different things, it’s one thing: magic.
Understanding the problem
Sunday, 14
September 2003 19:19
One of the biggest reasons for software failures is not understanding what problem you really need to solve: the customer’s problem.
XHTMLforward
Friday, 08
August 2003 21:40
Reformats XHTML to make it work in browsers that do not handle XML properly.
Quick ’n Dirty RSS with XSLT
Sunday, 27
July 2003 17:08
Tutorial on screen-scraping a RSS feed for Daily Python-URL using an XSLT stylesheet.
Unicode in Python
Thursday, 10
July 2003 12:03
A short reminder on how to convert between plain strings and Unicode strings.