splitting a large dictionary into smaller ones

Armin amoradi at fedoraproject.org
Sat Mar 21 23:11:18 EDT 2009


On Monday 23 March 2009 00:01:40 per wrote:
> On Mar 22, 10:51 pm, Paul Rubin <http://phr...@NOSPAM.invalid> wrote:
> > per <perfr... at gmail.com> writes:
> > > i would like to split the dictionary into smaller ones, containing
> > > only hundreds of thousands of keys, and then try to pickle them.
> >
> > That already sounds like the wrong approach.  You want a database.
>
> fair enough - what native python database would you recommend? i
> prefer not to install anything commercial or anything other than
> python modules
> --
> http://mail.python.org/mailman/listinfo/python-list

sqlite3 module  read more about it in python documentation.

-- 
Armin Moradi



More information about the Python-list mailing list