Python Tutorials # 6 : Use of range(), filter(), map() and reduce() functions
4,269 views · Published 4 May 2016 · 9:37 · Indexed 22 September 2026
Channel: HowTo · 2016 · Sports
range() is used to generate a list automatically. You need to specify two number and list will be generated. filter() function is used to fetch specific elements from list on the basis of specified logic. map() function used to invoke a function over a list. That function will be called for every element of list. reduce() function will call function with elements of list and replace them with returned value. This process if repeated until there is only one element left.
More from this channel
-
5:57
TCP three way handshaking
-
4:36
How to save any file in pdf format on windows
-
7:14
How to Install and Use doPdf for converting any Document format into PDF
-
2:31
Multiple Value return from Function in Lua : Lua Tutorials Series #7
-
3:18
Learn Basic Operations of Dictionary Data Type in Python : Python Tutorial
-
3:44
How to put gui widget in particular order | Python GUI Programming Using Tkinter # Tutorial - 3
-
2:10
How to create Hyperlink in Powerpoint to link to other Slides | Create links among slides
-
2:49
How to Make Animated Whiteboard Videos Automatically with VideoScribe Software