is hash map data structure available in Python?

Diez B. Roggisch deets at nospam.web.de
Wed Mar 19 04:52:45 EDT 2008


grbgooglefan schrieb:
> Hi,
> I have a situation that I need to search a name in a big list of names
> in my Python embedded interpreter. I am planning to use hash map for
> quicker search.
> How do I create hash map in Python?
> Can you please guide me to some documentation or tutorial which
> provides information on creating, editing, searching through hash map
> in Python?

http://docs.python.org/tut/node7.html#SECTION007500000000000000000

Diez



More information about the Python-list mailing list