Skip to content

Instantly share code, notes, and snippets.

@mittenchops
Last active December 16, 2015 02:59
Show Gist options
  • Save mittenchops/5366979 to your computer and use it in GitHub Desktop.
Save mittenchops/5366979 to your computer and use it in GitHub Desktop.
playing with functional programming in python
reduce(operator.add,map(lambda x: math.sqrt(x**3), range(4+1)))
# http://ua.pycon.org/static/talks/kachayev/#/11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment