problem with array and for loop

Robert Kern robert.kern at gmail.com
Thu May 11 02:35:10 EDT 2006


Fabian Braennstroem wrote:
> Hi Robert,
> 
> * Robert Kern <robert.kern at gmail.com> wrote:

>>Are you aware that numpy array indices start with 0, not 1?
>>
>>You will probably want to ask numpy questions on the numpy-discussion mailing list:
>>
>>  http://www.scipy.org/Mailing_Lists
> 
> I thought a simple for loop-array-declaration question would
> fit in this group ... it actually help for this simple
> problem. Thanks!

When you have an issue with a certain package, and that package has a dedicated
mailing list, you will usually a get a much better response on that list instead
of a general one. While I usually read comp.lang.python every day and try to
answer all numpy and scipy questions that come by, I really prefer to see these
questions on the appropriate lists.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the Python-list mailing list