higher order function in python

Map(), reduce() and filter() functions in Python

Map, reduce and filter are paradigms of functional programming. These helps in writing simple, short codes without worrying about iterations like loops and branching. Functional Programming: A Programming paradigm that uses functions to define a computation is known as functional programming. One important feature is concept of unchangeable state. This works only on immutable data …

Map(), reduce() and filter() functions in Python Read More »