Example code for anydbm wanted...

Fredrik Lundh fredrik at pythonware.com
Mon Aug 4 08:55:32 EDT 2003


"John D." <lists at webcrunchers.com> wrote:

> Does anyone have any good example code that shows
> how to use the "anydbm" wrapper tp interface with a
> very simple database.   like some examples of how to
> use "dumbdbm"?

you'll find some simple examples in the "data storage" chapter in
my python standard library book:

    http://www.effbot.org/zone/librarybook-index.htm

</F>








More information about the Python-list mailing list