[Tutor] Alternative for Shelve

Kent Johnson kent37 at tds.net
Tue May 12 01:33:13 CEST 2009


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


More information about the Tutor mailing list