[Tutor] show all dbm data

Alan Gauld alan.gauld at btinternet.com
Fri Sep 15 01:44:55 CEST 2006


> Hi, im have just started programming python with cgi and i will try 
> to use
> dbm as a db to practise

dbm is pretty low level, I'd recommend using the shelve module as
a layer above dbm. Basically shelve makes a file look like a
dictionary.

Not the answer you asked for but since you don't intend to use
dbm long term its probably a better solution!

Alan G. 




More information about the Tutor mailing list