Python – Understanding Standard Deviation

So, what exactly is standard deviation? In simple terms, it’s a measure of how spread out the numbers in a dataset are from the mean or average. If the numbers are close to the mean, the standard deviation is small. If they are spread out, the standard deviation is large.


That’s the way to calculate it:

And of course, just putting the important bell curve:

The GitHub repository with the code, used in the video below is here.