Python Data Structures and Algorithms: A Beginner's Guide

Learn the fundamentals of data structures and algorithms in Python, with easy-to-understand explanations and code examples.

Tutorial on data structures in Python: Lists, Tuples, Sets and Dictionaries. Also explains sequence and string functions, slicing, concatenating, iterating, sorting, etc. with code examples.

This course combines conceptual lectures to explain how a data structure works, and code lectures that walk through how to implement a data structure in Python code. All the code lectures are based on Python 3 code in a Jupyter notebook.

Data structures covered in this course include native Python data structures String, List, Tuple, Set, and Dictionary, as well as Stacks, Queues, Heaps, Linked Lists, Binary Search Trees, and Graphs.

What you’ll learn

  • An in-depth look at native Python data structures: Strings, Lists, Tuples, Sets and Dictionaries
  • Introduction to Queues, Stacks, Heaps, Linked Lists, Binary Search Trees and Graphs, including concepts of how they work, pros and cons, and how to Implement and use them in Python.

#python #datastructures #algorithms 

Python Data Structures and Algorithms: A Beginner's Guide
197.90 GEEK