Luciano Ramalho
Luciano Ramalho wrote Fluent Python, Second Edition, after the first edition was an international success published in nine languages. He is PSF Fellow, and co-founder of the Brazilian Python Association and Garoa Hacker Clube, the first hackerspace in Brazil.
ramalhoorg
Mastodon/Fediverse handle –Sessions
07-29
16:10
35min
Beyond Programming Paradigms (with Python examples)
Luciano Ramalho
Java is object oriented and Haskell is functional. How about Python?
Is it really OO with free-standing functions and porous encapsulation?
Python has lambdas and closures, but is it functional? Are these
useful questions?
The Barn