Re: [Numpy-discussion] 100 Numpy exercices

2014-05-27 Thread Nicolas Rougier
Thanks, you just inaugurated the master section. Nicolas On 27 May 2014, at 21:48, Jaime Fernández del Río wrote: > On Tue, May 27, 2014 at 12:27 PM, Nicolas Rougier > wrote: > Any other tricky stride_trick tricks ? I promised to put them in the master > section. > > > It doesn't use stri

Re: [Numpy-discussion] 100 Numpy exercices

2014-05-27 Thread Jaime Fernández del Río
On Tue, May 27, 2014 at 12:27 PM, Nicolas Rougier wrote: > Any other tricky stride_trick tricks ? I promised to put them in the > master section. > > It doesn't use stride_tricks, and seberg doesn't quite like it, but this made the rounds in StackOverflow a couple of years ago: http://stackoverfl

Re: [Numpy-discussion] 100 Numpy exercices

2014-05-27 Thread Nicolas Rougier
On 27 May 2014, at 21:09, Chris Barker wrote: > On Mon, May 26, 2014 at 9:57 PM, Nicolas Rougier > wrote: > > I've updated the numpy exercices collection and made it available on github > at: > > https://github.com/rougier/numpy-100 > > > very useful resource -- thanks! > > a couple tiny

Re: [Numpy-discussion] 100 Numpy exercices

2014-05-27 Thread Chris Barker
On Mon, May 26, 2014 at 9:57 PM, Nicolas Rougier wrote: > > I've updated the numpy exercices collection and made it available on > github at: > > https://github.com/rougier/numpy-100 > > very useful resource -- thanks! a couple tiny notes: 1) In the first section, the phrases "Create a ..." and

Re: [Numpy-discussion] 100 Numpy exercices

2014-05-27 Thread Aron Ahmadia
Very cool! On Tue, May 27, 2014 at 12:57 AM, Nicolas Rougier wrote: > > Hi all, > > I've updated the numpy exercices collection and made it available on > github at: > > https://github.com/rougier/numpy-100 > > > These exercices mainly comes from this mailing list and also from stack > overflow.