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?
For example, users could extract specific datasets such as a bid/ask spread over a particular time period, or a volatility measure over the same period. The data can then be used in Python-based tools ...