Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

In this part of our python tutorials series, you will learn about the dictionaries in python. Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered, changeable and does not allow duplicates. Dictionaries in python work like maps in other programming languages or objects in JavaScript. These types of collections can be used for creating JSON data, too.

Join the conversation