HASH TABLES IN PYTHON

Michael Torrie torriem at gmail.com
Thu May 15 12:09:07 EDT 2008


Blubaugh, David A. wrote:
> I was wondering if anyone has ever worked with hash tables within the
> Python Programming language?  I will need to utilize this ability for
> quick numerical calculations.  

Dictionaries are, by definition, hash tables with a very optimized
algorithm to minimize collisions.




More information about the Python-list mailing list