[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: request for Details about Dictionaries in Python

Gerardo Herzig -Departamento de Proyectos Especiales e Internet- Facultad de Medicina

3/14/2008 12:31:00 PM

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-s...

Gerardo