Auto-checkers for the DSBA Python for Data Science course
Project description
dsba-python1-alpha
Auto-checkers for the DSBA Python for Data Science course.
Inspired by Kaggle's learntools — same .check() / .hint() / .solution() API,
all datasets bundled inside the package (no internet required).
Install
pip install dsba-python1-alpha
Workshop 14 — scipy.stats
from dsba_checkers.workshops.w14_scipy import q1, q2, q3, q4, q5, q6, q7
# After writing your code:
q1.check(mean_charges, median_charges, skewness_charges, n_outliers)
# ✓ Correct!
# Stuck? Ask for a hint:
q1.hint()
# Give up? Show the solution (also shown automatically after 3 failed attempts):
q1.solution()
Available workshops
| Module | Topic |
|---|---|
dsba_checkers.workshops.w14_scipy |
scipy.stats: descriptive stats, correlation, t-tests, Bonferroni |
More workshops coming in future versions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsba_python1_alpha-0.1.0.tar.gz.
File metadata
- Download URL: dsba_python1_alpha-0.1.0.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bf2fa7ac2c4176e6465ec2e54c8e0fdd509f3d1bdead35b4218d616904ed016
|
|
| MD5 |
e466ca491ff8773f69e9a1baafa07115
|
|
| BLAKE2b-256 |
38ec2ae48e9d4d7de56fe225e63ace60bbe698f9d0c19d40d64b217b24ad20af
|
File details
Details for the file dsba_python1_alpha-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dsba_python1_alpha-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9a1f5a091f7b9154acaf0686cc4ae3ea9e02c80b51db34019804f78e1db2bf
|
|
| MD5 |
459772cdf840ed2cd9e0b53e440cc720
|
|
| BLAKE2b-256 |
fb94bdd1a8f86069a77835aba5d0af2239208159234762ab0aa3f4256322f5b1
|