- What are named tuples and how do I use them?
- When should I use named tuples instead of normal tuples, or vice versa?
- Are there "named lists" too? (i.e. mutable named tuples)
For the last question specifically, see also Existence of mutable named tuple in Python?.