what about arr[::2] to get the even indexed items and arr[1::2] for the odds
arr[start(included):end(excluded):step_size]