>_
commit
MVP · Fall 2026
The AP CSP platform
built by a CS teacher.
"Commit to learning. Commit to code."
Request Early Access
Learn more →
main.py
docs
history
1
# Unit 3 · Lists & Iteration
2
3
scores
=
[
88
,
92
,
75
,
95
,
84
]
4
total
=
0
5
6
for
score
in
scores
:
7
total
+=
score
8
9
average
=
total
/
len
(scores)
10
print
(
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