tutorial.eyehunts.com
NumPy filter array by condition | Example code
Use NumPy extract() or Where() function to filter array by condition. Simple example code NumPy filter using condition on each element.
Rohit