https://stackoverflow.com/questions/3453085/what-is-double-colon-in-python-when-subscripting-sequences
Aug 10, 2010 · In Python 3, your example range (N) [::step] produces a range object, not a list. To really see what is happening, you need to coerce the range to a list, np.array,