top of page
Search


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,...
Gianluca Turcatel
Dec 25, 20215 min read
13
0


Python Basic Data Types
Python basic data types include the integer, float, string and boolean. Integers Integers are positive and negative integer numbers that...
Gianluca Turcatel
Dec 21, 20217 min read
74
0
bottom of page