Back to Browse

Python Tutorials - Dictionaries

104 views
Sep 17, 2024
19:51

Dictionaries in Python are used to store data in key-value pairs, and in this tutorial, we’ll cover everything you need to know to work efficiently with them. In this video, we’ll explore: 00:00 - Introduction 00:45 - What dictionaries are and how to create them 04:25 - Essential dictionary methods (get(), update(), pop(), and more) 07:44 - Looping through dictionaries with items(), keys(), and values() 08:50 - Real-world use cases for dictionaries (working with lists and tuples) 09:34 - Advanced techniques like reverse lookup and counting occurrences In this video, we’ll explore: What dictionaries are and how to create them Essential dictionary methods (get(), update(), pop(), and more) Looping through dictionaries with items(), keys(), and values() Advanced techniques like reverse lookup and counting occurrences Real-world use cases for dictionaries (working with lists and tuples)

Download

1 formats

Video Formats

360pmp431.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python Tutorials - Dictionaries | NatokHD