Searching

Searching for an element

Getting the index for strings str.index str.rindex and str.find str.rfind

Getting the index list and tuples list.index tuple.index

Searching keys for a value in dict

Getting the index for sorted sequences bisect.bisect left

Searching nested sequences

Searching in custom classes contains and iter