filmov
tv
DICTIONARY in Python (Create, Add, Remove, Access, List, Loop, Check, Merge) - Python for Beginners

Показать описание
🎓 Welcome back to Digital Academy, the Complete Python Development Tutorial for Beginners, in which you will discover Dictionary in Python, and the operations you can perform on them (Create, Add, Remove, Access, Convert into List, Iterate, Merge, etc).
▬▬▬▬ 📖 Content ▬▬▬▬
🖥️ Dictionary in Python is a collection of items, which is unordered, indexed by keys and mutable - so it can be changed, once it has been created.
While other Data Types have value as an element, Python dictionary has a "key: value" pair, where each key is mapped to a single value.
Consequently, this kind of Data Types is used, when you want to store a pair of "key:value", and access a value in a very efficient way - thanks to its key. Thus, all dictionary in Python are optimised to get values, when its key is known!
🎯 In this video, you will discover Python Dictionary, so you can Create, Add, Remove or Access an item, even Loop though a collection, and Search for a specific item. Plus, Check if a key / value is part of your collection, and how to Merge two dictionaries - altogether.
Let's play this video, stick around and watch until the end! 👍🏻
- Digital Academy™ 🎓
▬▬▬▬ 🎬 Watch NEXT ▬▬▬▬
▬▬▬▬ 🔗 Links ▬▬▬▬
▬▬▬▬ ⏱ Timestamps ▬▬▬▬
00:00 | Intro
00:09 | Introduction
01:12 | Definition Dictionary
02:18 | Python Dictionary - Create
04:39 | Python Dictionary - Add Item
05:36 | Python Dictionary - Access Item
06:21 | Python Dictionary - Remove Item (pop, popitem, clear, del)
07:40 | Python Dictionary - List Keys / Values / Items
08:24 | Python Dictionary - Check Existence (Key / Value)
09:52 | Python Dictionary - Iterate through Items (Loop) + Exercise
14:04 | Python Dictionary - Merge two Dictionary in Python
14:44 | Python Dictionary - Methods & Functions
15:07 | Conclusion
15:46 | Subscribe, Like, Comment & Share
#Python #Tutorial #Beginners #Dictionary
▬▬▬▬ ⭐ FOLLOW US ▬▬▬▬
▬▬▬▬ ⚡ SUPPORT US ▬▬▬▬
▬▬▬▬ 📖 Content ▬▬▬▬
🖥️ Dictionary in Python is a collection of items, which is unordered, indexed by keys and mutable - so it can be changed, once it has been created.
While other Data Types have value as an element, Python dictionary has a "key: value" pair, where each key is mapped to a single value.
Consequently, this kind of Data Types is used, when you want to store a pair of "key:value", and access a value in a very efficient way - thanks to its key. Thus, all dictionary in Python are optimised to get values, when its key is known!
🎯 In this video, you will discover Python Dictionary, so you can Create, Add, Remove or Access an item, even Loop though a collection, and Search for a specific item. Plus, Check if a key / value is part of your collection, and how to Merge two dictionaries - altogether.
Let's play this video, stick around and watch until the end! 👍🏻
- Digital Academy™ 🎓
▬▬▬▬ 🎬 Watch NEXT ▬▬▬▬
▬▬▬▬ 🔗 Links ▬▬▬▬
▬▬▬▬ ⏱ Timestamps ▬▬▬▬
00:00 | Intro
00:09 | Introduction
01:12 | Definition Dictionary
02:18 | Python Dictionary - Create
04:39 | Python Dictionary - Add Item
05:36 | Python Dictionary - Access Item
06:21 | Python Dictionary - Remove Item (pop, popitem, clear, del)
07:40 | Python Dictionary - List Keys / Values / Items
08:24 | Python Dictionary - Check Existence (Key / Value)
09:52 | Python Dictionary - Iterate through Items (Loop) + Exercise
14:04 | Python Dictionary - Merge two Dictionary in Python
14:44 | Python Dictionary - Methods & Functions
15:07 | Conclusion
15:46 | Subscribe, Like, Comment & Share
#Python #Tutorial #Beginners #Dictionary
▬▬▬▬ ⭐ FOLLOW US ▬▬▬▬
▬▬▬▬ ⚡ SUPPORT US ▬▬▬▬
Комментарии