Dictionaries In Python and Functions | Data Types In Python | Python Tutorials For Beginners Part 7

Publicado em: 02 Setembro 2021
no canal de: GNOSIS
69
8

Dictionaries are Python’s implementation of a data structure that is more generally known as an associative array. A dictionary consists of a collection of key-value pairs. Each key-value pair maps the key to its associated value.

You can define a dictionary by enclosing a comma-separated list of key-value pairs in curly braces ({}). A colon (:) separates each key from its associated value:
In this video, we have covered the following built-in functions available for dictionaries in python:
1. Keys
2. Values
3. pop
4. popitem
5. update
6. get
7. copy
8. clear
9. setdefault

The tutorial also covered how we can access, update and delete elements from dictionaries in python.

List and its functions in python :
Tuples in python :


Nesta página do site você pode assistir ao vídeo on-line Dictionaries In Python and Functions | Data Types In Python | Python Tutorials For Beginners Part 7 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário GNOSIS 02 Setembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 69 vezes e gostou 8 espectadores. Boa visualização!