Brett Slatkin - How to Be More Effective with Functions - PyCon 2015

Опубликовано: 10 Апрель 2015
на канале: PyCon 2015
49,756
721

"Speaker: Brett Slatkin

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!

Slides can be found at: https://speakerdeck.com/pycon2015 and https://github.com/PyCon/2015-slides"