lxml is the best python xml parser for performance, but if you’re lazy like me, `xmltodict` is a nice middle ground.
For huge files, pre-process with `sax`—it’s event-based, so super memory-efficient. Steeper learning curve, though.
For huge files, pre-process with `sax`—it’s event-based, so super memory-efficient. Steeper learning curve, though.
