Activity 01
Gallery Walk: Code Critique
Post snippets of Python code around the room with poorly named variables and incorrect data types. Students walk around with sticky notes to suggest better variable names and identify where the data types will cause errors.
Differentiate between a text-based programming environment and a block-based one.
Facilitation TipDuring the Gallery Walk, position yourself near one group to listen for misconceptions about how Python treats data types before redirecting the whole class.
What to look forProvide students with a screenshot of a Python IDE. Ask them to label two key components (e.g., code editor, console) and write one sentence explaining the purpose of the IDE.