Python lacks good XML support in standard distribution. I found a list of Python XML libraries comparison:
http://www.somebits.com/weblog/tech/python/xpath.html
It is possible to convert DOM to dictionary records with following functions:
http://code.activestate.com/recipes/116539/
or use module xml2dict:
http://code.google.com/p/xml2dict/
Sometimes I do ssh to some development machine which I am not quite familiar with. I usualy want to detect Linux distribution and version. The following description is very helpful:
http://www.novell.com/coolsolutions/feature/11251.html
Czech trafic navigator:
http://www.dopravniinfo.cz/default.aspx
Python date and time manipulation:
http://seehuhn.de/pages/pdate
No comments:
Post a Comment