- 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.
推薦閱讀
- Monkey Game Development:Beginner's Guide
- Java入門經典(第6版)
- 樂學Web編程:網站制作不神秘
- Practical Game Design
- PLC編程及應用實戰
- Go并發編程實戰
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- D3.js By Example
- Python程序設計與算法基礎教程(第2版)(微課版)
- C語言程序設計與應用(第2版)
- 微課學人工智能Python編程
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Java程序設計基礎(第6版)