11. Python Tutorial: Mastering Dictionaries and Tuples for Beginners 🐍
Learn the essentials of dictionaries and tuples in Python, including their order and usage, to enhance your programming skills with this comprehensive guide.

codebasics
170.1K views • May 8, 2019

About this video
In this python tutorial, we will understand the concept of “dictionaries and tuples”. We will understand what are dictionaries, “order in a dictionary”, how to access dictionary element, what is “tuples” and the difference between “list and tuple”.
Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/11_dict_tuples/11_dict_tuple_exercise.md
Correction at 4:38, I used 'key' in print, it should be k. i.e. print("key:",k," value:",v)
Topics that are covered in this Video:
0:00 What is the dictionary
1:20 Access dictionary element
2:33 Order in the dictionary
2:56 delete from the dictionary
5:00 in operator in the dictionary
6:00 What are tuples?
7:00 Difference between list and tuple
8:18 Tuples are immutable
Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses.
Next Video:
12.1 - Install Python Module (using pip) [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=7snh_1Hf_TI&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=13
Website: https://codebasics.io/
Facebook: https://www.facebook.com/codebasicshub
Twitter: https://twitter.com/codebasicshub
Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/11_dict_tuples/11_dict_tuple_exercise.md
Correction at 4:38, I used 'key' in print, it should be k. i.e. print("key:",k," value:",v)
Topics that are covered in this Video:
0:00 What is the dictionary
1:20 Access dictionary element
2:33 Order in the dictionary
2:56 delete from the dictionary
5:00 in operator in the dictionary
6:00 What are tuples?
7:00 Difference between list and tuple
8:18 Tuples are immutable
Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses.
Next Video:
12.1 - Install Python Module (using pip) [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=7snh_1Hf_TI&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=13
Website: https://codebasics.io/
Facebook: https://www.facebook.com/codebasicshub
Twitter: https://twitter.com/codebasicshub
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
170.1K
Likes
1.9K
Duration
8:46
Published
May 8, 2019
User Reviews
4.5
(34)