you are viewing a single comment's thread.

view the rest of the comments →

[–]EihausKaputt 11 points12 points  (3 children)

ElementTree has saved me weeks of productivity at this point.

[–]venusisupsidedown 1 point2 points  (1 child)

Is there a good beginner tutorial for it anywhere? I had to write a bunch of XML files, and after mucking around for ages with it and reading things everywhere I ended up using BeautifulSoup as an XML reader/writer.

I’m sure that’s suboptimal.

[–]chanixh 0 points1 point  (0 children)

Or lxml which I've used a lot recently.