Changes

Jump to navigation Jump to search
No change in size ,  08:34, 31 January 2009
Line 73: Line 73:  
If you need to store activity configure files the best way is using XML (it's well supported in Python and still human readable/editable).
 
If you need to store activity configure files the best way is using XML (it's well supported in Python and still human readable/editable).
   −
There are [http://docs.python.org/library/markup.html dozens] Python classes to satisfy XML standard but if you want just save/load parameters use "Zen of XML" in Python - [http://effbot.org/zone/element.htm ElementTree] library. It's supported out of the box in Python 2.5 (xml.etree.ElementTree module, in previous version you'll have to install library by yourself)
+
There are [http://docs.python.org/library/markup.html dozens] Python classes to satisfy XML standard but if you want just save/load parameters use "Zen of XML" in Python - [http://effbot.org/zone/element.htm ElementTree] library. It's supported out of the box in Python 2.5(xml.etree.ElementTree module). In previous version you'll have to install library by yourself.
    
=Activity Development Resources=
 
=Activity Development Resources=

Navigation menu