On Thursday 03 July 2008 15:53, Brain Stormer 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]"? The reason for my
Brain Stormer 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]"? The reason for my question is,
in some cases, I migh
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