How to use Python's xml_objectify
In this article David Mertz presents the xml_objectify module as part of his ongoing quest to create a more seamless ...
December 20th 2005
Free
Python and XML Processing
Python's power and ease of use combine to make it an excellent choice for writing programs that process XML data. ...
December 12th 2005
Free
Tinkering with XML and Python
A major element of getting started on working with XML in Python is sorting out the comparative capabilities of all ...
December 1st 2005
Free
XML tools for Python
The first two installments of Charming Python by David Mertz provided an overview of working with XML in Python. In ...
November 29th 2005
Free
Intro to PYX
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are ...
xml_pickle and xml_objectify
Since author David Mertz first introduced his handy utilities for high-level Python handling of XML documents, users and readers have ...
November 25th 2005
Free
XML Processing with Python
One language attracting a lot of attention at the moment is Python. This article takes a high level look at ...