>_ commit
MVP · Fall 2026

The AP CSP platform
built by a CS teacher.

"Commit to learning. Commit to code."

main.py
docs
history
1# Unit 3 · Lists & Iteration
2
3scores = [88, 92, 75, 95, 84]
4total = 0
5
6for score in scores:
7    total += score
8
9average = total /len(scores)
10print(f"Average: {average}")
Run
Output
Average: 86.8
Commits
add average calculation
init scores list
starter code
3 / 3 commits
Ready to submit
Built-in version control
Git-like commits on every assignment — not just code execution
AP CSP curriculum included
7-unit teacher-built curriculum — no blank slate, no setup
AI-powered support ladder
Error → docs → hints → raise hand — before a teacher is needed
Teacher gradebook
Submissions, commit history, paste logs, and CSV export built in