Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Obieda Ananbeh

Sr.Software Engineer

Microsoft Certified

Java Developer

AI

Blog Post

Dictionary in python part 1

February 20, 2022 Python
Dictionary in python part 1

In this lesson we will learn :

1. Declare a Dictionary

2. know how many items in the dictionaries

3. Access Dictionary Items

4. Get Keys,Get Values and Get Items

5. Check if Key Exists

6. Update Dictionary

7. Adding Items to the Dictionary

8. Remove Dictionary Items using (pop, popitem, del and clear).

Accessing the source code I used in this video:

https://github.com/oananbeh/Python-tutorial

Taggs:
Write a comment