Lambda functions in Python
Lambda functions are in short, anonymous functions. Literally one-liners that would make you blush with praise.
They are functions you create when you want to perform operations in a simple expression, or for functions you're going to use just once.
...
blog.lordsarcastic.dev2 min read