Python Data Structures: Dictionaries
Offered By: LinkedIn Learning
Course Description
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
- What is a dictionary in Python?
- Creating a dictionary
- Iterating through a dictionary
- Challenge
- Solution
- Basic Python dictionary operations and comparators
- Python dictionary methods
- Using Python lists within a dictionary
- Challenge
- Solution
- Dictionary vs. lists
- Dictionary vs. sets and tuples
- Implementation of dictionaries as hash tables in Python
- Quiz introduction
- Understanding comprehension
- Understanding dictionary comprehension with an example
- Challenge
- Solution
- Next steps for Python dictionaries
Taught by
Deepa Muralidhar
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera