Skip to content

Ravikiran Talluri

Software Engineer

Tag: lambda

Lambda Expressions

In python functions are defined using def keyword and the name of the function. After defining python allocates memory using the name and can be reused number of times based on the requirement. Python offers anonymous functions which can be used only once. These anonymous functions without out any name are referred as lambda expressions … Continue reading Lambda Expressions

Posted on May 26, 2021May 26, 2021 by IamRavikiranTPosted in PythonTagged lambda. Leave a comment

Categories

  • Inspiration (3)
  • Motivation (3)
  • Object Oriented Programming (1)
  • OOPs (1)
  • Programming (4)
  • Python (8)
  • Python Basics (3)

Recent Posts

  • Inheritance Explained – Python September 14, 2023
  • Decorators Explained – Python June 30, 2023
  • Closures Explained – Python June 11, 2023
  • Scope Explained – Python March 4, 2023
  • Staying Humble February 2, 2022

Recent Comments

Powered by WordPress.com.
 

Loading Comments...