- Course
Python: Data Structures
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.
- Course
Python: Data Structures
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.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
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.