Tutorial#12 Dictionary in Python Part01 #python #pythonprogramming #python3
1 video
  • Loading...
  • 1 Tutorial#12 Dictionary in Python Part01 #python #pythonprogramming #python318:54 Tutorial#12 Dictionary in Python Part01 #python #pythonprogramming #python3

CloudFitness: Tutorial#12 Dictionary in Python Part01 #python #pythonprogramming #python3

Loading...

Published on: Wednesday, February 8, 2023

Tutorial#12 Dictionary in Python Part01 #python #pythonprogramming #python3

Dictionary in Python is a collection of keys values pairs(internally uses hashing) which is ordered*, changeable and do not allow duplicates.
Key-Value is provided in the dictionary to make it more optimized. 
Values in a dictionary can be of any data type and can be duplicated, whereas keys can’t be repeated and must be immutable. 
Dictionary is heavily optimized for memory overhead and lookup speed efficiency.


*As of Python version 3.7, dictionaries are ordered. In Python 3.6 and earlier, dictionaries are unordered.

Data-bricks hands on tutorials
https://201tube.tv/playlist/PLtlmylp_ZK5wr1lyq76h1V4ZuWZYThgy0

Azure Event Hubs
https://201tube.tv/playlist/PLtlmylp_ZK5y_7ngCo3_9zB7UAauZNsFk

Azure Data Factory Interview Question
https://201tube.tv/playlist/PLtlmylp_ZK5zdGe7KLM0axsSb_4LimVRX

SQL leet code Questions
https://201tube.tv/playlist/PLtlmylp_ZK5xiosJ2eR2BooSSspe_7Ac4

Azure Synapse tutorials
https://201tube.tv/playlist/PLtlmylp_ZK5ygJXScE4DakN2aqplYkckf

Azure Event Grid
https://201tube.tv/playlist/PLtlmylp_ZK5xXqBnnBuBLOojJ11ZsNx-Y

Azure Data factory CI-CD
https://201tube.tv/playlist/PLtlmylp_ZK5yVc7dY_pLl4RaTi94y19Zz

Azure Basics
https://201tube.tv/playlist/PLtlmylp_ZK5xTVdlmb5KJQDxWV5SfCWtq

Data Bricks interview questions
https://201tube.tv/playlist/PLtlmylp_ZK5wV7mu3DrwjhLPxFJw6FS0V

Source: https://youtu.be/-qZEQvFyUq0

Show more

Comments


Views / Share