Dictionary In Python | Python Dictionary Tutorial | Python Certification Training | Edureka

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025

Комментарии •

  • @edurekaIN
    @edurekaIN  5 лет назад +5

    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
    @madhumithayogeeswaran5584 Год назад +2

    Edureka u are amazing in making concepts easier

    • @edurekaIN
      @edurekaIN  Год назад

      Thank you 😊 Glad it was helpful!! Keep learning with us..

  • @kunalsoni7681
    @kunalsoni7681 5 лет назад +2

    seriously sir awesome this one 💞❤😚😍😊

  • @Ro----WorX
    @Ro----WorX 3 года назад +3

    Most underated RUclips channel

    • @edurekaIN
      @edurekaIN  3 года назад

      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 : )

  • @amerging8687
    @amerging8687 2 года назад

    You are amazing
    Really thank you
    🥰😍😍🥰❤️🥰😍😍🥰

    • @edurekaIN
      @edurekaIN  2 года назад

      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 : )

  • @vaibhavmore6656
    @vaibhavmore6656 4 года назад

    Thanks

  • @waqasanwar3265
    @waqasanwar3265 3 года назад +1

    amazing

  • @devanshisahai7517
    @devanshisahai7517 5 лет назад +1

    How to use it in runtime??

    • @edurekaIN
      @edurekaIN  5 лет назад +2

      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))

  • @francisganapin8767
    @francisganapin8767 5 лет назад +1

    nice video

  • @siddheshgathibandhe6422
    @siddheshgathibandhe6422 4 года назад +1

    What is the difference between Edureka free youtube courses and paid courses... does there is any difference between teaching?

    • @edurekaIN
      @edurekaIN  4 года назад +3

      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.

  • @raunakashgulati6143
    @raunakashgulati6143 5 лет назад +1

    What is difference between pop,setDefault and get functions

    • @edurekaIN
      @edurekaIN  5 лет назад +11

      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.

  • @mahammaddarbardarbar8002
    @mahammaddarbardarbar8002 5 лет назад

    How can I get the job in python

    • @edurekaIN
      @edurekaIN  5 лет назад

      Hi Shahi, you can refer this blog: www.edureka.co/blog/how-to-become-a-python-developer/