Higher Order Functions - Noisebridge Python Class
Hosted by Noisebridge Hackerspace
Details
Speaker: Jay
Topic: Higher Order Functions
Functions in Python are a way to declare a set of steps to perform, often with a set of parameters and a return value. Sometimes it can be useful to write a function that applies actions to other functions, or returns a function as a result - this can seem a little complicated at first, but we'll talk and work through some cases where it can make our lives easier and simplify the way our code looks overall.
For more information please see:
Wiki Entry (https://noisebridge.net/wiki/Pyclass)
Lesson (https://github.com/noisebridge/PythonClass/blob/master/course/higher-order-functions.md)
