01
Mar
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 to turn the results of the LinkedIn API from XML to Python, which then gets [...]
Continue Reading →