Name a few methods that are used to implement functionally oriented programming in python?



Name a few methods that are used to implement functionally oriented programming in python?..

Answer / Abhishek Upahyay

Here are some methods for implementing functional programming in Python: n- Map (map())n- Filter (filter())n- Reduce (functools.reduce())n- Lambda functionsn- Higher-order functions

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How can you pick a random item from a list or tuple in python?

1 Answers  


How do you reverse any string in python?

1 Answers  


Which the command you use to exit help window in python?

1 Answers  


How to run a Python CGI script in Wamp?

1 Answers  


How can you generate random numbers in python?

1 Answers  


Explain classifier.

2 Answers  


What is the use of ‘self’ keyword in python?

1 Answers  


How can we get home directory using '~' in python?

1 Answers  


What is sockets? Explain.

1 Answers  


What is python package manager (pypm)?

1 Answers  


What is dict in python?

1 Answers  


What are your weaknesses examples?

1 Answers  


Categories