Главная

Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs




Video quality The size Download

Информация о Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs


Название :  Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs
Продолжительность :   9.59
Дата публикации :  
Просмотров :   1,3 jt


Кадры Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs





Описание Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs



Коментарии Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs



prashant kumar parmanu
Great Sir I larned more than my University classes
Comment from : prashant kumar parmanu


Joel Pena
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


Atul Mathur
Effortless and excellent teaching by a born teacher
Comment from : Atul Mathur


bob
how to make it there's : in each of the key
Comment from : bob


Inc0nsistentGent
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


Acoustic Claude
ummmm this guy is excellent, thank you
Comment from : Acoustic Claude


Nadir Sangrar
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


Evan
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


Nadya Shaymardanova
👬
Comment from : Nadya Shaymardanova


Mohammed Mahmod
If Corey> Mosh:brprint("Corey is the Best")
Comment from : Mohammed Mahmod


T Switzer
It would be an extension to talks about a dictionary of student of students
Comment from : T Switzer


thala lover
Sir dictionary can't support "update" now So give a sollution plz
Comment from : thala lover


Korban Swartz
Why do all programmers talk so fast?
Comment from : Korban Swartz


Nadya Shaymardanova
Здорово!
Comment from : Nadya Shaymardanova


Kuyakhanya Sonwabile
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


lila ghemri
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


Chisenga Lungu
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


Icon Star
Is 'key' are changable?
Comment from : Icon Star


Milani Tetani
Is 'key' and 'value' keywords, or since we working with dictionaries python can just read them as attributes?
Comment from : Milani Tetani


Nadya Shaymardanova
🏃
Comment from : Nadya Shaymardanova


Poppy Seed
Very useful video and right to the point! This helped me complete my assignment, thank you!
Comment from : Poppy Seed


zigirs biz
very clear and simple guidebrThank you!
Comment from : zigirs biz


Michael Yaacoub
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


KARTHICK RANDOM
Thanks for this video it is very useful for me now(25-4-2023)
Comment from : KARTHICK RANDOM


Nadya Shaymardanova
🎅
Comment from : Nadya Shaymardanova


Nadya Shaymardanova
💃
Comment from : Nadya Shaymardanova


Evgen Tr
It"s great video Thanks
Comment from : Evgen Tr


Nadya Shaymardanova
Круто!!
Comment from : Nadya Shaymardanova


Leomar Neil Pilarca
what if we update the courses?brupdating the list inside the dictionarybrhow do we do that?
Comment from : Leomar Neil Pilarca


Oriana Verity
Your videos are so amazing! Thank you for the effort you have put into these :D
Comment from : Oriana Verity


Toca_pikachuuuu🐠💛
One of the clearest explaination🎉
Comment from : Toca_pikachuuuu🐠💛


Sam Rasoli
useful
Comment from : Sam Rasoli


יותם גיטאי
what is that working environment please
Comment from : יותם גיטאי


4U  Praise and worship Hub
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


Erik Skoglund
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


vishnu gupta
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


T J
Teaching like this is gold
Comment from : T J


AM
Thanks a lot man your methods are awesome
Comment from : AM


karim ibrahim
mashallah du bist ein Maker!!!
Comment from : karim ibrahim


HanxonCrib
Thank to
Comment from : HanxonCrib


opalko67
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


Ankit Sharma
The 9 minutes of this tutorial is far better than the 1 hour tutorial I learned from Udemy Thanks, Corey
Comment from : Ankit Sharma


SirGarthur
Ayyyy cramming for my final is now seeming doable!
Comment from : SirGarthur


sandy
OH GOD YOUR PFP SCARED ME
Comment from : sandy


amalierzutaraجميلةنجريه
print(thankyou very much omg this saved my life)
Comment from : amalierzutaraجميلةنجريه


Ethan Hammond
Do you fuck with people named Nick?
Comment from : Ethan Hammond


Hassaan Ahmad
what if we want to pop a value from a list assigned to a key?
Comment from : Hassaan Ahmad


Palo
What of accessing the values in the array in the dictionary One value at a time How can I do that?
Comment from : Palo


Nelly Lagbuna
Thank you! Very helpful
Comment from : Nelly Lagbuna


altf4
python dictionaries are variables with extra steps
Comment from : altf4


Loyal Leo
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


abhishek sehgal
Thank you Corey, you're a great teacher
Comment from : abhishek sehgal


Nasir Omar
I need a solution to that dictionary Assignment Thanks in advance!
Comment from : Nasir Omar


Arjin
amazing video! thank you
Comment from : Arjin


Homelessguy
1:01
Comment from : Homelessguy


Vexperian
This helped immensely, thank you
Comment from : Vexperian


Neuwelt
Which code editor is this?
Comment from : Neuwelt


aquadockemi100
Great stuff
Comment from : aquadockemi100


Emmanuel Masemola
These are the kind of channels that I subscribe to, very insightful
Comment from : Emmanuel Masemola


Foroogh Farajzade
😊 thanks alot
Comment from : Foroogh Farajzade


Conniecious
hello Corey thanks for this well explained video What if we have something like: brbrfor key, value in studentitems():brprint(student)
Comment from : Conniecious


jim hall
talks too fast and 75 is too slow Moving on
Comment from : jim hall


damnit
Of all the Python videos tutorials you are the best Very practical and clean concept and usage and fun in learning
Comment from : damnit


Fanta Kettle
I swear to god this is the only video on youtube that actually properly explains dictionaries without overcomplicating
Comment from : Fanta Kettle


Shrawan Sahu
You are like Python God for us, Thanks a ton @Corey Schafer 🙌
Comment from : Shrawan Sahu


Samuel Orona
youre waaay better than my teacher thanks I'll pass my exam
Comment from : Samuel Orona


LazyGamer
This is most likely a JSON
Comment from : LazyGamer


SoonAnn S
wonderful explanation
Comment from : SoonAnn S


yusuf ahmed
Thanks Corey Your explanation is flawless!!
Comment from : yusuf ahmed


Snth abd
Thank you
Comment from : Snth abd


Ata Ghabouli
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


Samikshyan Mishra
Thanks for keeping it simple man
Comment from : Samikshyan Mishra


Garden of Akira
Thank you for the video I am grateful for your time and contribution Kind regards, Akira
Comment from : Garden of Akira


jyothi26rab
I LIKE THE WAY U EXPLAN BUT WHEN I TRY TO TYPE EXACTLY THE WAY U TYPE I GET SYNTAX ERROR
Comment from : jyothi26rab


Farkhod Kuchkarov
Love it!
Comment from : Farkhod Kuchkarov


Artur20
is it possible to load a csv file into a dictionary and if so could you explain how?
Comment from : Artur20


Artur20
Quick concise information CLEAN Thank you sir! Best I have found on youtube so far
Comment from : Artur20


Toze Cerdeira
Do you have a video, showing how to list in a vertical way, like table Thanks
Comment from : Toze Cerdeira


Free World
Is this like a pointer in c?
Comment from : Free World


Hadis bm
thank you
Comment from : Hadis bm


Saqib Uzair
how to become expert in programming python?
Comment from : Saqib Uzair


Saugat Neupane
how can we access a list within a dictionary
Comment from : Saugat Neupane


Muele Mathagu
Just to be sure is the name the key value
Comment from : Muele Mathagu


Syncenator
Such a great video and explains it all much better than my teacher tries to in some complicated and confusing ways
Comment from : Syncenator


1ndianSp1ces
These dictionaries look like Json
Comment from : 1ndianSp1ces


Vishwa Bandi
@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


Max Mustermann
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


aGuyNamedJoe
Im taking notes and this has helped alot, Thank you so much!!!
Comment from : aGuyNamedJoe


Nia
I really do feel comfortable with dictionaries now! Thanks a lot
Comment from : Nia


Julian martinez
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



Похожие на Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs видео

How To Use Dictionaries In Python (Python Tutorial #8) 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 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) 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 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 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 ? Python dictionaries are easy ?
РѕС‚ : Bro Code
Download Full Episodes | The Most Watched videos of all time
How to Work with Python Dictionaries 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 Blockchain tutorial 15: Convert public, private key pairs to addresses
РѕС‚ : Mobilefish.com
Download Full Episodes | The Most Watched videos of all time
Python For Loops - Python Tutorial for Absolute Beginners Python For Loops - Python Tutorial for Absolute Beginners
РѕС‚ : Programming with Mosh
Download Full Episodes | The Most Watched videos of all time
#20 Python Tutorial for Beginners | While Loop in Python #20 Python Tutorial for Beginners | While Loop in Python
РѕС‚ : Telusko
Download Full Episodes | The Most Watched videos of all time