Live stream preview
Python Dictionaries
Introduction to Python Programming • 5m 17s
Dictionaries are a more complex data type that allows you to store key, and value sets. You'll learn how to create and manipulate Tuples in this video.
Up Next in Introduction to Python Programming
-
Python Sets
Sets are another fundamental Python data structure. In this video, you'll learn to work with sets where each value in the structure must be unique.
-
Catching Exceptions
Errors occur during the file i/o process. In this video, you'll learn how to catch those errors and prevent further runtime issues.