Skip to course content
Free Python statistics course

Statistical Data Analytics with Python

Setup And Runtime Notes

Course: Statistical Data Analytics with Python

Runtime Needed

Local Setup

From the course folder:

python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r starter-files/requirements.txt
python starter-files/runtime_check.py

The runtime check should print a small grouped summary and a Welch t-test result. The course is not runtime-QA complete until the check passes in a clean environment.

Quality Rule

Do not submit or publish a result until the limitation line is filled in. A useful result is still incomplete if the learner cannot say where it may fail.