

Python sets
Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of...
Mohamed Adel
2 min read


Python Concepts For Data Science: Dictionaries
Python Dictionaries: Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair. Each key is...
Ishan Chudali
3 min read


Python Sets
Python sets are unordered collection of items with no duplicates and the elements cannot be changed. It can be used to perform...
Kala Maya Sanyasi
1 min read