seed: curriculum content
This commit is contained in:
27
1.solar-system/2.first-light/0.index.md
Normal file
27
1.solar-system/2.first-light/0.index.md
Normal 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.
|
||||
Reference in New Issue
Block a user