Название | : | Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs |
Продолжительность | : | 9.59 |
Дата публикации | : | |
Просмотров | : | 1,3 jt |
|
Great Sir I larned more than my University classes Comment from : prashant kumar parmanu |
|
Hi Corey, I have a question, what combination of keys did you enter to highlight your code and remove the # on the left of your code Comment from : Joel Pena |
|
Effortless and excellent teaching by a born teacher Comment from : Atul Mathur |
|
how to make it there's : in each of the key Comment from : bob |
|
dudethis just explained so much to me in such little time I have been scratching my head for a while over things and not really understanding some looping within these dictionaries, but your explanation makes so much more sense that its actually starting to come together Thank you Comment from : Inc0nsistentGent |
|
ummmm this guy is excellent, thank you Comment from : Acoustic Claude |
|
How do you come to know when to use (), {} or [] I see them being used here a lot, I am a new learner so getting confused in this Comment from : Nadir Sangrar |
|
Hey Corey, I know these videos are geared towards beginners like myself - and also a few years old at this point - but it would be helpful to explain how each concept in the tutorials are used in the real world, beyond just printing out values brbrHopefully this makes sense! Thank you for the instruction - I appreciate your teaching style Comment from : Evan |
|
👬 Comment from : Nadya Shaymardanova |
|
If Corey> Mosh:brprint("Corey is the Best") Comment from : Mohammed Mahmod |
|
It would be an extension to talks about a dictionary of student of students Comment from : T Switzer |
|
Sir dictionary can't support "update" now So give a sollution plz Comment from : thala lover |
|
Why do all programmers talk so fast? Comment from : Korban Swartz |
|
Здорово! Comment from : Nadya Shaymardanova |
|
I'm wondering, If I want to loop through the dictionary can't I use Items as in br"for Items in student: brprint(items)"? Comment from : Kuyakhanya Sonwabile |
|
Thank you for the very clear explanations My question is if we want to add another student but not overwrite( John, 25, [Math, CompSci]), how can we do that? Comment from : lila ghemri |
|
thank you very much for this great video I have a question, how do you access the index of an element, let's say the index of 'math' in the list under the key courses? Comment from : Chisenga Lungu |
|
Is 'key' are changable? Comment from : Icon Star |
|
Is 'key' and 'value' keywords, or since we working with dictionaries python can just read them as attributes? Comment from : Milani Tetani |
|
🏃 Comment from : Nadya Shaymardanova |
|
Very useful video and right to the point! This helped me complete my assignment, thank you! Comment from : Poppy Seed |
|
very clear and simple guidebrThank you! Comment from : zigirs biz |
|
It so funny I put "find me a video that explains sets and dictionaries in py better than my professor " into ChatGPT and it recommended me this Corey's content So cool Comment from : Michael Yaacoub |
|
Thanks for this video it is very useful for me now(25-4-2023) Comment from : KARTHICK RANDOM |
|
🎅 Comment from : Nadya Shaymardanova |
|
💃 Comment from : Nadya Shaymardanova |
|
It"s great video Thanks Comment from : Evgen Tr |
|
Круто!! Comment from : Nadya Shaymardanova |
|
what if we update the courses?brupdating the list inside the dictionarybrhow do we do that? Comment from : Leomar Neil Pilarca |
|
Your videos are so amazing! Thank you for the effort you have put into these :D Comment from : Oriana Verity |
|
One of the clearest explaination🎉 Comment from : Toca_pikachuuuu🐠💛 |
|
useful Comment from : Sam Rasoli |
|
what is that working environment please Comment from : יותם גיטאי |
|
This is one of the best ever to encounter video explanation The content is clearly explained and much easy to understand Thanks bro Comment from : 4U Praise and worship Hub |
|
Currently doing the Python crash course by Coursera and this is just sooooo much better Amazingly happy I found these videos Extremely well explained Comment from : Erik Skoglund |
|
I Cant really thankyou enough for these tutorials , Corey ! Btw, I get a little confused as to when to use the {} and when to use [ ] , for eg, to remove a key , we do brdel students['age'] here we use square brackets however when we used the pop method to remove the keys , we had to use the parenthesis ( ) is there a logic to know when do we use square vs parenthesis ? Comment from : vishnu gupta |
|
Teaching like this is gold Comment from : T J |
|
Thanks a lot man your methods are awesome Comment from : AM |
|
mashallah du bist ein Maker!!! Comment from : karim ibrahim |
|
Thank to Comment from : HanxonCrib |
|
What is being displayed by:brfor key in studentitems():br print(key)brbrcompared to:brbrfor key,value in studentitems():br print(key,value)brbr? Why the parenthesis in the results of the first loop? Comment from : opalko67 |
|
The 9 minutes of this tutorial is far better than the 1 hour tutorial I learned from Udemy Thanks, Corey Comment from : Ankit Sharma |
|
Ayyyy cramming for my final is now seeming doable! Comment from : SirGarthur |
|
OH GOD YOUR PFP SCARED ME Comment from : sandy |
|
print(thankyou very much omg this saved my life) Comment from : amalierzutaraجميلةنجريه |
|
Do you fuck with people named Nick? Comment from : Ethan Hammond |
|
what if we want to pop a value from a list assigned to a key? Comment from : Hassaan Ahmad |
|
What of accessing the values in the array in the dictionary One value at a time How can I do that? Comment from : Palo |
|
Thank you! Very helpful Comment from : Nelly Lagbuna |
|
python dictionaries are variables with extra steps Comment from : altf4 |
|
Hello, thank you for posting this video I have a question to ask, lets say I have a dictionary with a lot of values it is a long dictionary, using the printing methods that you showed, my output would look like a long one column line with the keys and values next to each other Do you or anyone know how to print my dictionary with keys and values in 4 columns, say when I run my code instead of having one long column with the keys and values, I want for columns Thank you! Comment from : Loyal Leo |
|
Thank you Corey, you're a great teacher Comment from : abhishek sehgal |
|
I need a solution to that dictionary Assignment Thanks in advance! Comment from : Nasir Omar |
|
amazing video! thank you Comment from : Arjin |
|
1:01 Comment from : Homelessguy |
|
This helped immensely, thank you Comment from : Vexperian |
|
Which code editor is this? Comment from : Neuwelt |
|
Great stuff Comment from : aquadockemi100 |
|
These are the kind of channels that I subscribe to, very insightful Comment from : Emmanuel Masemola |
|
😊 thanks alot Comment from : Foroogh Farajzade |
|
hello Corey thanks for this well explained video What if we have something like: brbrfor key, value in studentitems():brprint(student) Comment from : Conniecious |
|
talks too fast and 75 is too slow Moving on Comment from : jim hall |
|
Of all the Python videos tutorials you are the best Very practical and clean concept and usage and fun in learning Comment from : damnit |
|
I swear to god this is the only video on youtube that actually properly explains dictionaries without overcomplicating Comment from : Fanta Kettle |
|
You are like Python God for us, Thanks a ton @Corey Schafer 🙌 Comment from : Shrawan Sahu |
|
youre waaay better than my teacher thanks I'll pass my exam Comment from : Samuel Orona |
|
This is most likely a JSON Comment from : LazyGamer |
|
wonderful explanation Comment from : SoonAnn S |
|
Thanks Corey Your explanation is flawless!! Comment from : yusuf ahmed |
|
Thank you Comment from : Snth abd |
|
These were the tricky ones I'm a python learner and I was stuck in one of my practice problems Thanks for this great video Corey! Comment from : Ata Ghabouli |
|
Thanks for keeping it simple man Comment from : Samikshyan Mishra |
|
Thank you for the video I am grateful for your time and contribution Kind regards, Akira Comment from : Garden of Akira |
|
I LIKE THE WAY U EXPLAN BUT WHEN I TRY TO TYPE EXACTLY THE WAY U TYPE I GET SYNTAX ERROR Comment from : jyothi26rab |
|
Love it! Comment from : Farkhod Kuchkarov |
|
is it possible to load a csv file into a dictionary and if so could you explain how? Comment from : Artur20 |
|
Quick concise information CLEAN Thank you sir! Best I have found on youtube so far Comment from : Artur20 |
|
Do you have a video, showing how to list in a vertical way, like table Thanks Comment from : Toze Cerdeira |
|
Is this like a pointer in c? Comment from : Free World |
|
thank you Comment from : Hadis bm |
|
how to become expert in programming python? Comment from : Saqib Uzair |
|
how can we access a list within a dictionary Comment from : Saugat Neupane |
|
Just to be sure is the name the key value Comment from : Muele Mathagu |
|
Such a great video and explains it all much better than my teacher tries to in some complicated and confusing ways Comment from : Syncenator |
|
These dictionaries look like Json Comment from : 1ndianSp1ces |
|
@corey Schafer {'a':1,'b':2,'c':3,'d':4,'e':4} who to convert tha value in {1:'a',2:'b',3:'c',4[d,e] plz give the answer Comment from : Vishwa Bandi |
|
Does anyone who is already a bit more advanced wants to do some exercise tasks? I've got some tasks about dictionaries but it is difficult for me tbh If anyone wants to, I can share with you the tasks via mail or so Comment from : Max Mustermann |
|
Im taking notes and this has helped alot, Thank you so much!!! Comment from : aGuyNamedJoe |
|
I really do feel comfortable with dictionaries now! Thanks a lot Comment from : Nia |
|
very helpful! buttttttt a little too fast for me so i have to pause lots to do the programming at the same time Comment from : Julian martinez |
![]() |
How To Use Dictionaries In Python (Python Tutorial #8) РѕС‚ : CS Dojo Download Full Episodes | The Most Watched videos of all time |
![]() |
Pattern Program in Python * for loop in python * Pyramid Pattern in Python #shorts #python РѕС‚ : Mangesh Bagul Download Full Episodes | The Most Watched videos of all time |
![]() |
Python tutorial for beginners. (Lists, Loops, Conditionals,Dictionaries) РѕС‚ : Decode Girl Download Full Episodes | The Most Watched videos of all time |
![]() |
Python Beginner Tutorial 8 - For loop, Lists, and Dictionaries РѕС‚ : kjdElectronics Download Full Episodes | The Most Watched videos of all time |
![]() |
Old Hongkong Coins Value and Price | Most Valuable Hongkong Coins Value | Rare Hongkong Coins Value РѕС‚ : Golden Collection Download Full Episodes | The Most Watched videos of all time |
![]() |
Python dictionaries are easy ? РѕС‚ : Bro Code Download Full Episodes | The Most Watched videos of all time |
![]() |
How to Work with Python Dictionaries РѕС‚ : CBT Nuggets Download Full Episodes | The Most Watched videos of all time |
![]() |
Blockchain tutorial 15: Convert public, private key pairs to addresses РѕС‚ : Mobilefish.com Download Full Episodes | The Most Watched videos of all time |
![]() |
3 Uses of Num Lock Key | Useful Shortcut Key | Num Lock Arrow Key | Use Numeric Pad in Computer РѕС‚ : Technical Computer Classes Download Full Episodes | The Most Watched videos of all time |
![]() |
Python For Loops - Python Tutorial for Absolute Beginners РѕС‚ : Programming with Mosh Download Full Episodes | The Most Watched videos of all time |