Hi,

Lambda or anonymous function is core of functional programming which was
not in java.

With lambda you can pass not just define an anonymous function but can pass
them to other functions which really makes life easier.

You would like to read
http://www.python-course.eu/lambda.php
http://www.python-course.eu/lambda.php

Thanks,
Anshu

On Wed, Oct 28, 2015 at 6:34 AM, Hunter Jozwiak <hunter.t....@gmail.com>
wrote:

> Hello,
>
>
>
> I am not sure exactly why there would be a practical use for a lambda
> function, other than the fact that you can make one-liner functions that
> take parameters in to a variable. Or at least that is how things look when
> they are written. Can I have some demystification?
>
>
>
> Thanks,
>
>
>
> Hunter
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to