I have a numpy array a = np.arange(100) including 100 numbers. I wondered to know is there a way to slice it periodically rather than using the conditional stat
a = np.arange(100)