Tag Python

Creating Solid APIs

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.

Profiling Python Code

Intro to profiling Python code, using built-in cProfile, Yappi and Uber’s PyFlame