pickling multiple dictionaries

manstey manstey at csu.edu.au
Wed May 24 00:24:13 EDT 2006


Hi,

I am running a script that produces about 450,000 dictionaries. I tried
putting them into a tuple and then pickling the tuple, but the tuple
gets too big. Can I pickle dictionaries one after another into the same
file and then read them out again?

Cheers,
Matthew




More information about the Python-list mailing list