PyMOTW: Parsing XML Documents with ElementTree

Parsed XML documents are represented in memory by ElementTree and Element objects connected into a tree structure based on the way the nodes in the XML document are nested.

Read more at pymotw.com: xml/etree/ElementTree/parse.html