Relative Content

Tag Archive for pythonpython-3.xindexing

How do I allow an index in python to be accessed by a word instead of a number?

I’m coding a script in python that can contain a huge list of data “on the fly” since they are sequenced one at a time, and I came across am issue. The index can only be accessed by specifying the number of the index that you want to go to but the thing is there’s so much data that I don’t know where exactly it is in the index.