Maggio 2021

Variables Python

Today we will talk about variables in Python. Recall that variables are memory spaces where information is stored. This information can be numeric or string. Variables names in Python The…

Dizionari in Python

I dizionari in Python sono delle strutture dati che contengono elementi (items) formati da una chiave (key) e da un valore (value). my_dict = {“key_1”: “value_1”, “key_2”: “value_2”, “key_3”: “value_3”,…

Flex

Flex o flexbox CSS, come spiegato nella precedente lezione consente di creare layout molto più semplici da gestire grazie alle proprietà che si possono assegnare. Analizziamo in dettaglio queste proprietà.…