Slide 26
Slide 26 text
PYDATA LONDON 2016
Callable and Functionals
‣ Share functions alongside data
- Callables are first-class objects that can be dynamically published
‣ Enable user-defined functions with generic patterns
- Functionals like apply, elwise, reduction, multidispatch, outer, neighborhood,
and rolling transform one callable into another
‣ Built-in callable are overloadable
- Users can define +, -, *, /, … for custom types