Parsing xml in python: ElementTree

Good intro to python's ElementTree library: http://blog.doughellmann.com/2010/03/pymotw-parsing-xml-documents-with.html

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process