Learning Python
Although this is a proprietary book, it is still a good book for beginners and it has been translated in various languages
|
Python/XML HOWTO
XML is the eXtensible Markup Language, a subset of SGML intended to allow the creation and processing of application-specific markup languages. Python...
|
|
|
|
|
Regular Expression HOWTO
This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than the corre...
|
|
|
Python Regular Expressions Howto
This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than the corre...
|
|
|
|
|
XML Python Tutorial
This tutorial on the IBM Web site introduces the use of XPath and XSLT within the Python environement. It is written by a consultant from FourSought
|