Skip to content

Commit 425e28f

Browse files
travisjneumanclaude
andcommitted
docs: sync README badges and counts to filesystem audit (251 → 274 projects)
Update badges, inline counts, and CLAUDE.md to match verified filesystem: 274 projects, 34 concept guides, 248 walkthroughs, 58 flashcard decks, 9 cheatsheets, 7 browser exercises. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 36dceb1 commit 425e28f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## What This Repo Is
66

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.
88

99
## Learner Context
1010

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<p align="center">
88
<img src="https://img.shields.io/badge/Python-3.11+-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python 3.11+">
9-
<img src="https://img.shields.io/badge/Projects-251-2ea44f?style=for-the-badge" alt="251 Projects">
9+
<img src="https://img.shields.io/badge/Projects-274-2ea44f?style=for-the-badge" alt="274 Projects">
1010
<img src="https://img.shields.io/badge/Levels-13-ff6f00?style=for-the-badge" alt="13 Levels">
11-
<img src="https://img.shields.io/badge/Concept_Guides-35-7c4dff?style=for-the-badge" alt="35 Concept Guides">
11+
<img src="https://img.shields.io/badge/Concept_Guides-34-7c4dff?style=for-the-badge" alt="34 Concept Guides">
1212
<img src="https://img.shields.io/badge/Quizzes-34-e53935?style=for-the-badge" alt="34 Quizzes">
13-
<img src="https://img.shields.io/badge/Walkthroughs-51-00bcd4?style=for-the-badge" alt="51 Walkthroughs">
13+
<img src="https://img.shields.io/badge/Walkthroughs-248-00bcd4?style=for-the-badge" alt="248 Walkthroughs">
1414
<img src="https://img.shields.io/badge/Diagrams-36-ff9800?style=for-the-badge" alt="36 Diagrams">
1515
<img src="https://img.shields.io/badge/Video_Guides-40-c62828?style=for-the-badge" alt="40 Video Guides">
1616
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue?style=for-the-badge" alt="MIT License"></a>
@@ -33,15 +33,15 @@ Python wasn't one of them. I'd read about it, used it for the occasional script,
3333

3434
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.
3535

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.**
3737

3838
---
3939

4040
## What Makes This Different
4141

4242
**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.
4343

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.
4545

4646
**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.
4747

@@ -100,7 +100,7 @@ The curriculum is a straight line from zero experience to production-grade engin
100100
| **Elite Track** | Curriculum 16-50 | Architecture, observability, resilience, security, cost modeling | 10 projects |
101101
| **Expansion Modules** | 12 modules | Web scraping through cloud deployment — real libraries, real tools | 56 projects |
102102

103-
**Total: 251 projects across 13 levels and 12 technology modules.**
103+
**Total: 274 projects across 13 levels and 12 technology modules.**
104104

105105
See the full [Curriculum Map](./CURRICULUM_MAP.md) for a dependency diagram and every project listed at a glance.
106106

@@ -169,7 +169,7 @@ Twelve self-contained technology modules. Each one teaches a real Python library
169169

170170
## Concept Guides & Practice Tools
171171

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).
173173

174174
**34 quizzes** — one per concept guide. Run them from the terminal:
175175
```bash

0 commit comments

Comments
 (0)