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...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to