top of page
Search
Gianluca Turcatel
Dec 25, 20215 min read
Python Dictionaries
A Python dictionary is a data structure that stores items in the form of key-value pairs. The keys are unique and can only be string,...
130
Gianluca Turcatel
Dec 21, 20217 min read
Python Basic Data Types
Python basic data types include the integer, float, string and boolean. Integers Integers are positive and negative integer numbers that...
660
bottom of page