- introduction.md: (10 minutes) Go over what they want to do, Github Student Pack and environment such as Pycharm as they eat
- review.py: (5 minutes) ask what they want to do and review basic Python (string formatting, conditionals, loops, and functions)
- zip.py: (10 minutes) go over a commonly used function in CCC: zip; also there is an activity
- Try doing https://dmoj.ca/problems/ccc18s2 using zip!
- Bonus: try https://dmoj.ca/problem/ccc16j2 with zip as well
Note that each of the Python file's teaching materials can be found in the Lesson 1 repository at: https://github.com/kevinlu1248/ccc_python_lessons/tree/master/Lesson%201