General Numerical Python question

2mc mcrider at bigfoot.com
Sun Oct 12 01:13:09 EDT 2003


Generally speaking, if one had a list (from regular Python) and an
array (from Numerical Python) that contained the same number of
elements, would a While loop or a For loop process them at the same
speed?  Or, would the array process faster?

I'm new to Python, so my question may expose my ignorance.  I
appreciate anyone's effort to help me understand.

Thanks.  It is much appreciated.

Matt




More information about the Python-list mailing list