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 ...
In my last few articles, I looked at several different Python modules that are useful for doing computations. But, what tools are available to help you analyze the results from those computations?