Python NamedTuple : Understand NamedTuple in detail

preview_player
Показать описание
In this video, I explain Python's NamedTuples. Python has 2 versions of namedtuples, 1)namedtuple from collection module and 2)NamedTuple from typing module. These are class builders in python and we can use them to create user defined classes for holding data in fields variables.
#python #pythonprogramming #namedtuple
Рекомендации по теме