Exploring Dictionaries in Python

Difficulty: Beginner
Duration: 10 minutes and 13 seconds
Students: 410
Rating: 5/5

In this lesson, we explore Dictionaries in Python. This lesson is part of a series of content designed to help you learn to program with the Python programming language. 

Learning Objectives 

  • Describe the syntax for creating dictionaries
  • Describe the syntax for accessing a value
  • Describe how to delete a key-value pair
  • Describe how to merge two dictionaries

Intended Audience

This lesson was designed for first-time developers wanting to learn Python. 

Prerequisites

This is an introductory lesson and doesn’t require any prior programming knowledge.