Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Python Data Structures for beginners
Rating: 4.1 out of 5(24 ratings)
4,036 students

Introduction to Python Data Structures for beginners

Learn about built-in structures used to hold data together in Python
Last updated 3/2026
English

What you'll learn

  • How to create a Python List
  • How to access elements in a Python List
  • How to use Python List Methods
  • How to create a Python Tuple
  • How to create a Python Set
  • How to use Python Set Methods
  • How to create Python Dictionary
  • How to use Python Dictionary Methods

Course content

3 sections22 lectures1h 59m total length
  • Introduction1:24
  • What is Python5:17
  • Installing Python on Windows4:34
  • Installing Python on Macs6:57
  • Installing Atom Text Editor3:57
  • Please note0:10
  • Install Visual studio code on Windows6:00
  • Install Visual studio code on Macs4:48

Requirements

  • Basic understanding of using a computer
  • Basic understanding of using the Internet

Description

Data structures are an essential part of the Python programming language.

They are a way of organizing and storing data so that they can be accessed and worked with efficiently. They define the relationship between the data, and the operations that can be performed on the data.

This course will introduce the core data structures of the Python programming language. When working with data, we need ways to store it in variables so we can manipulate it.

Python has the following built-in  data structures:

  • List

  • Tuple

  • Set

  • Dictionary

In this course you will learn about some of the methods you can use with the data structures


Who this course is for:

  • Beginners to Python
  • Beginners to Programming
  • Beginners to Web Development