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

How to Be More Effective with Functions

Description

Functions improve readability, encourage reuse, and facilitate refactoring. Python has many unique features that make functions significantly more powerful. This talk will show you the best ways to use functions in Python: when *args is helpful and when it'll crash your programs; how to use generators for arguments and return values; the value of keyword vs. keyword-only arguments; and more!

Details

Improve this page