hash tables in python?

Erik Max Francis max at alcyone.com
Mon May 21 00:27:54 EDT 2001


apark at cdf.toronto.edu wrote:

> I'm thinking that there has to be a better way to program this...

Yep.  Dictionaries are a builtin type.

http://www.python.org/doc/current/tut/node7.html#SECTION007400000000000000000

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ God heals, and the doctor takes the fee.
\__/ Benjamin Franklin
    Alcyone Systems / http://www.alcyone.com/
 Alcyone Systems, San Jose, California.



More information about the Python-list mailing list