You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## What This Repo Is
6
6
7
-
A comprehensive, multi-modal Python curriculum: zero tech experience to world-class full-stack mastery. Contains 50+ sequenced documents, 251 hands-on projects across 13 levels + 12 technology modules, 36 Mermaid diagrams, 40 curated video resource pages, 51 step-by-step walkthroughs, 248 annotated solutions, 34 quizzes, 24 flashcard decks, 8 browser exercises, CI validation tooling, and a personalized study plan generator. Every concept and project has a "Learn Your Way" modality hub linking all available learning formats.
7
+
A comprehensive, multi-modal Python curriculum: zero tech experience to world-class full-stack mastery. Contains 47 sequenced documents, 274 hands-on projects across 13 levels + 12 technology modules, 36 Mermaid diagrams, 40 curated video resource pages, 248 annotated solution walkthroughs, 34 concept guides, 34 quizzes, 58 flashcard decks, 7 browser exercises, 9 cheatsheets, CI validation tooling, and a personalized study plan generator. Every concept and project has a "Learn Your Way" modality hub linking all available learning formats.
@@ -33,15 +33,15 @@ Python wasn't one of them. I'd read about it, used it for the occasional script,
33
33
34
34
So I built the curriculum I wished existed. Then I open-sourced it, because if it helps me learn Python, maybe it helps you too.
35
35
36
-
**This is a complete, hands-on Python curriculum. From "what is a terminal?" to deploying production applications. 251 projects. Every learning style supported. Go at your own pace.**
36
+
**This is a complete, hands-on Python curriculum. From "what is a terminal?" to deploying production applications. 274 projects. Every learning style supported. Go at your own pace.**
37
37
38
38
---
39
39
40
40
## What Makes This Different
41
41
42
42
**Every learning style is first-class.** Read concepts, build projects, watch walkthroughs, test with quizzes, review with flashcards, visualize with diagrams, or try code in the browser — all following the same path. However you learn best, there's a way through this curriculum for you.
43
43
44
-
**You build real things.**251 projects, not toy examples. Every project has tests, starter code, and challenges that force you past copy-paste into actual understanding.
44
+
**You build real things.**274 projects, not toy examples. Every project has tests, starter code, and challenges that force you past copy-paste into actual understanding.
45
45
46
46
**You go at your own pace.** This isn't a bootcamp with deadlines. Follow the click chain, take breaks, come back. The spaced repetition system tracks what you've forgotten so you can review efficiently.
47
47
@@ -100,7 +100,7 @@ The curriculum is a straight line from zero experience to production-grade engin
|**Expansion Modules**| 12 modules | Web scraping through cloud deployment — real libraries, real tools | 56 projects |
102
102
103
-
**Total: 251 projects across 13 levels and 12 technology modules.**
103
+
**Total: 274 projects across 13 levels and 12 technology modules.**
104
104
105
105
See the full [Curriculum Map](./CURRICULUM_MAP.md) for a dependency diagram and every project listed at a glance.
106
106
@@ -169,7 +169,7 @@ Twelve self-contained technology modules. Each one teaches a real Python library
169
169
170
170
## Concept Guides & Practice Tools
171
171
172
-
**35 concept guides** explain core ideas in plain language — from variables and loops through decorators, async/await, and security. Most have matching quizzes. See the [full concept index](./concepts/README.md).
172
+
**34 concept guides** explain core ideas in plain language — from variables and loops through decorators, async/await, and security. Most have matching quizzes. See the [full concept index](./concepts/README.md).
173
173
174
174
**34 quizzes** — one per concept guide. Run them from the terminal:
0 commit comments