Activity 01
Pair Setup Race: Python Installation
Pairs download Python from python.org and install it step by step, following a checklist: verify version with python --version, launch IDLE, and run print('Hello, World!'). They note any errors and solutions. Pairs then help one adjacent pair if finished early.
Explain the purpose of an Integrated Development Environment (IDE) in programming.
Facilitation TipDuring Pair Setup Race, walk around to troubleshoot installation issues but avoid giving direct answers to encourage peer problem-solving.
What to look forAsk students to write down: 1) One reason why an IDE is helpful for programming. 2) The difference between an interpreter and a compiler in one sentence. 3) The Python command they used to display 'Hello, World!'.