DEV Community

Discussion on: Functional Programming in Python - Book Review

Collapse
 
albertulysses profile image
Albert Ulysses • Edited

Hey Dennis, I don't think it's functional either per se, but it does bring into light a few different ways that you can think of your code. When thinking of multiprocessing and lazy eval, Functional programming is a helpful paradigm to think of problems.
I also think that Functional paradigms helps with some abstractions problems.