This project is a boilerplate for calculating mean, variance, and standard deviation in Python. It was completed as part of the FreeCodeCamp Data Analysis course.
The project consists of Python scripts and a test module to help learners understand basic statistical calculations programmatically.
main.py– The main script to run the program.mean_var_std.py– Contains functions to calculate mean, variance, and standard deviation.test_module.py– A test file to check the correctness of your functions.requirements.txt– Lists required Python packages (if any)..gitpod.yml– Gitpod configuration for an online development environment..gitignore– Specifies files/folders to ignore in Git.README.md– This file.