- Functional Python Programming
- Steven F. Lott
- 116字
- 2021-08-27 19:20:19
Who this book is for
This book is for programmers who want to create succinct, expressive Python programs by borrowing techniques and design patterns from functional programming languages. Some algorithms can be expressed elegantly in a functional style; we can—and should—adapt this to make Python programs more readable and maintainable.
In some cases, a functional approach to a problem will also lead to extremely high-performance algorithms. Python makes it too easy to create large intermediate data structures, tying up memory (and processor time.) With functional programming design patterns, we can often replace large lists with generator expressions that are equally expressive but take up much less memory and run much more quickly.
推薦閱讀
- Learn Blockchain Programming with JavaScript
- Java 開發從入門到精通(第2版)
- MATLAB圖像處理超級學習手冊
- Vue.js前端開發基礎與項目實戰
- C# Programming Cookbook
- Leap Motion Development Essentials
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- C語言程序設計
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- 精通MySQL 8(視頻教學版)
- Office VBA開發經典:中級進階卷
- OpenStack Sahara Essentials
- Python自動化運維:技術與最佳實踐
- 自學Python:編程基礎、科學計算及數據分析
- 計算機應用基礎