RSSAmplifier

Randall Degges · Sep 4, 2013

Quickly Extract XML Data with Python

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Today I had the unfortunate luck of having to integrate an XML web service into an application I’m working on. As you might already know, parsing JSON data with Python is really simple thanks to some great built in tools. I wish I could say the same thing for working with XML! Unfortunately, while Python does include built in XML processing tools, they’re not exactly the easiest thing…

Read on rdegges.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.