Python Programming Language Dictionaries Tutorial
Hi everyone, welcome back. In this tutorial, I will show how to perform basic tasks involving dictionaries in Python. A dictionary is a data structure in the Python language and it is capable of storing several items in a singular dictionary variable. Dictionaries are a built in data type in Python. We will go over dictionary related functions and how dictionaries can be manipulated in this tutorial.