find index of numerical item in numpy array python code example Example: get index of element in numpy array python itemindex = numpy.where(array==item)