A note on execution times, speed and profiling

A better approach?

In January, I tried to use the PyCharm Python IDE, and it has an awesome profiler included! But it was too cumbersome to use…

An even better approach?

Well now… I know my codebase, and I know how costly or efficient every new piece of code should be, if I find empirically something odd, I explore with one of the above-mentionned module…