Numpy Array indexing question
Pugsley
europax at home.com
Sun Jun 24 16:29:17 EDT 2001
More information about the Python-list mailing list
Sun Jun 24 16:29:17 EDT 2001
- Previous message (by thread): Numpy Array indexing question
- Next message (by thread): Freelance Python programmer required in UK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Numpy Array indexing question
- Next message (by thread): Freelance Python programmer required in UK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list