SlideShare a Scribd company logo
PART 7
DICTIONARIES IN PYTHON
• WANT TO LEARN PYTHON PROGRAMMING? (SUBTITLES)
• SUBSCRIBE
• TELEGRAM – FreeCodeSchool
• Twitter – shivammitra4
• LinkedIn – shivammitra
• Link in description
WHAT IS A DICTIONARY ?
Alphabetical order
DICTIONARY IN PYTHON
• A collection of key-value pairs
• Each key is mapped to a value.
• Use key to access the value mapped to it
• Keys -> Numbers, Strings
• Values -> Any data type like number, strings, lists, dictionaries etc.
DEFINING A DICTINOARY IN PYTHON
• A dictionary is wrapped in braces
• Series of key-value pairs inside the braces
• Every key is connected to its value with colon
• Key-value pairs are separated by comma
• You can store as many key-value pairs you want
ACCESSING ELEMENT IN A DICTIONARY
Similar to list but access using key here than index
A DICTIONARY WITH MULTIPLE KEYS
ADDING NEW KEY-VALUE PAIRS
PART 7 - Python Tutorial | Dictionaries In Python With Examples
STARTING WITH AN EMPTY DICTIONARY
MODIFYING VALUES IN A DICTIONARY
DICTIONARIES ARE MUTABLE
• One can add, delete and modify key-value pairs in a dictionary
• Key or values can be mutable or immutable depending on their type
• Strings -> immutable
• Numbers, lists -> mutable
REMOVING KEY-VALUE PAIRS
STORING COUNTRY-CAPITAL MAPPING
USING get() TO ACCESS VALUES
TRY RUNNING THIS CODE
PART 7 - Python Tutorial | Dictionaries In Python With Examples
PART 7 - Python Tutorial | Dictionaries In Python With Examples
WRITE A PROGRAM TO COUNT THE FREQUENCY OF EACH CHARACTER
IN A GIVEN STRING.
INPUT – ‘mississippi’
Output: Count of each character in this word. ‘m’ -> 1
LOOPING THROUGH A DICTIONARY
• A dictionary can contain millions of entries
• Looping over all
• Key-value pairs
• Keys
• Values
LOOPING THROUGH ALL KEY-VALUE PAIRS
key, value -> k,v
HOW DOES LOOPING WORKS ?
TRY LOOPING THROUGH
COUNTRY-CAPITAL EXAMPLE
LOOPING THROUGH DICTIONARY KEYS
PART 7 - Python Tutorial | Dictionaries In Python With Examples
PART 7 - Python Tutorial | Dictionaries In Python With Examples
LOOPING THROUGH KEYS IN AN ORDER
Print keys in reverse order
LOOPING THROUGH ALL VALUES IN A
DICTIONARY
Print the values in order
NESTING
• Storing multiple dictionary in a list
• List of items as a value in a dictionary
• A dictionary inside another dictionary
• This is called nesting.
A LIST OF DICTIONARIES
A MORE REALISTIC EXAMPLE
• Store the (number->square of number) mapping for numbers 1 to 5
A LIST IN A DICTIONARY
A DICTIONARY IN A
DICTIONARY
PART 7 - Python Tutorial | Dictionaries In Python With Examples
USER INPUT AND WHILE
LOOPS

More Related Content

What's hot (20)

DOCX
DBMS lab manual
maha tce
 
PPTX
Intro to c++
temkin abdlkader
 
PPT
Operators in C++
Sachin Sharma
 
PPTX
Manipulation strings in c++
SeethaDinesh
 
PPTX
Python Tutorial Part 1
Haitham El-Ghareeb
 
PPTX
Python ppt
Anush verma
 
PPTX
Basics of python
SurjeetSinghSurjeetS
 
PPTX
Files in Python.pptx
Koteswari Kasireddy
 
PDF
Python Variable Types, List, Tuple, Dictionary
Soba Arjun
 
PPTX
Dictionary in python
vikram mahendra
 
PPTX
Syntax Analysis - LR(0) Parsing in Compiler
RizwanAbro4
 
PPT
Pointers C programming
Appili Vamsi Krishna
 
PDF
Python
Helio Colombe
 
PPT
Arrays searching-sorting
Ajharul Abedeen
 
PPTX
PYTHON FEATURES.pptx
MaheShiva
 
PPTX
List in Python
Siddique Ibrahim
 
PDF
Plotting data with python and pylab
Giovanni Marco Dall'Olio
 
PPTX
Functions in Python
Kamal Acharya
 
PDF
Java arrays
Kuppusamy P
 
PPTX
Chapter 17 Tuples
Praveen M Jigajinni
 
DBMS lab manual
maha tce
 
Intro to c++
temkin abdlkader
 
Operators in C++
Sachin Sharma
 
Manipulation strings in c++
SeethaDinesh
 
Python Tutorial Part 1
Haitham El-Ghareeb
 
Python ppt
Anush verma
 
Basics of python
SurjeetSinghSurjeetS
 
Files in Python.pptx
Koteswari Kasireddy
 
Python Variable Types, List, Tuple, Dictionary
Soba Arjun
 
Dictionary in python
vikram mahendra
 
Syntax Analysis - LR(0) Parsing in Compiler
RizwanAbro4
 
Pointers C programming
Appili Vamsi Krishna
 
Arrays searching-sorting
Ajharul Abedeen
 
PYTHON FEATURES.pptx
MaheShiva
 
List in Python
Siddique Ibrahim
 
Plotting data with python and pylab
Giovanni Marco Dall'Olio
 
Functions in Python
Kamal Acharya
 
Java arrays
Kuppusamy P
 
Chapter 17 Tuples
Praveen M Jigajinni
 

Similar to PART 7 - Python Tutorial | Dictionaries In Python With Examples (20)

PPTX
DICTIONARIES (1).pptx
KalashJain27
 
PPTX
Python-Dictionaries.pptx easy way to learn dictionaries
panchalneha692
 
PPTX
Python Dictionary.pptx
Sanad Bhowmik
 
PDF
Dictionary part 1
RishuKaul2
 
PDF
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov
 
PDF
‘How to develop Pythonic coding rather than Python coding – Logic Perspective’
S.Mohideen Badhusha
 
PPTX
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
sumanthcmcse
 
PPTX
Dictionary.pptx
RishuVerma34
 
PPTX
Python dictionary
Sagar Kumar
 
PDF
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
Bavish5
 
PPTX
Python Fundamental Data structures: Dictionaries
KanadamKarteekaPavan1
 
PPTX
PYTHON Data structures Fundamentals: DICTIONARIES
KanadamKarteekaPavan1
 
PPTX
Mapping Data Types In Python.pptx
Anveshbandalla
 
PPTX
Programming in python - Week 5
Priya Nayak
 
PPTX
Chapter 3-Data structure in python programming.pptx
atharvdeshpande20
 
PPTX
Basic data structures in python
Celine George
 
PDF
Programming in python Unit-1 Part-1
Vikram Nandini
 
PDF
PYTHON.pdf
LovelyLabordoParacha
 
PPTX
An Introduction to Tuple List Dictionary in Python
yashar Aliabasi
 
PPTX
DictionariesPython Programming.One of the datatypes of Python which explains ...
kavyamp025
 
DICTIONARIES (1).pptx
KalashJain27
 
Python-Dictionaries.pptx easy way to learn dictionaries
panchalneha692
 
Python Dictionary.pptx
Sanad Bhowmik
 
Dictionary part 1
RishuKaul2
 
Anton Kasyanov, Introduction to Python, Lecture4
Anton Kasyanov
 
‘How to develop Pythonic coding rather than Python coding – Logic Perspective’
S.Mohideen Badhusha
 
Dictionary in python Dictionary in python Dictionary in pDictionary in python...
sumanthcmcse
 
Dictionary.pptx
RishuVerma34
 
Python dictionary
Sagar Kumar
 
CHAPTER- 9 PYTHON DICTIONARIES.pdf computer science
Bavish5
 
Python Fundamental Data structures: Dictionaries
KanadamKarteekaPavan1
 
PYTHON Data structures Fundamentals: DICTIONARIES
KanadamKarteekaPavan1
 
Mapping Data Types In Python.pptx
Anveshbandalla
 
Programming in python - Week 5
Priya Nayak
 
Chapter 3-Data structure in python programming.pptx
atharvdeshpande20
 
Basic data structures in python
Celine George
 
Programming in python Unit-1 Part-1
Vikram Nandini
 
An Introduction to Tuple List Dictionary in Python
yashar Aliabasi
 
DictionariesPython Programming.One of the datatypes of Python which explains ...
kavyamp025
 
Ad

More from Shivam Mitra (16)

PPTX
Preparing for SRE Interviews
Shivam Mitra
 
PPTX
PART 9 - Python Tutorial | While Loop In Python With Examples
Shivam Mitra
 
PPTX
PART 8 - Python Tutorial | User Input In Python With Examples
Shivam Mitra
 
PPTX
PART 6 - Python Tutorial | Tuples In Python With Examples
Shivam Mitra
 
PPTX
PART 0 - Python Tutorial | Why should you learn python
Shivam Mitra
 
PPTX
Memory management in operating system | Paging | Virtual memory
Shivam Mitra
 
PPTX
Process Synchronization in operating system | mutex | semaphore | race condition
Shivam Mitra
 
PPTX
Process Scheduling Algorithms | Interviews | Operating system
Shivam Mitra
 
PPTX
Threads in Operating System | Multithreading | Interprocess Communication
Shivam Mitra
 
PPTX
Process management in operating system | process states | PCB | FORK() | Zomb...
Shivam Mitra
 
PPTX
Introduction to operating system, system calls and interrupts
Shivam Mitra
 
PPTX
What is Internet and How it Works
Shivam Mitra
 
PPTX
OSI Model Layers and Internet Protocol Stack
Shivam Mitra
 
PPTX
Basics of Stock Market
Shivam Mitra
 
PPTX
Assets vs liability
Shivam Mitra
 
PPTX
Pycricbuzz - a python library to fetch live cricket scores
Shivam Mitra
 
Preparing for SRE Interviews
Shivam Mitra
 
PART 9 - Python Tutorial | While Loop In Python With Examples
Shivam Mitra
 
PART 8 - Python Tutorial | User Input In Python With Examples
Shivam Mitra
 
PART 6 - Python Tutorial | Tuples In Python With Examples
Shivam Mitra
 
PART 0 - Python Tutorial | Why should you learn python
Shivam Mitra
 
Memory management in operating system | Paging | Virtual memory
Shivam Mitra
 
Process Synchronization in operating system | mutex | semaphore | race condition
Shivam Mitra
 
Process Scheduling Algorithms | Interviews | Operating system
Shivam Mitra
 
Threads in Operating System | Multithreading | Interprocess Communication
Shivam Mitra
 
Process management in operating system | process states | PCB | FORK() | Zomb...
Shivam Mitra
 
Introduction to operating system, system calls and interrupts
Shivam Mitra
 
What is Internet and How it Works
Shivam Mitra
 
OSI Model Layers and Internet Protocol Stack
Shivam Mitra
 
Basics of Stock Market
Shivam Mitra
 
Assets vs liability
Shivam Mitra
 
Pycricbuzz - a python library to fetch live cricket scores
Shivam Mitra
 
Ad

Recently uploaded (20)

PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
PPTX
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PPTX
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PPTX
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PDF
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PPTX
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
Controller Request and Response in Odoo18
Celine George
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 

PART 7 - Python Tutorial | Dictionaries In Python With Examples