Python 3.9: Dictionaries

Published: 03 February 2021
on channel: BitCode
106
13

Welcome to another Python 3.9 tutorial video, this video is about Dictionaries.

Dictionaries are a data structure in Python that are very similar to associative arrays. They contain "keys" and "values." Each key is unique and the values can be just about anything.
Dictionaries are sets and they are defined with {} curly braces.
Before python 3.6 dictionaries were unordered, so it would print the dictionary in some random order. But python version 3.6+ have ordered dictionaries so you don't have to worry about that anymore.

Keyboard I Use: https://amzn.to/2NgjPFV

Playlist:   • Installing Python 3.9  


On this page of the site you can watch the video online Python 3.9: Dictionaries with a duration of hours minute second in good quality, which was uploaded by the user BitCode 03 February 2021, share the link with friends and acquaintances, this video has already been watched 106 times on youtube and it was liked by 13 viewers. Enjoy your viewing!