How can you import XML files into Python 3?
And why you would?
This blogpost doesn't answer this last question, but it's definetly going to answer the first one :)
Everything I'm writing is taken from this talk from David Beazley: youtube video.
Consider this post as a very little summary of its contents.
Let's start with the requirements:
Python 3.3
... that's all!