Python's built-in profiling tools give you binary-format trace files, ".pstats" files, that are not the easiest things to get useful reports from. Two programs, the long-standing "snakeviz" and the ...
Python has some wonderful libraries for statistical analysis, but they might be overkill for simple tasks. The built-in statistics library might be what you want instead. Here are some things you can ...