Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 364 Bytes

File metadata and controls

4 lines (3 loc) · 364 Bytes

Chapter 4, Functional Programming

Readability versus Brevity covers the functional programming techniques such as list/dict/set comprehensions and lambda statements that are available in Python. Additionally, it illustrates the similarities to the mathematical principles involved.