from operator import itemgetter by_name = itemgetter(0) by_index = itemgetter(1) default_sort = by_name