top of page
Profile
Join date: Jan 9, 2023
Posts (23)
Feb 11, 2023 ∙ 2 min
Map, Filter, Reduce in Python
map is used to apply a transformation to every element in an iterable.
filter is used on an iterable to keep only certain elements.
255
0
4
Feb 7, 2023 ∙ 2 min
Data Types in Python
There are some fundamental or built-in data types in Python.
int, float, complex, bool, str, list, tuple set, frozenset, dict...
312
0
8
Feb 7, 2023 ∙ 1 min
Python Object Serialization and Deserialization with Pickle
Pickle module implements binary protocols for serializing and de-serializing a python object structure.
154
0
4
Nazeeruddin
Writer
More actions
bottom of page