stripping fields from xml file into a csv

Stefan Behnel stefan_ml at behnel.de
Sun Feb 28 14:20:21 EST 2010


Hai Vu, 28.02.2010 17:41:
> By the way, Stefan, I am using Python 2.6. Do you know the differences
> between ElementTree and cElementTree?

Use cElementTree, it's implemented in C and a lot faster and more memory
friendly.

http://effbot.org/zone/celementtree.htm#benchmarks
http://codespeak.net/lxml/performance.html

Stefan




More information about the Python-list mailing list