πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🔐 Data & Safety
Lesson 3 β Let Python Summarize the Data
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ Sum, maximum, average — basic statistics Python computes in one line, using lists from last unit
π¨βπ©βπ§ Notes for parents
Level: Apprentice β roughly Grade 7 / ages 12β13 Duration: 25β30 minutes Format: Write real Python in the browser (runs instantly, nothing to install) Concept: Sum, maximum, average β basic statistics Python computes in one line, using lists from last unit
Learning Objective
Kids use sum, len, max on real data lists and compute an average β connecting loop/list skills to data work.
Do It Together (Parent-Child Co-participation)
Put the numbers from last lesson's survey table into a list and have your child compute total/max/average in code β you verify with a calculator. Who's faster?