Best XML python package to learn for Ubuntu Linux ?

Philip Semanchuk philip at semanchuk.com
Wed May 19 14:06:51 EDT 2010


On May 19, 2010, at 1:54 PM, Robert Somerville wrote:

> Hi;
>
> I am about to get my feet wet with Python XML, there appears to be  
> many libraries ... can someone recommend
> a good package to use on Ubuntu ???

Hi Robert,
xml.etree.ElementTree is in the Python standard library as of version  
2.5. It was a popular 3rd party package even before it became part of  
the standard library, so a lot of code uses it. It's a good place to  
start.

HTH
Philip



More information about the Python-list mailing list