Skip to content

Commit de24dc0

Browse files
travisjneumanclaude
andcommitted
chore: add learning materials and lab output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a95617a commit de24dc0

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__/
2+
*.py[cod]
3+
.venv/
4+
venv/
5+
.env

learning/personalized_plan.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Personalized Python Mastery Plan
2+
3+
## Learner profile
4+
- Hours/week: 8
5+
- Learning mode: hybrid
6+
- Confidence: low
7+
- Experience: zero
8+
- Goal: elite
9+
- Current stuck area: setup
10+
11+
## Starting point
12+
- Start doc: `01_ROADMAP.md`
13+
- Start projects index: `projects/level-0/README.md`
14+
- Weekly pattern: 4 sessions/week x 90-120 minutes + 1 review block
15+
16+
## Priority doc chain
17+
- `01_ROADMAP.md`
18+
- `03_SETUP_ALL_PLATFORMS.md`
19+
- `04_FOUNDATIONS.md`
20+
- `09_QUALITY_TOOLING.md`
21+
- `21_FULL_STACK_MASTERY_PATH.md`
22+
- `26_ZERO_TO_MASTER_PLAYBOOK.md`
23+
- `36_ELITE_ENGINEERING_TRACK.md`
24+
- `46_ACCESSIBILITY_AND_LEARNING_PROFILE_PLAYBOOK.md`
25+
26+
## If blocked
27+
- Re-run 03_SETUP_ALL_PLATFORMS.md from Step 1 with expected outputs.
28+
- Use one clean folder and rebuild .venv/test baseline.
29+
30+
## Execution rules
31+
- Do not skip break/fix drills.
32+
- Keep one active project at a time when behind schedule.
33+
- Re-run this diagnostic every 4 weeks.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"project_title": "Terminal Hello Lab",
3+
"project_level": 0,
4+
"project_focus": "print output, variables, and command execution basics",
5+
"total_items": 5,
6+
"unique_items": 5,
7+
"preview": [
8+
"critical_alert",
9+
"warning_alert",
10+
"site_latency_high",
11+
"cpu_utilization_spike",
12+
"disk_free_space_low"
13+
]
14+
}

0 commit comments

Comments
 (0)