• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:4    start  Previous  Next  Last    goto:
    Mod_python Tutorial
    ON: 2008-08-29 07:27:10
    Apache processes requests in phases. A handler is a function that processes a particular phase of a request. Handlers are provided by Apache and by its modules, like mod_python.
    30 times | category:
    Intro to PYX
    ON: 2008-08-29 07:25:58
    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 needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a purely line-oriented format for representing XML documents that allows for much easier processing of XML document contents with common text tools like grep, sed, awk, wc, and the usual UNIX collection.
    7 times | category:
    Introduces the Python xml_pickle object
    ON: 2008-08-29 07:24:47
    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.
    14 times | category:
    XML Processing with Python
    ON: 2008-08-29 07:19:11
    This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
    175 times | category:
    this:1/1 25records  total:4    start  Previous  Next  Last    goto:

    Category

      Development (11)
      Introduction to Python (7)
      Miscellaneous (4)
      Searching (2)
      Web Fetching (5)
      XML and Python (4)