Session
Using XML with Python
Paul Prescod, Founder, Constant Revolution
Track: XTech2001: Open Source and Open Standards
Date: Friday, July 27
Time: 10:45am
- 12:15pm
Location: Point Loma A
Python and XML are two technologies that seem made for each other. Python's strong string and list manipulation features perfectly complement XML's string and text-orientedness. Python's natural object orientation makes it a perfect environment for manipulating DOMs and RDF graphs. This talk discusses the variety of XML-processing features available to Python users in the core library and also in extensions.