#35 Python Dictionaries – Part 3 (Python Tutorials)

#35 Python Dictionaries - Part 3 (Python Tutorials)

Dictionaries (Part 3)

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.

Watch The Video on Youtube