Got a question on the topic? Share it in the comment section below. Please drop a comment if you need the data-sets and codes discussed in this video. For Edureka Python Data Science Course curriculum, Visit our Website: bit.ly/2OpzQWw
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
You're welcome 😊 Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Create an empty list of keys and then by iterating over the keys, you can add values. EXAMPLE: new_list=['name','age'] my_dict = {} for x in new_list: a = input(""Please ether the name of the key"") my_dict[x]=a print(""The dictionary is as follows : "",my_dict)
Below are the reasons how our paid courses are different: 1. They are live instructor-led training sessions (not recorded). These training are taken online by an industry expert, you can ask all your queries to your instructor of your course/batch. 2. You get 24/7 support for all you technical queries. 3. You get course certificate which helps you in your job interviews. If you are trained and certified in a technology, its easier to get a job/hike etc. 4. All our courses have structured curriculum which helps you master all the concepts in an easy way. 5. You get access to Edureka's learning management system (LMS), which will have all the content, decks, codes, data-set, recordings, notes etc. There are many more features in our live instructor-led online training. You can use code "RUclips20" and enroll in our courses with Flat 20% off.
The pop() function removes the key,value pair and returns the value back to you. The setDefault() function would return the value if key is present, else it adds the key into the dictionary with or without the value passed. The get() functions returns the value for the key. if not found, throws error. Hope that helps you.
Got a question on the topic? Share it in the comment section below. Please drop a comment if you need the data-sets and codes discussed in this video. For Edureka Python Data Science Course curriculum, Visit our Website: bit.ly/2OpzQWw
Edureka u are amazing in making concepts easier
Thank you 😊 Glad it was helpful!! Keep learning with us..
seriously sir awesome this one 💞❤😚😍😊
Most underated RUclips channel
Hi : ) We really are glad to hear this ! Truly feels good that our team is delivering and making your learning easier :) Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
You are amazing
Really thank you
🥰😍😍🥰❤️🥰😍😍🥰
You're welcome 😊 Stay connected with our channel and team :) . Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Thanks
amazing
How to use it in runtime??
Create an empty list of keys and then by iterating over the keys, you can add values. EXAMPLE:
new_list=['name','age']
my_dict = {}
for x in new_list:
a = input(""Please ether the name of the key"")
my_dict[x]=a
print(""The dictionary is as follows : "",my_dict)
You can use dict(zip(key, value))
nice video
What is the difference between Edureka free youtube courses and paid courses... does there is any difference between teaching?
Below are the reasons how our paid courses are different:
1. They are live instructor-led training sessions (not recorded). These training are taken online by an industry expert, you can ask all your queries to your instructor of your course/batch.
2. You get 24/7 support for all you technical queries.
3. You get course certificate which helps you in your job interviews. If you are trained and certified in a technology, its easier to get a job/hike etc.
4. All our courses have structured curriculum which helps you master all the concepts in an easy way.
5. You get access to Edureka's learning management system (LMS), which will have all the content, decks, codes, data-set, recordings, notes etc.
There are many more features in our live instructor-led online training. You can use code "RUclips20" and enroll in our courses with Flat 20% off.
What is difference between pop,setDefault and get functions
The pop() function removes the key,value pair and returns the value back to you.
The setDefault() function would return the value if key is present, else it adds the key into the dictionary with or without the value passed.
The get() functions returns the value for the key. if not found, throws error.
Hope that helps you.
How can I get the job in python
Hi Shahi, you can refer this blog: www.edureka.co/blog/how-to-become-a-python-developer/