#first-class-functions

[ follow ]
Software development
fromRealpython
3 days ago

Using Functional Programming in Python - Real Python

Python supports functional programming by treating functions as first-class citizens and by allowing anonymous functions via the lambda keyword.
[ Load more ]