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

How Decorators Function

Translations: en

Description

Have you ever seen those “@” tags on top of Python functions and classes? Those are decorators - functions that wrap around other functions. Confusing? At first, but they’re easy with practice. Useful? Very! We’ll learn how they work, how to write our own, and how and when to use them.

Speaker: Andrew Knight Andy Knight is the “Automation Panda” - an engineer, consultant, and international speaker who loves all things about software. His main passion is building solutions for software testing problems. He has designed and built robust test automation solutions for operating systems, service APIs, and Web apps with thousands of tests running continuously. He also mentors others in good development, testing, and BDD practices. Andy currently works full-time as the Lead Software Engineer in Test at PrecisionLender, a Q2 company. Read his tech blog at AutomationPanda.com, and follow him on Twitter at @AutomationPanda.

Details

Improve this page