Python’s collections
module provides a factory function called namedtuple()
, which is specially designed to make your code more Pythonic when you’re working with tuples. With namedtuple()
, you can create immutable sequence types that allow you to access their values using descriptive field names and the dot notation instead of unclear integer indices.
If you have some experience using Python, then you know that writing Pythonic code is a core skill for Python developers. In this video course, you’ll level up that skill using namedtuple
.
In this video course, you’ll learn how to:
namedtuple
classes using namedtuple()
namedtuple
namedtuple
instances to write Pythonic codenamedtuple
or a similar data structurenamedtuple
to provide new featuresTo get the most out of this course, you need to have a general understanding of Python’s philosophy related to writing Pythonic and readable code. You also need to know the basics of working with:
If you don’t have all the required knowledge before starting this video course, then that’s okay! You can stop and review the above resources as needed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4