Jul-04-2018, 10:36 AM
I've worked so many times with binary data, chunking it etc.
A 0-based indexing feels more natural.
A 0-based indexing feels more natural.
data = list(range(1, 101, 10) two_elements = data[:2] next four_elements = data[2:2+4]How does this look with 1-based indexing?
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
All humans together. We don't need politicians!