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
@madhumithayogeeswaran5584 Жыл бұрын
Edureka u are amazing in making concepts easier
@edurekaIN Жыл бұрын
Thank you 😊 Glad it was helpful!! Keep learning with us..
@kunalsoni76814 жыл бұрын
seriously sir awesome this one 💞❤😚😍😊
@devanshisahai75175 жыл бұрын
How to use it in runtime??
@edurekaIN5 жыл бұрын
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)
@शिवणकला4 жыл бұрын
You can use dict(zip(key, value))
@mrelectronrock95103 жыл бұрын
Most underated KZbin channel
@edurekaIN3 жыл бұрын
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 : )
@amerging86872 жыл бұрын
You are amazing Really thank you 🥰😍😍🥰❤️🥰😍😍🥰
@edurekaIN2 жыл бұрын
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 : )
@vaibhavmore66564 жыл бұрын
Thanks
@raunakashgulati61435 жыл бұрын
What is difference between pop,setDefault and get functions
@edurekaIN5 жыл бұрын
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.
@waqasanwar32653 жыл бұрын
amazing
@francisganapin87675 жыл бұрын
nice video
@siddheshgathibandhe64224 жыл бұрын
What is the difference between Edureka free youtube courses and paid courses... does there is any difference between teaching?
@edurekaIN4 жыл бұрын
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 "KZbin20" and enroll in our courses with Flat 20% off.
@mahammaddarbardarbar80025 жыл бұрын
How can I get the job in python
@edurekaIN5 жыл бұрын
Hi Shahi, you can refer this blog: www.edureka.co/blog/how-to-become-a-python-developer/