“Should array indices start at 0 or 1? My compromise of 0.5 was rejected
Project description
Bootle: Half-Index Lists for Python
“Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration.” -- Stan Kelly-Bootle
Installation
pip3 install bootle
Usage
from bootle import List xs = List([1, 2, 3]) assert xs[0.5] == 1 assert xs[:1.5] == [1] xs[1.5] == 2 assert xs.index(2) == 1.5
References
- "Why numbering should start at zero", Edsger W. Dijkstra, 1982
- Why Numbering Should Start At Zero, WikiWikiWeb
- Why Numbering Should Start At One, WikiWikiWeb
- Zero-based numbering, Wikipedia
License
WTFPL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size bootle-0.1.1-py3-none-any.whl (4.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size bootle-0.1.1.tar.gz (5.5 kB) | File type Source | Python version None | Upload date | Hashes View |