Hacker News new | ask | show | jobs
by malkarouri 5051 days ago
Specific to NumPy. Boolean indexing.

http://www.scipy.org/Cookbook/Indexing#head-86055279f6592d36...

2 comments

Yep. The indexing and slicing are quite powerful. For those familiar with MATLAB, this is a fantastic resource: http://www.scipy.org/NumPy_for_Matlab_Users
Got it, thanks for the info and pointers everyone.