Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐍 Use the stdlib for our score statistics #20

Merged
merged 1 commit into from
May 29, 2024

Conversation

drewbrew
Copy link

Python 3.4 introduced the statistics module into the standard library. Let's use that instead of calculating our own simply for the sake of not reinventing the wheel.

Python 3.4 [introduced](https://docs.python.org/3/library/statistics.html)
the `statistics` module into the standard library. Let's use that
instead of calculating our own simply for the sake of not reinventing
the wheel.
@drewbrew drewbrew requested a review from jefftriplett May 29, 2024 13:08
@jefftriplett jefftriplett merged commit e67d666 into main May 29, 2024
1 check passed
@jefftriplett jefftriplett deleted the use-stdlib-for-stats branch May 29, 2024 15:25
drewbrew added a commit that referenced this pull request May 29, 2024
drewbrew added a commit that referenced this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants