Statistics with Python - Lesson overview
Statistics is essential for analysing and interpreting data in
projects, and Python's rich libraries make it a powerful tool for this
purpose. This enables improved analysis, teamwork, and project
transparency.
In this lesson, we'll learn how to use Python for statistics. We’ll The data
start by covering some basic functionality of Python for the field science process
of statistics, before looking at the data science process as a START Statistics: Sample vs.
whole, considering what we've learnt up to now.
population metrics
15 min
15 min 5 min 15 min
Learning objectives
Calculate sample and population metrics in Python.
Use Python to do descriptive statistics, as well as
calculate probabilities.
Define and use hypothesis testing.
Understand the concept of the data science
process.
Hypothesis testing
Statistics: Probability
55 min 5 min 15 min and distributions
Examples Knowledge questions
15 min 50 min
Exercise