I\'m using numpy delete to remove a subset of an array let\'s say we have the arr array:
arr = array([1, 8, 0, 3, 5, 7, 6, 9, 2, 4]) numpy.delete(arr, arr[:4