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?
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...
I've always liked the idea of math, but doing it by hand has been another matter. My mental CPU seems to go to 100% during hand calculation. Hand calculators are good but Python libraries are even ...