seed: curriculum content

This commit is contained in:
2026-05-07 14:32:44 +00:00
parent 9258534803
commit ec76f4f56b
100 changed files with 2846 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
type: module
title: "First Light"
description: "Your first Python — REPL, scripts, variables, and the syntax to write small real programs."
---
# First Light
Bash and Git got you off the ground. Now we put a real programming
language in your hands. Python is small enough to learn fast and big
enough to power half the systems running in production right now.
Ten blocks. About four and a half hours.
## What You'll Do
- Print your first Python output
- Use the interactive REPL
- Run a `.py` script
- Declare variables of every basic type
- Read input from a cadet, transform it, print it back
- Write a small calculator
## Pace
About 4.5 hours. After this you'll know enough Python syntax to
write real programs in the next module.