I don't know how to put it in words, but I can with an example. I have the following variable
anglesp = np.linspace(0, 2*np.pi,50)
but I want to extract to a new variable the values at the position 0,2,4,...,50 and so on. Something like this:
angles = anglesp[0,2,4,6...]