[Tutor] Alternative for Shelve

Timo timomlists at gmail.com
Tue May 12 10:00:54 CEST 2009


Kent Johnson schreef:
> On Mon, May 11, 2009 at 1:39 PM, Timo <timomlists at gmail.com> wrote:
>   
>> Hello all,
>>
>> I have an issue with the Shelve module. It works great for my needs, the
>> only problem is that a file made with Shelve isn't interchangable between
>> different computers. I want my data to be exchanged between users.
>>
>> Does someone have an alternative to Shelve?
>> It must be able to contain keys and values, and the values are a list of
>> dictionaries.
>>     
>
> Try the pickle module.
>
> Kent
>   
I went from Pickle to Shelve because I couldn't store my wanted list of 
dictionaries in Pickle.

Timo


More information about the Tutor mailing list