Re: [Numpy-discussion] For-less code

2010-02-24 Thread Skipper Seabold
On Thu, Feb 25, 2010 at 12:52 AM, Gökhan Sever wrote: > Hello, > > I am working on a code shown at > http://code.google.com/p/ccnworks/source/browse/trunk/thesis/part1/logn-fit.py > > I use the code to analyse a couple dataset also placed in the same > directory. In the first part I use for-loops

[Numpy-discussion] For-less code

2010-02-24 Thread Gökhan Sever
Hello, I am working on a code shown at http://code.google.com/p/ccnworks/source/browse/trunk/thesis/part1/logn-fit.py I use the code to analyse a couple dataset also placed in the same directory. In the first part I use for-loops all over, but later decided to write them without using for loops.