What is functional programming? Does Python follow a functional programming style? List a few methods to implement functional programming in Python.
What is functional programming? Does Python follow a functional programming style? List a few methods to implement functional programming in Python.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: functional-programming
标签: python, functional, map, filter, reduce, lambda
参考答案摘要
TL;DR Functional programming builds logic primarily from functions, favors pure functions and immutability, and reduces side effects. Python supports this style via map , filter , reduce , lambdas, ge...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。