How to Use Python Dictionaries + Lists of Dicts

preview_player
Показать описание
Here i cover the basics of working with dictionaries in Python. I go into creating, understanding keys and values and the interaction of lists in dictionaries and lists of dictionaries
-------------------------------------
-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases

Рекомендации по теме
Комментарии
Автор

Thank you so much man! My school taught us about basics of dictionaries (without list of dicts) and there are lists of dicts included in assignment and they expects us do complete it. luckily there is this vid!!

damienang
Автор

Amazing explanation, very simple, and straigtht to the point.

tidoblack
Автор

Thats what i was looking for! Keep going with tutorials like that!!

kkaarroollpl
Автор

Thanks John!
This video has been very instructive to me!

alejandroluisbarcala
Автор

Thanks, you just cleared up some confusion. Thank you!

brentsimpson
Автор

Thank you for this video, you explained things no one else has explained. God bless

aicode
Автор

well explained, will watch more of your videos for sure, cheers

Richard-yzgy
Автор

Hi John, thank you for the video. It was very helpful.

jonathanspencer
Автор

Excellent video, very useful. Thank you.

barnabykent
Автор

Thank you so much for this video. It was helpful.

chiamakamibeanu
Автор

Hi John, and thank you for the video! A few weeks ago I had the task to run through a dictionary/list combination to especially find/calculate new values and replace those values in the dict. I am only programming since last summer but I came across "recursive search". Have you done a video about it? (my dict was about 13000 entries so a pain in the... you know what I mean. It gave me bad headache.
Thanks again! Carsten

carstenschmucker
Автор

continue doing full python tutorial plz it will be very helpful !

ahmedghareeb
Автор

Excellent explanation. Really thankfull.

matiasluiso
Автор

Thank you for this video. Very helpful!

aminesahel
Автор

OMG! Another Linux user! Hey bro! I use Linux too!

oglothenerd
Автор

great bro, this is what I was looking for

scyllajk
Автор

What do you do if you don't know the index or keys? Like when trying to autofill or auto grab data using a loop?

LifeLongArtist
Автор

thank you very much for the great video. I have a question. How do you get the index of an item in an array(the array that is a value in a dictionary)

chisengalungu
Автор

thank you very much, it was very, very useful

krisztina
Автор

What if I just want to print all of the names? Not specifying the index, just the key. For example:

`print(products['name'])`

And get all the names?

leonardoplaza