Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you make a higher order function in Python?

Answer Posted / chaitanya

A higher-order function accepts one or more functions as input and returns a new function. Sometimes it is required to use function as data

To make high order function , we need to import functools module

The functools.partial() function is used often for high order function.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are built in types in python?

1032


What is a module and package in python?

998


What is self in oop of python?

938


What functions or methods will you use to delete a file in python?

941


How is an empty tuple created?

891


Write a program to find the duplicates in a list?

845


Write a small code to explain repr() in python ?

908


Is python object-oriented? What is object-oriented programming?

895


Why lambda forms in python do not have statements?

923


How to merge two dictionaries in a single expression?

913


What is setup py?

918


What is loop in python?

981


What is the dictionary in Python?

931


What is with keyword in python?

908


How do I create a countdown timer in python?

962