How-to articles, tricks, and solutions about NAMEDTUPLE
What are "named tuples" in Python?
"Named tuples" in Python are a subclass of the built-in tuple type, but with the added ability to access elements by name rather than just by index.