Numpy Array indexing question

Pugsley europax at home.com
Sun Jun 24 16:29:17 EDT 2001


I accidentally found that  a[i][j][k] worked just like a[i,j,k] for
indexing a Numpy array.  But I couldn't find it mentioned any where in the
Numeric pdf doc.  Is it ok to use that syntax?  Thanks.



More information about the Python-list mailing list