Discussion:
[Numpy-discussion] 100 numpy exercises (80/100)
Nicolas P. Rougier
2016-03-08 20:18:42 UTC
Permalink
Hi all,

I've just added some exercises to the collection at https://github.com/rougier/numpy-100
(and in the process, I've discovered np.argpartition... nice!)

If you have some ideas/comments/corrections... Still 20 to go...



Nicolas
Juan Nunez-Iglesias
2016-03-09 01:08:39 UTC
Permalink
Thanks for this fantastic resource, Nicolas! I also had never heard of
argpartition and immediately know of many places in my code where I can use
it. I also learned that axis= can take a tuple as an argument.
Post by Nicolas P. Rougier
Hi all,
I've just added some exercises to the collection at
https://github.com/rougier/numpy-100
(and in the process, I've discovered np.argpartition... nice!)
If you have some ideas/comments/corrections... Still 20 to go...
Nicolas
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Loading...