Skip to main content

Start lists at any position. Because you can!

Project description

Logo

RandomIndexList

Ever wonder why lists start at 0? Become the master of your own list objects and wonder no more! With RandomIndexList you’ll create arrays that start at whichever number you please, or let RandomIndexList’s state-of-the-art randomizer select a completely arbitrary starting index for you!

Installation

RandomIndexList has been tested on Python 3.4.0 and 2.7.14. Others versions are likely to work just as well, but it would be best to just completely avoid this package if you value your sanity.

Install via pip with pip install RandomIndexList

Usage

RandomIndexList extends Python’s built-in List class and can be used in the same manner.

If you like to live on the edge you can let RandomIndexList pick a starting index for you.

from RandomIndexList import RandomIndexList
my_list = RandomIndexList(range(0, 5))
my_list.index
>>> 55
my_list[56]
>>> 1

If you have enough chaos in your life you can choose your own starting index.

my_list = RandomIndexList(range(0, 5), index=95)
my_list[97]
>>> 2

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RandomIndexList-0.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distributions

RandomIndexList-0.3-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

RandomIndexList-0.3-py2-none-any.whl (1.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page