An Intro to Python’s namedtuple (Video)

Learn the basics of Python’snamedtuplein this video tutorial by Mike Driscoll

What You’ll Learn:

  • Regular Tuples
  • What is a namedtuple?
  • Creating a namedtuple
  • Converting a dict to a namedtuple
  • Typing a namedtuple