Commit a0cb58c
feat: implement V2 roadmap — 13 concept docs, infrastructure fixes, pedagogy improvements, scaffold diversification, community docs
Concept Docs (13 new):
- context-managers, generators, comprehensions, git-basics, security-basics
- enums, functools-itertools, testing-strategies, regex, args-kwargs
- reading-documentation, debugging-methodology, collections-deep-dive
- Updated how-loops-work (walrus operator), modern-python-tooling (3.11-3.14)
Infrastructure:
- pyproject.toml with ruff + pytest config
- CI: added pytest sample, ruff check, Python contract scripts
- Fixed callable type bug (5 files), navigation chain sync, stale grading_config
- .gitattributes, .gitignore updates, pinned MkDocs deps
- 3 new Python contract check scripts, module navigation in rebuild_navigation.py
Pedagogy:
- Worked examples in first 2-3 projects of levels 0-5 (15 READMEs)
- 4 bridge exercises at level transitions
- Recall checks in 20 project READMEs
- LEARNING_HOW_TO_LEARN.md, AI_CODE_REVIEW_CHECKLIST.md
- "Try First" prompts in 8 concept docs
- "Stuck? Ask AI" templates in 36 project READMEs
- Updated AI_USAGE_GUIDE.md with limitations + pair programming protocol
Scaffold Diversification:
- Simplified first 10 Level-0 projects to input()/print() instead of argparse
- Removed from __future__ import annotations from levels 0-1
- Varied output formats (CSV, plain text, tables) across levels 1-2
- Upgraded Pyodide to v0.27.4, added localStorage persistence
- Updated setup guide: Python 3.13+, Thonny IDE
Community:
- ACCESSIBILITY.md, 30_DAY_PYTHON_CHALLENGE.md, CREATOR_KIT.md
- REVIEW_SCHEDULE.md, updated TEACHING_GUIDE.md
- 20 GitHub issues seeded (good-first-issue, help-wanted, enhancement)
- README badges and links to new docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dbd4cc4 commit a0cb58c
File tree
133 files changed
+7683
-817
lines changed- .github/workflows
- browser
- concepts
- practice/flashcards
- projects
- level-0
- 01-terminal-hello-lab
- tests
- 02-calculator-basics
- tests
- 03-temperature-converter
- 04-yes-no-questionnaire
- tests
- 05-number-classifier
- 06-word-counter-basic
- 07-first-file-reader
- tests
- 08-string-cleaner-starter
- 09-daily-checklist-writer
- tests
- 10-duplicate-line-finder
- tests
- 12-contact-card-builder
- 13-alarm-message-generator
- 14-line-length-summarizer
- 15-level0-mini-toolkit
- level-1
- 01-input-validator-lab
- 02-password-strength-checker
- 03-unit-price-calculator
- 04-log-line-parser
- 05-csv-first-reader
- 06-simple-gradebook-engine
- 07-date-difference-helper
- 08-path-exists-checker
- 09-json-settings-loader
- 10-ticket-priority-router
- 11-command-dispatcher
- 12-file-extension-counter
- 13-batch-rename-simulator
- 14-basic-expense-tracker
- 15-level1-mini-automation
- level-2
- 01-dictionary-lookup-service
- 02-nested-data-flattener
- 03-data-cleaning-pipeline
- 04-error-safe-divider
- 05-text-report-generator
- 06-records-deduplicator
- 08-mini-inventory-engine
- level-3
- 01-package-layout-starter
- 02-cli-arguments-workbench
- 03-logging-baseline-tool
- 04-test-driven-normalizer
- 05-refactor-monolith-drill
- 06-structured-error-handler
- level-4
- 01-schema-validator-engine
- 02-excel-input-health-check
- 03-robust-csv-ingestor
- 04-data-contract-enforcer
- 05-path-safe-file-mover
- 06-backup-rotation-tool
- 09-transformation-pipeline-v1
- 14-configurable-batch-runner
- level-5
- 01-schedule-ready-script
- 02-alert-threshold-monitor
- 03-multi-file-etl-runner
- 04-config-layer-priority
- 05-plugin-style-transformer
- 06-metrics-summary-engine
- 08-cross-file-joiner
- 11-retry-backoff-runner
- level-7/01-api-query-adapter
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+7683
-817
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 42 | + | |
| 43 | + | |
50 | 44 | | |
51 | | - | |
52 | | - | |
| 45 | + | |
| 46 | + | |
53 | 47 | | |
54 | | - | |
55 | | - | |
| 48 | + | |
| 49 | + | |
56 | 50 | | |
57 | | - | |
58 | | - | |
| 51 | + | |
| 52 | + | |
59 | 53 | | |
60 | 54 | | |
61 | 55 | | |
62 | 56 | | |
63 | | - | |
64 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | | - | |
85 | | - | |
| 90 | + | |
| 91 | + | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
117 | 126 | | |
118 | 127 | | |
119 | 128 | | |
| |||
352 | 361 | | |
353 | 362 | | |
354 | 363 | | |
| 364 | + | |
355 | 365 | | |
356 | 366 | | |
357 | 367 | | |
| |||
0 commit comments