On Sun, 29 Apr 2007, Andrew Straw apparently wrote: > No, the nth index of a Python sequence is a[n], where n starts from > zero. Thus, if I want the nth dimension of array a, I want a.shape[n].
So now we have no seventh day of the week? Even the Python reference manual has Monday as the *first* (not zeroth) day of the week, with index 0. Cheers, Alan Isaac _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
