[Numpy-discussion] HASH TABLES IN PYTHON

2008-05-14 Thread Blubaugh, David A.
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. Thank You, David Blubaugh This e-mail transmission contains information that is confidential

Re: [Numpy-discussion] HASH TABLES IN PYTHON

2008-05-14 Thread Robert Kern
On Wed, May 14, 2008 at 10:20 AM, Blubaugh, David A. [EMAIL PROTECTED] 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