[Numpy-discussion] HASH TABLES IN PYTHON

Robert Kern robert.kern at gmail.com
Wed May 14 12:44:50 EDT 2008


On Wed, May 14, 2008 at 10:20 AM, Blubaugh, David A.
<dblubaugh at belcan.com> wrote:
> To Whom It May Concern,
>
> 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.

Yes. Python dicts are hash tables.

PS: Please do not post with ALL CAPS.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the NumPy-Discussion mailing list