Top "Field-names" questions

Pythonic way to sorting list of namedtuples by field name

I want to sort a list of named tuples without having to remember the index of the fieldname. My solution …

python sorting namedtuple field-names