1
Python / Creating Python 2.4 Zaurus Image
« on: January 10, 2005, 05:07:50 pm »
Dear kopsis:
Very appreciate for your python image release.
As I saw this post, I'd suggest to make "palmdb" module preinstalled to read/write/modify Palm PDB and PRC format databases with python.
This module is maintained by rick_price, one of PDesk(the Palm outliner "progect"'s desktop program) developers, and avaliable at sourcefotge
http://sourceforge.net/projects/pythonpalmdb/
The second is cjkcodecs, which contained in python 2.4. To support Chinese, Japenese, and Korean characters. This can make your MP3player display CJK characters in Tags.
doctest (and unittest(opt.)) is one of essential model, too.
http://aspn.activestate.com/ASPN/Cookbook/...n/Recipe/305292
I think this module is helpful for programers to make unit test while writing documents.
And how about add "twisted" module to ease network-enabled program develop curve?
regards
Very appreciate for your python image release.
As I saw this post, I'd suggest to make "palmdb" module preinstalled to read/write/modify Palm PDB and PRC format databases with python.
This module is maintained by rick_price, one of PDesk(the Palm outliner "progect"'s desktop program) developers, and avaliable at sourcefotge
http://sourceforge.net/projects/pythonpalmdb/
The second is cjkcodecs, which contained in python 2.4. To support Chinese, Japenese, and Korean characters. This can make your MP3player display CJK characters in Tags.
doctest (and unittest(opt.)) is one of essential model, too.
http://aspn.activestate.com/ASPN/Cookbook/...n/Recipe/305292
I think this module is helpful for programers to make unit test while writing documents.
And how about add "twisted" module to ease network-enabled program develop curve?
regards