EN / USD
1 Items
 Home
Blog
Dictionaries in Python
Dictionaries in Python, python Dictionaries, Dictionaries python, python Dictionary, Dictionary python, dict python, python dict
Hello! Welcome to the next lesson in this Python course. In the last session, we learned about python tracebacks and how to deal with them. A dictionary, like a list, is a collection of items, and we'll look at that in this tutorial as well. What will you learn? This tutorial introduces you to the fundamentals of dictionaries in Python and teaches you how to work with dictionary data. After reading this article, you should be able to tell when and how to utilize a dictionary as a data type. Characteristics of Dictionaries and lists Both can be changed (mutability). A dynamic relationship exists between them. When needed, they're able to expand and contract. Both are nestable. Another list can be ...