DEV Community

Py in 5: Lambda Functions

kaelscion on October 25, 2018

originally published on the Coding Duck blog: www.ccstechme.com/coding-duck-blog Today’s topic? Lambda functions! To start, let’s review the o...
Collapse
 
thebouv profile image
Anthony Bouvier

Nice article. Minor typo:

list_cubed.append(num_cubed(num) is missing a ending paren in second code example.

Collapse
 
kaelscion profile image
kaelscion

thank you so much! I noticed that and the fact that I wrote "for x in list" a lot rather than "in list_normal". The typo you noticed and the one I just mentioned have been updated. Thank you so much for catching it!

Collapse
 
thebouv profile image
Anthony Bouvier

Awesome! Was just about to edit to point out the list/list_normal thing too.

Collapse
 
polimacs profile image
Stanislav Polimac

Dude, very neat explanation of lambdas and totally awesome ending of an article!!! I salute you for those closing lines!

Collapse
 
kaelscion profile image
kaelscion

Thanks so much!