Explore tweets tagged as #pythontutorial2021
@silly_techy
Silly Techy
4 years
map we can pass arguments as iterables. But map does not expect an iterable inside another iterable. In cases like this we can use starmap. #pythontutorial2021 #pythonitertools #pythonbuiltinfunction #pythontutorialforbeginners #everythingpython #learnpython
0
1
1
@silly_techy
Silly Techy
4 years
Python filter helps us to quickly filter out iterables based on an expression or function. It can help us to avoid loops and conditional statements for filtering elements. #pythonfilters #pythonfilterfunction #everythingpython #pythonbuiltinfunction #pythontutorial2021
0
1
1
@silly_techy
Silly Techy
4 years
We use python inbuilt method map() to run a function on each element of an iterable. Sometimes it is more efficient to use a map() compared to loops. As it is more efficient. #pythonmaptutorial #pythonmapfunctions #pythonmapfunction#pythontutorial2021 #everythingpython
0
1
1