Re: [Tutor] Array filling

2008-07-03 Thread Eike Welk
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

Re: [Tutor] Array filling

2008-07-03 Thread bob gailer
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

[Tutor] Array filling

2008-07-03 Thread Brain Stormer
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