paint-brush
A Huge Guide to Dictionaries in Pythonby@taraKITE
1,045 reads
1,045 reads

A Huge Guide to Dictionaries in Python

by Tara Smith15mAugust 20th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A Python dictionary or “dict” is a place in memory to store a series of values – also called a collection. The dictionary is special because values are not referenced in order using a numerical index. In a dictionary, values are referenced with a user-defined key, just as words in a physical dictionary are “keys” associated with the “value” of their meaning. Python dictionaries are more feature-rich than lists, but don’t require as much effort as a user defined class.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - A Huge Guide to Dictionaries in Python
Tara Smith HackerNoon profile picture
Tara Smith

Tara Smith

@taraKITE

L O A D I N G
. . . comments & more!

About Author

Tara Smith HackerNoon profile picture
Tara Smith@taraKITE

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Learnrepo