Tag Archives: xml

ElementTree

For those not in the know ElementTree is a Python API created by Fredrik Lundh to handle XML data in a simple, clean and powerful way. However, unlike the more complicated non-pythonic modules such as SAX and DOM – it is not included in the core Python installation. If you’ve any experience with using Python [...]

Java reaching the end of the road?

An article over at the Register offers up a number of interesting points on the future of Java. Yes, I know its been said many times that Java’s days are numbered, but with the increasing availability and popularity of languages like Python & Ruby. What the report also points out is and Java’s increasingly complex [...]