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. -- http://mail.python.org/mailman/listinfo/python-list