Python list vs tuple vs set vs frozenset

Опубликовано: 06 Июнь 2026
на канале: Python In Production
121
3

Working with many objects at once requires the right container. In Part 2 of Python's data types, we cover str, bytes, tuple, list, bytearray, set, and frozenset.

00:00 Introduction
00:48 String
01:59 Bytes
03:22 Tuple
04:28 List
05:27 Bytearray
05:52 Set and Frozenset
06:41 Hashing
08:11 Performance
10:21 Recap

Watch Python Before Production
1. Why 256 is 256, but 512 is not 512 in Python —    • Why 256 is 256, but 512 is not 512 in Python  
2. Python Scalar Data Types: None, bool, int, float, complex —    • Python Scalar Data Types: None, bool, int,...  
3. Python list vs tuple vs set vs frozenset —    • Python list vs tuple vs set vs frozenset  
4. Python 3.15's New frozendict vs dict —    • Python 3.15's New frozendict vs dict  

Python Before Production —    • Python Before Production  

Pip Install Series —    • Pip Install Series  

#python #datatypes #pythontutorial #pythonbasics #pythonfundamentals #pythoninternals #strings #bytes #tuples #lists #sets #frozensets #bytearray #sequences #immutability #hashing #hashtables #pythonperformance #programming #softwareengineering #pythoninproduction #pythonbeforeproduction