Library
Home
Python
Posts
Tutorials
Project
Publications
Book
Courses
Contact
Lambda Expressions
Lambda Expressions in Python.
Lambda Expressions are ideally used when we need to do something simple and are more interested in getting the job done quickly rather than formally naming the function. Lambda expressions are also known as anonymous functions.
Cite
×