Categories
PythonTips and Tutorials → XML and Python

Intro to PYX

XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to use Python''s xml_objectify

This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this &"Pythonic&" module for working with XML documents as objects.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Introduces the Python xml_pickle object

As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

xml_pickle and xml_objectify

This column presents some of the changes to the author''s previous module suite, utilities for high-level Python handling of XML documents, as well as some tips on advanced aspects of using and customizing the modules. Code samples demonstrate p...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

XML tools for Python

The first two installments of this column provided an overview of working with XML in Python. In the year since those initial writings, however, the state of XML tools for Python has advanced significantly. Unfortunately, most of these advances have ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

The Python Web Services Developer, Part 2

This is the beginning of a short series on creating a software repository system built on Web services and developed in the Python programming language. This article shows you the details of using the 4Suite open-source XML server with Python to crea...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

XML Processing with Python

This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS
©2003-2019 jCay.com