request for Details about Dictionaries in Python

Gerardo Herzig gherzig at fmed.uba.ar
Fri Mar 14 08:30:46 EDT 2008


Saideep A V S wrote:

>Hello Sir,
>
>       I am a beginner level programmer in Python. I am in search of a
>function for 'On-Disk' Dictionaries which is similar to On-Disk Hash tables
>in Perl (i.e., tie function in Perl).
>
>
>  Could anyone help me with the concept. I have also searched the net, but
>was not successful in finding any related.
>
>Awaiting your Solutions.
>
>Thanks in Advance.
>
>Saideep
>
>  
>
I guess you are looking for shelve
http://docs.python.org/lib/module-shelve.html

Gerardo



More information about the Python-list mailing list