top of page
Search


Gianluca Turcatel
Dec 24, 20212 min read
Python Tuples
Tuples store multiple items in a single variable. Tuples are immutable: values inside a tuple cannot be updated or changed. Initializing...
11
0

Gianluca Turcatel
Dec 9, 20215 min read
Python Lists
Lists are probably the most widely used data structure in Python. Lists store multiple items in a single variable. Moreover, lists are...
10
0
bottom of page