Creating APIs that other developers love to use isn’t trivial. I’ll share some tips and best practices, and talk about why it all matters.
Intro to profiling Python code, using built-in cProfile, Yappi and Uber’s PyFlame
In any development team that’s even slightly bigger, solid tools will become an important efficiency enabler. They can make your...