WHAT IS LAMBDA IN PYTHON? 7 Oct 2017 What is lambda in Python? The lambda operator or lambda function is a way to create small anonymous functions, throw-away functions, i.e. the unnamed functions which are needed just where they have been created.