Contribute Media
A thank you to everyone who makes this possible: Read More

The Five Kinds of Python Functions

Description

PyData DC 2016

We'll look at the wide variety of ways that we can leverage Python functions. This will show provide helpful background in ordinary functions, as well as callable objects and lambdas. We'll look closely at how to use generator functions, also. The fifth type of function is a function wraps a special method, like len().

Details

Improve this page