Tag Archives: xml

Extremely simple XML to Python converter

There are a ton of different ways you can encode XML, but for the style that looks like this: <xml> <name>Bob</name> … You can use this nice little function to convert it to a native Python object.  I’m using this … Continue reading

Posted in General | Tagged , , , , | Leave a comment

Can we all agree that “Programming Language” := “Turing Complete”

I’m tired of articles like this one that say things like XML essentially is a programming language that allows users to customize the underlying format of their word-processing documents It peeves me a lot when people refer to things like … Continue reading

Posted in General | Tagged , , , | 2 Comments