#PythonInTelugu #PythonTelugu
Let's learn What is Dictionary in Python and how to use it in this video |
Python లో Dictionary అంటే ఏంటి? దానిని ఎలా ఉపయోగిస్తారో ఈ వీడియో లో నేర్చుకుందాం.
Code:
https://github.com/tankala/python-tutorial/tree/master/python-for-beginners/lesson-21
Python tutorial course Playlist:
https://www.youtube.com/playlist?list=PLg_dCA7cq-FN5PMjtdr9AB0XPHUwwRmVm
Table of Content
0:00 Introduction
4:08 how to write a dictionary
7:15 Get value from Dictionary using it's key
8:05 Update a value in Dictionary
10:05 get function example
13:12 insert key, value pair to dictionary
14:48 Available functions for dictionary data type
15:05 clear function example
15:31 create dictionary copy
15:57 get dictionary keys list
16:22 get dictionary values list
16:50 get dictionary items(key, value pairs) list
17:45 how to merge 2 dictionaries (update function)
19:25 Vehicle Registration state finder program