Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What is Python Dictionary
Home
>
Python
>
What is Python Dictionary
Dec 12, 2019
in
Python
Q: Python dictionary
python-dictionary
1
Answer
0
votes
Dec 12, 2019
Dictionary is used to implement the key-value pair in python. The dictionary is the data type in python which can simulate the real-life data arrangement where some specific value exists for some particular key.
In other words, we can say that a dictionary is the collection of key-value pairs where the value can be any python object whereas the keys are the immutable python object, i.e., Numbers, string or tuple.
Dictionary simulates Java hash-map in python.
Click here to read more about Python
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: Can you please explain what is the use of the dictionary in Python Language?
Aug 30, 2020
in
Python
#python-dictionary-use
#dictionary-python
0
votes
Q: Can you please explain what is a dictionary in Python Language?
Aug 30, 2020
in
Python
#python-language-dictionary
#dictionary-python
0
votes
Q: What Is The Syntax For Dictionary Comprehension In Python?
Dec 19, 2019
in
Python
#python-comprehension
0
votes
Q: What Is The Use Of The Dictionary In Python?
Dec 14, 2019
in
Python
#python-dictionary
0
votes
Q: What Is A Dictionary In Python Programming?
Dec 14, 2019
in
Python
#python-programming
#python-dictionary
0
votes
Q: How do I sort a dictionary by value in Python?
Jan 10
in
Python
#python-sort-dictionary
sort-dictionary
...