Recent Posts

Python lambda functions

Python allows to define anonymous functions (i.e. function not bounded to a name). You can easily identify this functions’ type because are defined using the...