Python Collections Library namedtuple - Intermediate Python Tutorial

preview_player
Показать описание
Learn how to use the Python Collections namedtuple to write cleaner and safer code! The collections module provides useful functions and classes to make working with data collections easier and more intuitive.

----------------------------------------------------------
0:00 Introductions and what you’ll learn
0:40 Exploring Regular Python Tuples and Challenges
4:00 Working with namedtuple in Python Collections
7:26 Differences Between Tuples and namedtuple
8:28 Providing Default Values in Python namedtuple
12:10 Replacing Values in a Python namedtuple
13:49 Converting a Python namedtuple to a Dictionary
14:38 Working with Reserved Names in a Python namedtuple
16:50 Conclusion
----------------------------------------------------------

✅ Follow me on other platforms:
Рекомендации по теме
Комментарии
Автор

This was great. Please make a video on generators.

adityabhatt