Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
2025 Data Structures Using Python
Rating: 4.4 out of 5(764 ratings)
42,020 students

2025 Data Structures Using Python

Master Data Structures in Python: Unlock the Power of Efficient Programming!
Last updated 3/2025
English
English [Auto],

What you'll learn

  • Beginner programmers: Those who have a basic understanding of Python and programming concepts but want to enhance their knowledge of data structures.
  • Intermediate programmers: Individuals who are familiar with Python and have some experience with data structures but want to strengthen their understanding
  • Computer science students: Students studying computer science or related fields who need to learn about data structures as part of their curriculum.
  • Software developers: Professionals working in the software development industry who want to improve their understanding of data structures
  • Self-learners: Individuals with a strong interest in programming and data structures who are motivated to learn on their own

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

12 sections85 lectures7h 59m total length
  • Variables4:35

    Describe variables as containers that hold integers, floats, strings, and booleans in Python; demonstrate printing values and swapping variables through multiple assignment in one line or using a temporary variable.

  • Conditionals & If statement4:48

    Use relational operators in if statements to form conditional expressions, and execute the true block, illustrated by x less than y, x greater than y, or x equal to y.

  • If statement example3:36

    Write a Python program using an if statement to read input and ensure marks lie between 0 and 100 inclusive, printing 'invalid marks' for out-of-range values.

  • If else statement2:02

    Explore the if statement in Python, evaluating a conditional expression to run the true block or the else block, with examples showing even and odd outputs.

  • Example for If else statement1:51

    Learn to build a Python program that uses an if-else statement to compare two input values and report if they are the same or not.

  • Elif Statement3:40

    Explore the elif statement to handle multiple conditions with one block executing. Understand the if-elif-else syntax, where only one block runs, and see examples with x and y comparisons.

  • Example for Elif Statement2:24

    Demonstrate using if, elif, and else to compare two numbers and print the biggest value. It covers three cases: A greater, A equals B, and B greater.

  • Nested if statement3:31

    Explore how a nested if statement evaluates an outer condition, then an inner condition, to determine if a number is positive, negative, or zero.

  • Example for Nested if statement3:51
  • While loop6:52

    Learn how the Python while loop works, including initialization, conditional expression, and update statements, with flow control and an else block demonstration.

  • While loop to count the digits in a given number3:16

    Learn to count the digits of a number using a while loop in Python, reading input and updating a counter with n mod 10 and n // 10.

  • While loop to display multiplication table3:20

    Implement a Python program that reads a number and displays its multiplication table using a while loop from 1 to 10.

  • For loop7:36

    Learn how to use for loops in Python with range to iterate and print values from lists, tuples, or generated sequences, including start and end parameters and accessing list elements.

  • Displaying numbers using for loop1:55

    Learn to display numbers from one to N using a Python for loop by reading N, iterating from 1 to N with range(n+1), and printing each number with a space.

  • Break and Continue statement2:37

    Demonstrate break and continue statements in a Python for loop by iterating numbers from one to nine, showing break stops at five and continue skips the fifth iteration.

  • Finding Sum of first 10 numbers2:03

    Write a program using a while loop to sum the first ten natural numbers. Maintain a total, start i at 1, increment to 10, and print 55.

  • Finding Sum of digits in a given number3:26

    Learn to compute the sum of digits of a number using an input driven loop, extracting digits with modulo ten, updating a running total, and displaying the result.

Requirements

  • Basic programming knowledge: It is typically expected that learners have a basic understanding of programming concepts and have some experience with Python programming language. This includes knowledge of variables, data types, loops, conditionals, and basic functions.
  • Familiarity with Python syntax: Learners should be comfortable with the syntax and basic usage of Python programming language, including knowledge of functions, modules, and libraries.

Description

Master Data Structures in Python: Unlock the Power of Efficient Programming!

Welcome to the most comprehensive and highly rated data structures course on Udemy! If you're a student searching for a data structures course that will truly elevate your programming skills, look no further. This course is designed to provide you with the knowledge and expertise you need to excel in the world of data structures and algorithmic problem-solving.

In this course, we leave no stone unturned as we delve deep into the core concepts and practical implementations of essential data structures. From arrays and linked lists to stacks, queues, trees, and graphs, you'll gain a solid foundation in each data structure and learn how to leverage their unique properties for optimal efficiency.

What sets this course apart? It's simple. Our focus is on practicality and real-world applications. We understand that theory alone isn't enough to excel as a programmer. That's why we provide numerous hands-on coding exercises and projects that will put your newfound knowledge to the test. By solving real-world coding challenges, you'll sharpen your problem-solving skills and develop the confidence to tackle complex programming tasks.

Here's what you can expect from this course:

  1. Comprehensive Coverage: We leave no stone unturned as we explore a wide range of data structures, including arrays, linked lists, stacks, queues, trees, and graphs. You'll learn the intricacies of each structure and gain a deep understanding of their strengths and weaknesses.

  2. Hands-On Practice: Theory is important, but practice is crucial. Throughout the course, you'll find an abundance of coding exercises and projects that will help solidify your understanding and hone your programming skills.

  3. Real-World Applications: Data structures are not abstract concepts—they are tools that can solve real-world problems. We provide real-life examples and demonstrate how to apply each data structure to practical scenarios, ensuring that you can bridge the gap between theory and practice.

  4. Expert Guidance: As an experienced instructor with a passion for teaching, I'll guide you through every step of your learning journey. You can count on my support as you progress through the course, ensuring that you have a rich and rewarding learning experience.

By the end of this course, you'll possess a deep understanding of data structures, algorithms, and their practical implementations. Armed with this knowledge, you'll be well-equipped to tackle coding interviews, develop efficient software solutions, and excel in any programming challenge that comes your way.

Don't miss out on the opportunity to become a Master of Data structures in Python. Enroll now, and let's embark on this exciting journey together!

Happy Coding!!

Who this course is for:

  • Beginner programmers
  • Intermediate programmers
  • Computer science students
  • Software developers
  • Self-learners