Top Categories

Lambda Expressions & Anonymous Functions || Python Tutorial || Learn Python Programming
  • Category:
  • Sub Category:
  • how to program in python
  • how to program
  • python tutorial for beginners
  • Python Tutorial
  • function literal
  • Python
  • python programming
  • Socratica
  • lambda expressions
  • anonymous function
No Views

Lambda expressions - also known as “anonymous functions” - allow you to create and use a function in a single line. They are useful when you need a short function that you will only use once. For example, when using the map, filter and sort methods. 

Comments

You Might Be Interested In