Data Records, the dict Type, and Selecting the Ideal Data Structure

preview_player
Показать описание
What are the advantages of using the built-in dict type as a Data Record?

There are a variety of ways for storing and managing data in your program and the choice of the right data structure has an effect on the readability of your code, ease of writing, and performance. Python has a wide selection of built-in mechanisms that meet most of your data structure needs.

Рекомендации по теме