Learn the basics of Python'snamedtuple
in this video tutorial by Mike Driscoll
What You'll Learn:
- Regular Tuples
- What is a
namedtuple
? - Creating a
namedtuple
- Converting a
dict
to anamedtuple
- Typing a
namedtuple
The post An Intro to Python's namedtuple (Video) appeared first on Mouse Vs Python.