Functional Programming with Python Comprehensions
Functional Programming with Python: Harness the Power of Comprehensions for Clearer, Concise, and Efficient Code.
Current Price: N/A
Discount: 100% off
What you will learn:
How to understand and apply the 'action source condition' model of comprehensions.The difference between imperative and declarative programming styles.
How to identify, write and use functional code.
How to create clean, concise list, set and dictionary comprehensions.
How to create and use generator comprehensions.
How to create and use nested comprehensions.
How to solve job interview style questions using functional code.
List Comprehensions
Set Comprehensions
Dictionary Comprehensions
Generator Comprehensions
Lazy Evaluation
Declarative Programming
Functional Programming
Immutability