Efficient Python part 2: Tools for Evaluating Your Code

Cássio Bolba
4 min readAug 12, 2022

Welcome to the second part out of four in the series on how to write more efficient python code. In the first part, we checked the very basics: Pythonic code, built-in functions, and just a bit on how numpy can improve call;ation speed. As a recap, the series comprehends:

--

--