how to read every second element from an array python code example Example: every second value python import numpy as np values=np.arange(0,10) print(values[::2])