Chevron Left
Back to Where, Why, and How of Lambda Functions in Python

Learner Reviews & Feedback for Where, Why, and How of Lambda Functions in Python by Coursera Project Network

4.8
stars
31 ratings

About the Course

In this project we are going to learn about lambda expressions and it's application in python. We are going to start with what is Lambda
expression and how we can define it, comparing lambda functions with regular functions in python and at the end we will learn how to use
lambda functions for data manipulation and exploration in pandas. this guided-project is completely beginner friendly. you only need to have
basic knowledge of python programming and some experience coding in Jupyter notebook environment.
...
Filter by:

1 - 10 of 10 Reviews for Where, Why, and How of Lambda Functions in Python

By Olga B

•

Jan 19, 2022

This is one of the best explained guided projects that I have finished on Coursera. It is enough to get the basics and to carry on on your own. The instructor is explaining everything in detail and there are also exercises that you can do on your own and verify the solution afterwards. I honestly recommend this project, it is ideal for beginners.

By Saja M

•

Apr 4, 2025

It was a fantastic project. Before I enrolled in it, I struggled a lot with dealing with lambda in different settings. The instructor teaches thoroughly to understand the rule and the concept of Lambda. I highly recommend it!

By Deleted A

•

Nov 5, 2021

Very good project to get the basics of lambda functions. Taking it I also learned filter and map that were not clear to me before.

By Syed M H

•

Sep 16, 2024

Nice journey easy to learn the new concepts

By Santhi C N

•

Nov 28, 2023

Perfect and simple explanation

By Rasika D P

•

Jan 7, 2025

good learning material

By Ariel F

•

May 16, 2022

Great project!

By ARNEPALLI R K

•

Jul 11, 2025

good

By SOWNDARYA V P

•

Dec 27, 2023

NICE

By Richard A

•

May 16, 2022

Nice short intro to lambda. My big bug though is that the lecturer mixes up filter out with filter on

This gets really confusing and means Quiz Q7 needs to be answered with the opposite of the correct answer.

Filter out means to remove all values that meet a criteria, filter on means to keep only those values that meet the criteria.

Filtering OUT evens from a series of numbers, your resluting dataset is the odd numbers. Filtering ON even numbers discards the odds and leaves you with the evens.

The lecturer uses filter out when he means filter on.