🔥 Learn Python with a more hands-on experience with Programiz PRO-interactive lessons, quizzes & challenges. Try Programiz PRO: bit.ly/right-python
@DanKolis3 жыл бұрын
This guy is basically a perfect presenter. Exactly correctly pace, examples just frame the issue perfectly )... Thanks Dude
@cduran19833 жыл бұрын
Same here! Just found it! And am staying for good!!! Love how he presents the content!!
@ranjeet58063 жыл бұрын
answers: 1.peak 2.whole dictionary with added key as terrain: "land" 3.mountain: peak , terrain: land
@kaustavsaha6005 Жыл бұрын
Most Standerd channel for python 🖤
@jmie54 жыл бұрын
Learning Python isn't so bad, but trying to put it all together is cruel and unusual hell. Just hell for me. Sir, I am so glad I found your videos. You're cheerful, have a well thought-out lesson plan, are easy to understand, and I can actually see the entire code as you type it out. And it's free to boot. Subbed.
@programizstudios4 жыл бұрын
Glad our course helped you. Stay tuned for more Python videos from us.
@rhyswells87254 жыл бұрын
I am impressed by the quality here, keep it up.
@lo22463 жыл бұрын
indian guys are our light
@muzammilsyed38384 жыл бұрын
Sir, I am a python student. Programiz web site and KZbin channel has helped me lot in learning python in lock down but recently Python 3.9.0 was released. So, my question is, has python 3.9.0 changed any important components of python. If any components are changed please make a video toturial about that.
@jalalkarimov57543 жыл бұрын
Thank you Punit, your videos and explanations help a lot to learn Python.
@carlsdarvin Жыл бұрын
The ("age") key at 1:49 is not a tuple, it is a string actually, right?
@joyceadhiambo99772 жыл бұрын
this is a perfect course, keep it up
@JBerry0129 Жыл бұрын
great presenting. easy to understand. thanks!
@garyr44183 жыл бұрын
Thanks brother. Nice explanation. Stay blessed.
@cduran19833 жыл бұрын
Awesome channel! Gonna do my python learning from all of your content!! Thanks for sharing! Also, I installed the app!! Thanks again!!
@anony-mous88814 жыл бұрын
If I just want to print out a particular key... and not all the keys.. how do you do this? appreciate the help!
@ganneruvaramroshinichitti54073 жыл бұрын
super explanation sir thank you soo much ....
@hubertcombomarketing26933 жыл бұрын
There must be a comma after the first element to make a tuple ("age",).
I was curious about all the excess bracketing and I ran the following: person1 = {"name":"Linus","age":21} person1["hobbies"] = "philately" # Instead of ["hobbies"]=["philately"] print(person1) I got the following output: >>> %Run 17_PythonDictionariesToStoreKeyValuePairs.py {'name': 'Linus', 'age': 21, 'hobbies': 'philately'} Is there any particular reason to bracket the "hobbies" argument? The output certainly looks cleaner this way.
@Islamicduniya78633 Жыл бұрын
Iam not able to run the dictionary in your compiler
Between 0.05 and 0.11, the instructor refers to strings as a compound data type. This is not correct. I hope this is just a blip because I have found his explanations to be beautifully clear till now.
@muditkaura6-c943 жыл бұрын
I have a doubt in get method.
@ipranjalrai4 жыл бұрын
Good job Sir, keep going. Everything is good in the video just try to start with some more basic concept and Sir kindly try to smile a bit so, that it can be more interactive and friendlier video it will help you people only.. (hope you mind it positively)
@iamuniq10812 жыл бұрын
You explain the dictionary in 8 min op !
@MohdIrshad-ko6bd2 жыл бұрын
sir ji ek question btai
@swarnaakshayastudio Жыл бұрын
1. peak 2. {‘mountain’: ‘peak’, ‘forest’: ‘jungle’, ‘terrains’: ‘land’} 3. {‘mountain’: ‘peak’, ‘terrains’: ‘land’} Is the answer..✅
@aboobakarmohammed12429 ай бұрын
NO WAY....the captions were shownig "whatsup guys i am punished from programmers" in the beggining of the vid 🤣🤣🤣🤣
@letstry28544 жыл бұрын
Thanks you sir
@ashrithvicky53664 жыл бұрын
Thanks sir
@iyerzzzzz3 жыл бұрын
I am getting a person1 not defined error
@ndvorsky3 жыл бұрын
So now I know what a dictionary does, why woul I use it?