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
Â
Â
Â


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
Â
Â
Â
bottom of page