Skip to content

Instantly share code, notes, and snippets.

@judy2k
judy2k / audience.md
Last active April 16, 2017 18:43
Refactoring Talk Outline

This talk is aimed at intermediate Python developers who are interested in developing & maintaining Python libraries. The audience should understand core Python reasonably well, and be aware of things like the property decorator and what "dunder-methods" are.

The audience will learn how to structure their project and their code in ways that will allow them to make changes later without breaking their users' code. Hopefully they'll come away thinking about the structure of their library code in a clearer way.