Support Forums

Full Version: Using Lambda with List Functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, today I will be explaining the use of different list functions and how to use lambda. The functions we will be looking at are:
  • lambda
  • map()
  • filter()
  • reduce()
[color=#0000CD (Click to View)

[color=#FF0000 (Click to View)

[color=#32CD32 (Click to View)

[color=#00BFFF (Click to View)
Nice tutorial on Python's functional styled implementations :3
(02-14-2010, 08:08 PM)Fallen Wrote: [ -> ]Nice tutorial on Python's functional styled implementations :3

Heh I should have listened to you when you told me to learn lambda in the first place, it's actually pretty useful.