
Statistics with NumPy 2: Histogram Data
In Part 1 I introduced a selection of the most important and useful NumPy statistical methods.
Programming projects in Python focused on STEM: science, technology, mathematics and engineering.
Live Last read · last published · next check

In Part 1 I introduced a selection of the most important and useful NumPy statistical methods.

In Part 4 of this series I will extend the PyQt Text File Viewer to display descriptions of non-printable ASCII characters and the codes of Unicode characters.

In my article Statistics with NumPy I showed how to create a selection of summary statistics.

I have already written a trio of articles on statistics with Python and you might like to read them before continuing with this article.

In Part 1 of this series I demonstrated the use of Python built-in and statistics module functions to calculate a selection of statistics.

This article is the second of my series Statistics with Python. In Part 1 I looked at built-in Python functions and the statistics module.

This is the first in a series of articles on calculating statistics from datasets using Python.

I have already written a couple of introductory articles on the Pillow image library and another on using the library to read EXIF data.

In Part 1 of this series I wrote a short Python program that printed sample tables with Unicode border characters.

NumPy is a large and complex library and most users will only need a small subset of its functionality.

If you have ever attempted to draw a Bezier curve in a graphics application such as Inkscape you may have found it baffling and frustrating.