Python Programming Language | Dictionaries in Python | Lecture 9

Опубликовано: 14 Октябрь 2024
на канале: Edupedia World by Exambyte
109
1

Python Programming Language: Computer Application
Python Programming Language | Dictionaries in Python | Lecture 9

Review:
In the previous video we studied about set and set operations
When do we use sets in programming: What are the advantages of using sets in programming:
We also saw what are Frozensets
Frozensets are important when we discuss dictionaries

In this video we shall see Dictionaries in Python:
What is a dictionary?
What are some of the methods that we will be using with dictionaries?
Dictionaries are a collection of objects or elements, in which each element has a key and a value.
The key has to be immutable and the value can be anything.
Dictionary can be used with tuples

Various keys or commands used with dictionary are:

Clear, Get, Iteritems, Keys, Setdefaults, Viewitems, Copy, Has_key, Iterkeys, Pop, Update, Viewkeys, Fromkeys, Items, Itercalues, Popitems, Values, Viewvalues

Video by Edupedia World (www.edupediaworld.com), Free Online Education;

Download our App : https://goo.gl/1b6LBg

Click here https://goo.gl/HjNegN to watch more videos on Python Programming Language- Complete Tutorial;

All Rights Reserved.