Python Multidimensional Lists and Dictionaries: Python beginner tutorial

preview_player
Показать описание
known as multidimensional arrays in other languages. In this tutorial we learn nested dictionaries and lists, and learn how we can loop dictionaries and lists. We also demonstrate how to to use nested loops and conditional statements.

This tutorial shows a complete example of nested lists and dictionaries and how they can be used to filter nested data. This video is for absolute beginners.

This video is part of The Complete Python #Programming Course.
Рекомендации по теме
Комментарии
Автор

There are many videos on dictionaries, but this is the best one which talks in detail about accessing the elements. This is very helpful. Thank you 🤩

brydenlewis
Автор

This tutorial is amazing, buddy! It's been such a big help. And it's awesome to see that even though this video is three years old and you haven't uploaded anything in that time, you're still actively engaging and liking people's comments.

JackDaniels
Автор

Have spent the last 5 hours going through several videos about python dictionaries and this is the best, it was a clear explanation of how one can traverse through dictionaries that contain dictionaries, that contain lists of values.

Bravo to you Sir! Keep up the great work! Am still shocked that this video does not have more views.

bwrightdragon
Автор

This really explained the method to access nested dictionaries with nest lists. You made it so clear - better than anyone else that I viewed. So helpful!

John-qeky
Автор

this is the best video ever on dictionaries, love you bro 👊

yuvraajbhatter
Автор

you can feel the passion in his typing

SubZerBlaze
Автор

awesome dude. keep this kind of material going :)!

leodigiacomo
Автор

Excellent video - the practical use was very helpful, with the way you demonstrated how to access parts of the dict / lists. Keep up the good work

charliep
Автор

Thank you, I have learned a lot from your video ❤

Siwa
Автор

Excellent video! Very straightforward for a beginner and high content to chit-chat ratio. Thank you.

barnabykent
Автор

Thank you for your time and effort making this!! It helped me a lot!!!

TheEsteban
Автор

Thank you, I'm new to Python, trying to get my head around complex dictionaries. That was very useful!

brentsimpson
Автор

Really good demonstration. Thank you. 👍🏻👍🏻

aaroncatolico
Автор

That is a great video, it was very helpful for me to understand more complex dictionaries.

wslomo
Автор

Thank you so much for such a detailed explanation

MrFerting
Автор

I have saved your video link as best nested dictionary explanation.

suvrasandeepdwibedy
Автор

Thank you for this, it was very helpful.

stevenpullan
Автор

What if I had a list of dictionaries, and one of the kv items in the dictionaries is a list. How would I loop through the list of dictionaries, outputting the value of a key, matched with each item in a list of another key?

libertarianredpilled
Автор

That was a fantastic explanation of multidimensional lists and dictionaries! Thanks for sharing! Looks like you turned to some other project a couple of years ago. Hope that's doing well for you. But I subscribed to this channel hoping that you'll return to this project soon.

umohibomette
Автор

I want to do something like this. the data was taken with webscrapping, so i have 3 lists or Array. I have a column of 1 type of fruit, another column of price and another of price per kg. I would like it to only write or save to a new array, list or dictionary (like the video) if the fruit (with its price1 and price per kg) includes a specific word, for example fruit in 'box' or 'bulk'. do you know how i can do it?

tigreonice