Archive for May, 2008

Possible hackage

Friday, May 30th, 2008

Note: The blog was hacked. I spent all night trying to clean it up. If you have registered here you may think about changing your password. Sorry about this folks it pretty much sucks.
Hey everyone,
Just to let you know there is a strong possibility that this blog was hacked recently. A helpful user (Eoin) [...]

Elegant XML parsing using the ElementTree Module

Wednesday, May 7th, 2008

Mark Mruss
Note: This article was first published the October 2007 issue of Python Magazine
XML is everywhere. It seems you can’t do much these days unless you utilize XML in one way or another. Fortunately, Python developers have a new tool in our standard arsenal: the ElementTree module. This article aims to introduce you to [...]