Python Data Structures: Dictionaries

Go to class
Write Review

Free Online Course: Python Data Structures: Dictionaries provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Python Data Structures: Dictionaries is taught by Deepa Muralidhar.

Overview
  • Learn how to use dictionaries to store and retrieve unordered data in Python.

Syllabus
  • Introduction

    • Python dictionaries and why you should use them
    • What you should know
    1. Basic Concept and Syntax of Python Dictionary
    • What is a dictionary in Python?
    • Creating a dictionary
    • Iterating through a dictionary
    • Challenge
    • Solution
    2. Operators and Methods
    • Basic Python dictionary operations and comparators
    • Python dictionary methods
    • Using Python lists within a dictionary
    • Challenge
    • Solution
    3. Compare Dictionaries with Other Data Structures
    • Dictionary vs. lists
    • Dictionary vs. sets and tuples
    • Implementation of dictionaries as hash tables in Python
    • Quiz introduction
    4. Dictionary Comprehension
    • Understanding comprehension
    • Understanding dictionary comprehension with an example
    • Challenge
    • Solution
    Conclusion
    • Next steps for Python dictionaries