You are on page 1of 12

A PROJECT PPT ON

DICTIONARY USING DATA MINING


(INFORMATION TECHNOLOGY)
SEMESTER IV
SUBMITTED BY:
MR. SANJEEV THAKUR
MR. GAURAV PARAB
MR. VISHAL SHINDE

 UNDER THE GUIDANCE OF


MR. SIDDHESH KHANVILKAR SIR
DEPARTMENT OF INFORMATION TECHNOLOGY
PILLAI HOC COLLEGE OF ENGINEERING & TECHNOLOGY, RASAYANI
UNIVERSITY OF MUMBAI AY 2022-23

Pillai HOC College of Engineering & Technology, Rasayani


Year: 2022-2023
 
INFORMATION TECHNOLOGY
 
INDEX

• INTRODUCTION
• OBJECTIVE
• PROBLEM STATEMENT
• REQUIREMENTS
• BENEFITS
• CONCEPT
• FUTURE SCOPE
• CONCLUSION
INTRODUCTION

What is Dictionary ?
Dictionaries are used to store data values ivalues value pairs.
• A dictionary is a collection which is ordered*, changeable and do not allow
duplicates.
• Dictionaries are written with curly brackets, and have keys and values.
• When we say that dictionaries are ordered, it means that the items have a
defined order, and that order will not change.
• Unordered means that the items does not have a defined order, you cannot
refer to an item by using an index.
WHY WE NEED DICTIONARY ?
Dictionaries are used to store data values in key:value pairs.
A dictionary is a collection which is ordered*, changeable and do not allow duplicates.
As of Python version 3.7, dictionaries are ordered. In Python 3.6 and earlier, dictionaries
are unordered.
• Dictionaries are written with curly brackets, and have keys and values.
OBJECTIVE
PROBLEM STATEMENT
REQUIREMENTS

• PYTHON
• IDLE
• GUI
• TKINTER
BENEFITS

• Easy to find the meaning


• It is flexible
• User friendly
• GUI
CONCEPT
FUTURE SCOPE
CONCLUSION

You might also like