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

  Рет қаралды 90,519

edureka!

edureka!

Күн бұрын

🔥 Python Certification Training: www.edureka.co/data-science-p...
This Edureka video on 'Dictionary In Python' will help you understand the concept of dictionary, why and how we can use dictionary in python and various operations that we can perform on a dictionary. Below are the topics covered in this video:
1:12 What Is A Dictionary In Python?
1:51 Why Use A Python Dictionary?
2:30 Lists vs Dictionary
3:41 How To Implement A Dictionary In Python?
6:45 Operations In Python Dictionary
13:22 Use Case - Nested Dictionary
Edureka Community: bit.ly/EdurekaCommunity
Python Tutorial Playlist: goo.gl/WsBpKe
Blog Series: bit.ly/2sqmP4s
#edureka #edurekapython #PythonDictionary #pythonProjects #pythonProgramming #pythonTutorial #PythonTraining
Do subscribe to our channel and hit the bell icon to never miss an update from us in the future: goo.gl/6ohpTV
Instagram: / edureka_learning
Facebook: / edurekain
Twitter: / edurekain
LinkedIn: / edureka
-----------------------------------------------------------------------------------------------------------
How it Works?
1. This is a 5 Week Instructor-led Online Course,40 hours of assignment and 20 hours of project work
2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
3. At the end of the training, you will be working on a real-time project for which we will provide you a Grade and a Verifiable Certificate!
- - - - - - - - - - - - - - - - -
About the Course
Edureka's Python Online Certification Training will make you an expert in Python programming. It will also help you learn Python the Big data way with integration of Machine learning, Pig, Hive and Web Scraping through beautiful soup. During our Python Certification training, our instructors will help you:
1. Master the Basic and Advanced Concepts of Python
2. Understand Python Scripts on UNIX/Windows, Python Editors and IDEs
3. Master the Concepts of Sequences and File operations
4. Learn how to use and create functions, sorting different elements, Lambda function, error handling techniques and Regular expressions ans using modules in Python
5. Gain expertise in machine learning using Python and build a Real Life Machine Learning application
6. Understand the supervised and unsupervised learning and concepts of Scikit-Learn
7. Master the concepts of MapReduce in Hadoop
8. Learn to write Complex MapReduce programs
9. Understand what is PIG and HIVE, Streaming feature in Hadoop, MapReduce job running with Python
10. Implementing a PIG UDF in Python, Writing a HIVE UDF in Python, Pydoop and/Or MRjob Basics
11. Master the concepts of Web scraping in Python
12. Work on a Real Life Project on Big Data Analytics using Python and gain Hands on Project Experience
- - - - - - - - - - - - - - - - - - -
Why learn Python?
Programmers love Python because of how fast and easy it is to use. Python cuts development time in half with its simple to read syntax and easy compilation feature. Debugging your programs is a breeze in Python with its built in debugger. Using Python makes Programmers more productive and their programs ultimately better. Python continues to be a favorite option for data scientists who use it for building and using Machine learning applications and other scientific computations.
Python runs on Windows, Linux/Unix, Mac OS and has been ported to Java and .NET virtual machines. Python is free to use, even for the commercial products, because of its OSI-approved open source license.
Python has evolved as the most preferred Language for Data Analytics and the increasing search trends on python also indicates that Python is the next "Big Thing" and a must for Professionals in the Data Analytics domain.
Who should go for python?
Edureka’s Data Science certification course in Python is a good fit for the below professionals:
· Programmers, Developers, Technical Leads, Architects
· Developers aspiring to be a ‘Machine Learning Engineer'
· Analytics Managers who are leading a team of analysts
· Business Analysts who want to understand Machine Learning (ML) Techniques
· Information Architects who want to gain expertise in Predictive Analytics
· 'Python' professionals who want to design automatic predictive models
For more information, Please write back to us at sales@edureka.in or call us at IND: 9606058406 / US: 18338555775 (toll free)

Пікірлер: 21
@edurekaIN
@edurekaIN 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 Жыл бұрын
Edureka u are amazing in making concepts easier
@edurekaIN
@edurekaIN Жыл бұрын
Thank you 😊 Glad it was helpful!! Keep learning with us..
@kunalsoni7681
@kunalsoni7681 4 жыл бұрын
seriously sir awesome this one 💞❤😚😍😊
@vaibhavmore6656
@vaibhavmore6656 4 жыл бұрын
Thanks
@francisganapin8767
@francisganapin8767 5 жыл бұрын
nice video
@mrelectronrock9510
@mrelectronrock9510 2 жыл бұрын
Most underated KZfaq channel
@edurekaIN
@edurekaIN 2 жыл бұрын
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 : )
@waqasanwar3265
@waqasanwar3265 3 жыл бұрын
amazing
@raunakashgulati6143
@raunakashgulati6143 4 жыл бұрын
What is difference between pop,setDefault and get functions
@edurekaIN
@edurekaIN 4 жыл бұрын
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.
@devanshisahai7517
@devanshisahai7517 4 жыл бұрын
How to use it in runtime??
@edurekaIN
@edurekaIN 4 жыл бұрын
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)
@user-uv2gu8wm6h
@user-uv2gu8wm6h 4 жыл бұрын
You can use dict(zip(key, value))
@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 : )
@siddheshgathibandhe6422
@siddheshgathibandhe6422 3 жыл бұрын
What is the difference between Edureka free youtube courses and paid courses... does there is any difference between teaching?
@edurekaIN
@edurekaIN 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 "KZfaq20" and enroll in our courses with Flat 20% off.
@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/
Python Tutorial for Beginners 4: Lists, Tuples, and Sets
29:05
Corey Schafer
Рет қаралды 1,4 МЛН
Ну Лилит))) прода в онк: завидные котики
00:51
WHY DOES SHE HAVE A REWARD? #youtubecreatorawards
00:41
Levsob
Рет қаралды 36 МЛН
OMG 😨 Era o tênis dela 🤬
00:19
Polar em português
Рет қаралды 11 МЛН
Lambda Expressions in Java - Full Simple Tutorial
13:05
Coding with John
Рет қаралды 696 М.
If Else Statements in Python // Python RIGHT NOW!! // EP 4
14:19
NetworkChuck
Рет қаралды 381 М.
Python - Accessing Nested Dictionary Keys
24:48
Academind
Рет қаралды 179 М.
Dictionaries in Python | Python Tutorial - Day #33
10:20
CodeWithHarry
Рет қаралды 280 М.
Python dictionaries are easy 📙
8:06
Bro Code
Рет қаралды 190 М.
APIs Explained | Real World Examples
11:36
CertBros
Рет қаралды 484 М.
MySQL Tutorial for Beginners [Full Course]
3:10:19
Programming with Mosh
Рет қаралды 11 МЛН
Ну Лилит))) прода в онк: завидные котики
00:51