None
EN
How to Use the Python Statistics Module
['David Delony']
How-To Geek
What Is the Python statistics Module?
The Python statistics module is a built-in module for performing simple statistical calculations.
Since it's part of the standard Python library, it's available in every Python installation.
The statistics module shines in an interactive Python mode like the interpreter, an enhanced session in IPython, or a Jupyter notebookDescriptive StatisticsThe most basic form of statistics is descriptive statistics.
If you want a taste of the power of statistical computing with Python, the statistics module is a good place to start.