trouble with lists

Kristian Zoerhoff kristian.zoerhoff at gmail.com
Tue May 3 15:04:44 EDT 2005


On 5/3/05, Anand Kumar <anandr86 at gmail.com> wrote:
> 
> I am actually trying to mimic a multi dimensional array in C.
> I tried doing things like

Python lists are not arrays in that sense. If you really want an
array, you probably want Numeric or Numarray. Head over to
http://numeric.scipy.org/ to take a look.

-- 
Kristian

kristian.zoerhoff(AT)gmail.com
zoerhoff(AT)freeshell.org



More information about the Python-list mailing list