SlideShare a Scribd company logo
4
Most read
6
Most read
8
Most read
What is Dictionary In Python? Python Dictionary Tutorial | Edureka
What Is Dictionary In Python?
Why Use A Python Dictionary?
Dictionary vs Lists
www.edureka.co/python
How To Implement Python Dictionary?
Operations In Python Dictionary
Use Case
www.edureka.co/python
www.edureka.co/python
A dictionary is a collection data type which has key value pairs.
UNORDERED
MUTABLE
INDEXED
NO DUPLICATE MEMBERS
www.edureka.co/python
Why Use A
Python
Dictionary?
www.edureka.co/python
Unordered and stores values like a map
Contains key value pairs unlike other
data types
Similar to real life dictionary with
distinct key values
www.edureka.co/python
Dictionary
Vs
Lists
www.edureka.co/python
Dictionary List
Unordered Ordered
Accesses via keys Accessed via index
Collection of key value pairs Collection of elements
Preferred when you have
unique key values
Preferred for ordered data
No duplicate members Allows duplicate members
How To Implement Dictionary In Python?
www.edureka.co/python
How To
Implement
Dictionary In
Python?
www.edureka.co/python
Dictionary in python is declared inside curly brackets.
mydictionary = { ‘key’ : ‘value’,
‘key2’: ‘value2’,
‘key3’: ‘value3’
}
mydictionary[‘key’]
mydictionary.get(‘key’)
www.edureka.co/python
Operations
In Python
Dictionary
www.edureka.co/python
#adding an element
mydictionary[‘key4’] = ‘value4’
#replacing an element
mydictionary[‘key1’] = ‘edureka’
• clear()
• copy()
• values()
• update()
• fromkeys()
• get()
• items()
• keys()
• pop()
• popitem()
• setdefault()
www.edureka.co/python
Use Case
www.edureka.co/python
Problem Statement : Store the Indian World cup squad data
for 2019.You should be able to display the stats of any player
from the data.
Store the data in the dictionary
Implement a dictionary
Import pandas package
Make unique keys
Use data frame to display stats
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
www.edureka.co
www.edureka.co/python
Ad

Recommended

Python - object oriented
Python - object oriented
Learnbay Datascience
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
Introduction to Python Pandas for Data Analytics
Introduction to Python Pandas for Data Analytics
Phoenix
 
Python functions
Python functions
Prof. Dr. K. Adisesha
 
Packages In Python Tutorial
Packages In Python Tutorial
Simplilearn
 
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
 
Object oriented programming in python
Object oriented programming in python
baabtra.com - No. 1 supplier of quality freshers
 
Data Structures in Python
Data Structures in Python
Devashish Kumar
 
Dictionaries in Python
Dictionaries in Python
baabtra.com - No. 1 supplier of quality freshers
 
Python OOPs
Python OOPs
Binay Kumar Ray
 
Python Class | Python Programming | Python Tutorial | Edureka
Python Class | Python Programming | Python Tutorial | Edureka
Edureka!
 
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
Maulik Borsaniya
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Edureka!
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
 
Looping statement in python
Looping statement in python
RaginiJain21
 
What is Python Lambda Function? Python Tutorial | Edureka
What is Python Lambda Function? Python Tutorial | Edureka
Edureka!
 
Regular expressions in Python
Regular expressions in Python
Sujith Kumar
 
Python 3 Programming Language
Python 3 Programming Language
Tahani Al-Manie
 
classes and objects in C++
classes and objects in C++
HalaiHansaika
 
Function Pointer
Function Pointer
Dr-Dipali Meher
 
Java 8 Lambda Expressions
Java 8 Lambda Expressions
Scott Leberknight
 
Data types in python lecture (2)
Data types in python lecture (2)
Ali ٍSattar
 
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Edureka!
 
Basic data structures in python
Basic data structures in python
Celine George
 
Object Oriented Programming in Python
Object Oriented Programming in Python
Sujith Kumar
 
Adv. python regular expression by Rj
Adv. python regular expression by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
Python programming : Strings
Python programming : Strings
Emertxe Information Technologies Pvt Ltd
 
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
Bavish5
 
Dictionary part 1
Dictionary part 1
RishuKaul2
 

More Related Content

What's hot (20)

Dictionaries in Python
Dictionaries in Python
baabtra.com - No. 1 supplier of quality freshers
 
Python OOPs
Python OOPs
Binay Kumar Ray
 
Python Class | Python Programming | Python Tutorial | Edureka
Python Class | Python Programming | Python Tutorial | Edureka
Edureka!
 
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
Maulik Borsaniya
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Edureka!
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
 
Looping statement in python
Looping statement in python
RaginiJain21
 
What is Python Lambda Function? Python Tutorial | Edureka
What is Python Lambda Function? Python Tutorial | Edureka
Edureka!
 
Regular expressions in Python
Regular expressions in Python
Sujith Kumar
 
Python 3 Programming Language
Python 3 Programming Language
Tahani Al-Manie
 
classes and objects in C++
classes and objects in C++
HalaiHansaika
 
Function Pointer
Function Pointer
Dr-Dipali Meher
 
Java 8 Lambda Expressions
Java 8 Lambda Expressions
Scott Leberknight
 
Data types in python lecture (2)
Data types in python lecture (2)
Ali ٍSattar
 
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Edureka!
 
Basic data structures in python
Basic data structures in python
Celine George
 
Object Oriented Programming in Python
Object Oriented Programming in Python
Sujith Kumar
 
Adv. python regular expression by Rj
Adv. python regular expression by Rj
Shree M.L.Kakadiya MCA mahila college, Amreli
 
Python programming : Strings
Python programming : Strings
Emertxe Information Technologies Pvt Ltd
 
Python Class | Python Programming | Python Tutorial | Edureka
Python Class | Python Programming | Python Tutorial | Edureka
Edureka!
 
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
PYTHON-Chapter 3-Classes and Object-oriented Programming: MAULIK BORSANIYA
Maulik Borsaniya
 
Python NumPy Tutorial | NumPy Array | Edureka
Python NumPy Tutorial | NumPy Array | Edureka
Edureka!
 
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Python Loops Tutorial | Python For Loop | While Loop Python | Python Training...
Edureka!
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
 
Looping statement in python
Looping statement in python
RaginiJain21
 
What is Python Lambda Function? Python Tutorial | Edureka
What is Python Lambda Function? Python Tutorial | Edureka
Edureka!
 
Regular expressions in Python
Regular expressions in Python
Sujith Kumar
 
Python 3 Programming Language
Python 3 Programming Language
Tahani Al-Manie
 
classes and objects in C++
classes and objects in C++
HalaiHansaika
 
Data types in python lecture (2)
Data types in python lecture (2)
Ali ٍSattar
 
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Python For Data Analysis | Python Pandas Tutorial | Learn Python | Python Tra...
Edureka!
 
Basic data structures in python
Basic data structures in python
Celine George
 
Object Oriented Programming in Python
Object Oriented Programming in Python
Sujith Kumar
 

Similar to What is Dictionary In Python? Python Dictionary Tutorial | Edureka (20)

CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
Bavish5
 
Dictionary part 1
Dictionary part 1
RishuKaul2
 
Python for Everybody - Solution Challenge 2021
Python for Everybody - Solution Challenge 2021
AshwinRaj57
 
Python Fundamental Data structures: Dictionaries
Python Fundamental Data structures: Dictionaries
KanadamKarteekaPavan1
 
PYTHON Data structures Fundamentals: DICTIONARIES
PYTHON Data structures Fundamentals: DICTIONARIES
KanadamKarteekaPavan1
 
Ch 7 Dictionaries 1.pptx
Ch 7 Dictionaries 1.pptx
KanchanaRSVVV
 
Python dictionaries
Python dictionaries
Krishna Nanda
 
Dictionaries in Python programming language
Dictionaries in Python programming language
ssuserbad56d
 
Chapter 16 Dictionaries
Chapter 16 Dictionaries
Praveen M Jigajinni
 
Ch_13_Dictionary.pptx
Ch_13_Dictionary.pptx
HarishParthasarathy4
 
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
sumanthcmcse
 
DICTIONARIES TUTORIALS FOR ADVANCED LEARNING OF YTHON PROGRAMMING
DICTIONARIES TUTORIALS FOR ADVANCED LEARNING OF YTHON PROGRAMMING
examcelldavrng
 
PYTHON DICTIONARY.pptx
PYTHON DICTIONARY.pptx
MyMovies5
 
DICTIONARIES (1).pptx
DICTIONARIES (1).pptx
KalashJain27
 
Chapter 14 Dictionary.pptx
Chapter 14 Dictionary.pptx
jchandrasekhar3
 
Python Lecture 10
Python Lecture 10
Inzamam Baig
 
Untitled dictionary in python program .pdf.pptx
Untitled dictionary in python program .pdf.pptx
SnehasisGhosh10
 
Introduction to python dictionaries .pptx
Introduction to python dictionaries .pptx
AsimMukhtarCheema1
 
python full notes data types string and tuple
python full notes data types string and tuple
SukhpreetSingh519414
 
Python dictionary
Python dictionary
Smt. Indira Gandhi College of Engineering, Navi Mumbai, Mumbai
 
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
Bavish5
 
Dictionary part 1
Dictionary part 1
RishuKaul2
 
Python for Everybody - Solution Challenge 2021
Python for Everybody - Solution Challenge 2021
AshwinRaj57
 
Python Fundamental Data structures: Dictionaries
Python Fundamental Data structures: Dictionaries
KanadamKarteekaPavan1
 
PYTHON Data structures Fundamentals: DICTIONARIES
PYTHON Data structures Fundamentals: DICTIONARIES
KanadamKarteekaPavan1
 
Ch 7 Dictionaries 1.pptx
Ch 7 Dictionaries 1.pptx
KanchanaRSVVV
 
Dictionaries in Python programming language
Dictionaries in Python programming language
ssuserbad56d
 
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
sumanthcmcse
 
DICTIONARIES TUTORIALS FOR ADVANCED LEARNING OF YTHON PROGRAMMING
DICTIONARIES TUTORIALS FOR ADVANCED LEARNING OF YTHON PROGRAMMING
examcelldavrng
 
PYTHON DICTIONARY.pptx
PYTHON DICTIONARY.pptx
MyMovies5
 
DICTIONARIES (1).pptx
DICTIONARIES (1).pptx
KalashJain27
 
Chapter 14 Dictionary.pptx
Chapter 14 Dictionary.pptx
jchandrasekhar3
 
Untitled dictionary in python program .pdf.pptx
Untitled dictionary in python program .pdf.pptx
SnehasisGhosh10
 
Introduction to python dictionaries .pptx
Introduction to python dictionaries .pptx
AsimMukhtarCheema1
 
python full notes data types string and tuple
python full notes data types string and tuple
SukhpreetSingh519414
 
Ad

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 
Ad

Recently uploaded (20)

FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
June Patch Tuesday
June Patch Tuesday
Ivanti
 
Reducing Conflicts and Increasing Safety Along the Cycling Networks of East-F...
Reducing Conflicts and Increasing Safety Along the Cycling Networks of East-F...
Safe Software
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
 
Kubernetes Security Act Now Before It’s Too Late
Kubernetes Security Act Now Before It’s Too Late
Michael Furman
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
 
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
caoyixuan2019
 
Mastering AI Workflows with FME - Peak of Data & AI 2025
Mastering AI Workflows with FME - Peak of Data & AI 2025
Safe Software
 
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
 
AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
 
SAP Modernization Strategies for a Successful S/4HANA Journey.pdf
SAP Modernization Strategies for a Successful S/4HANA Journey.pdf
Precisely
 
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Safe Software
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
AmirStern2
 
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
June Patch Tuesday
June Patch Tuesday
Ivanti
 
Reducing Conflicts and Increasing Safety Along the Cycling Networks of East-F...
Reducing Conflicts and Increasing Safety Along the Cycling Networks of East-F...
Safe Software
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Creating Inclusive Digital Learning with AI: A Smarter, Fairer Future
Impelsys Inc.
 
Kubernetes Security Act Now Before It’s Too Late
Kubernetes Security Act Now Before It’s Too Late
Michael Furman
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
 
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
caoyixuan2019
 
Mastering AI Workflows with FME - Peak of Data & AI 2025
Mastering AI Workflows with FME - Peak of Data & AI 2025
Safe Software
 
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
 
AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
 
SAP Modernization Strategies for a Successful S/4HANA Journey.pdf
SAP Modernization Strategies for a Successful S/4HANA Journey.pdf
Precisely
 
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Safe Software
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
vertical-cnc-processing-centers-drillteq-v-200-en.pdf
AmirStern2
 

What is Dictionary In Python? Python Dictionary Tutorial | Edureka