August
Week 1
Tuesday 24 August
- course logistics
- introduction to Python
- Team Task #1: Python IDE loaded
Thursday 26 August
- introduction to Python continued
- Partner Task #1: getting input from user
- Individual Task #1: Aerobics
Week 2
Tuesday 31 August
- conditionals (==, !=, <, >, <=, >=) and ‘and’ and ‘or’
- embedded ifs
- how we represent blocks of code
- paths taken