Learn about the four essential Python data structures: lists, dictionaries, tuples, and sets. Discover how to use each data structure to store and organize your data efficiently, and learn how to perform common operations on each structure.

This video on ‘Data Structures in Python’ will help you understand the various data structures that Python has built into itself such as the list, dictionary, tuple and more. Further, we will also understand stacks, queues, trees and how they are implemented in Python using classes and functions. The video is divided into the following parts:

  1. What are Data Structures?
  2. Why are Data Structures needed?
  3. Types of Data Structures in Python
  4. Built-In Data Structures
  • Lists
  • Dictionary
  • Tuple
  • Sets
  1. User-Defined Data Structure
  • Array
  • Stack
  • Queue
  • Linked List
  • Tree
  • Graph

#python

Data Structures in Python: List, Dictionary, Tuple, Set
23.60 GEEK