Presenting lambda expressions, based on the book:
"Python How-To 63 techniques to improve your Python code"
https://www.manning.com/books/python-...
http://mng.bz/XNO6
Code available here:
https://www.vitoshacademy.com/python-...
Discount code for all manning books (40%) is here:
watchcui40
Contents:
Introduction - 0:01
A bit about default arguments in Python functions - 0:52
The wrong way - 9:26
The right way - 14:20