AIMA5001 Classroom
AIMA5001: Classroom¶
Source: web/demo-sources/ain2001/classroom.md → /demos/course/ain2001/classroom/.
Product¶
GitHub Classroom distributes private assignment repos; devcontainers (Codespaces or local) give every student the same Python environment, tests, and autograding hooks.
Student workspace template: aima-codespace — fork into your account and rename the repository to aima-<your-github-username>, then open it in GitHub Codespaces. It includes a .devcontainer definition and exercises/ with pytest-based tasks.
References¶
aima-codespace — fork as
aima-{username}, Codespaces + exercisesExercise starter template (within the main AIMA repo)