top of page
Search


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


Python Sets
Sets are used to store multiple UNIQUE items in a single variable. Sets are unordered data structure. Initializing sets Place items...

Gianluca Turcatel
Dec 11, 20213 min read
bottom of page