News

In this post, we saw that lambda functions are not mysterious objects. They are one-liner functions in python. Then we saw that they are easier to use compared to normal functions that we define using ...
A simple introduction and comparison of normal and anonymous functions in R and Python. Anonymous Functions also known as lambdas have no identity, no name, but still do stuff! They do not live in the ...
excerpt: "A simple introduction and comparison of normal and anonymous functions in R and Python. Anonymous Functions also known as lambdas have no identity, no name, but still do stuff! They do not ...