- Functional Python Programming
- Steven F. Lott
- 95字
- 2021-08-27 19:20:21
Summary
We've looked at programming paradigms with an eye toward distinguishing the functional paradigm from two common imperative paradigms. Our objective in this book is to explore the functional programming features of Python. We've noted that some parts of Python don't allow purely functional programming; we'll be using some hybrid techniques that meld the good features of succinct, expressive functional programming with some high-performance optimizations in Python.
In the next chapter, we'll look at five specific functional programming techniques in detail. These techniques will form the essential foundation for our hybridized functional programming in Python.
推薦閱讀
- Vue.js 3.x快速入門
- Learn TypeScript 3 by Building Web Applications
- Android和PHP開發(fā)最佳實踐(第2版)
- Building a Home Security System with Raspberry Pi
- 騰訊iOS測試實踐
- Raspberry Pi 2 Server Essentials
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Clojure Reactive Programming
- Scala程序員面試算法寶典
- Getting Started with LLVM Core Libraries
- QGIS Python Programming Cookbook(Second Edition)
- Learning Hadoop 2
- Secret Recipes of the Python Ninja
- ArcPy and ArcGIS(Second Edition)
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程