> On Thu, Jul 3, 2008 at 6:57 AM, Brain Stormer <[EMAIL PROTECTED]> wrote:
>> I am using numpy to create an array then filling some of the values
>> using a
>> for loop, I was wondering if there is way to easily fill the values
>> without
>> iterating through sort of like "array.fill[start:stop,sta
On Thu, Jul 3, 2008 at 6:57 AM, Brain Stormer <[EMAIL PROTECTED]> wrote:
> I am using numpy to create an array then filling some of the values using a
> for loop, I was wondering if there is way to easily fill the values without
> iterating through sort of like "array.fill[start:stop,start
> :stop]
I am using numpy to create an array then filling some of the values using a
for loop, I was wondering if there is way to easily fill the values without
iterating through sort of like "array.fill[start:stop,start:stop]"? The
reason for my question is, in some cases, I might have to fill hundreds
(w