Need to store dictionary in file

Chris Rebert clp2 at rebertia.com
Mon Feb 23 19:19:19 EST 2009


On Mon, Feb 23, 2009 at 12:38 PM, S.Selvam Siva <s.selvamsiva at gmail.com> wrote:
> Hi all,
>
> I have a dictionary in which each key is associated with a list as value.
>
> eg: dic={'a':['aa','ant','all']}
>
> The dictionary contains 1.5 lakh keys.

Tip: You might not want to use the "lakh" in international media such
as internet mailinglists since it's rather
Indian-subcontinent-specific and most people will be unfamiliar with
it.
I only know of it from coincidentally editing the Wikipedia article on
it a while ago.

To everyone else, that's 150,000 keys (150K if you wanna be metric about it).

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list