Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
660 views

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 with Python (perl, ruby, php)?
0
votes
1answer
186 views

Any tutorial for Python PalmDB library?

I've downloaded the Python PalmDB lib, but can't find any info on how to use it. I've tried reading docstrings and so far I've been able to come up with the following code: from pprint import pprint ...