Summary
Keywords
Full Transcript
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
