Python: Data Structures (2025)
Released 5/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English + subtitle | Duration: 1h 56m | Size: 266 MB
Released 5/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English + subtitle | Duration: 1h 56m | Size: 266 MB
Learn how to work with data effectively using Python's built-in and advanced data structures. This course will teach you essential data handling techniques using lists, dictionaries, sets, tuples, and specialized collections
Working with structured data is a core skill in programming. In this course, Python: Data Structures, you’ll learn to handle and organize data using the powerful data structures that Python provides. First, you’ll explore how to create and manipulate lists, tuples, and sets. Next, you’ll discover how dictionaries enable fast lookups and structured data storage. Finally, you’ll learn how to use specialized collections like counter, defaultdict, deque, and namedtuple to solve real-world problems efficiently. When you’re finished with this course, you’ll have the skills and knowledge of Python’s data structure ecosystem needed to build efficient and maintainable Python programs.