How to open a pdb file in Python?
I've got an e-book (viewable with isilo) in a pdb file. Is it possible to read it's contents wit开发者_C百科h Python (perl, ruby, php)?
PDB was designed for Palm pilots in the very beginning. isilo started kind of as a universal reader on PDAs so they've also implemented the PDB protocol.
For python, you can use the Python PalmDB library.
精彩评论