Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
AnnaHey edited this page Sep 25, 2017 · 41 revisions

This wiki is meant to contain various content related to Unit 1 of the LC101 curriculum. These should primarily related to the content of Unit 1 as laid out in LaunchCode's fork of How to Think Like a Computer Scientist - Learning Python.

Class # Thinkcspy Chapters Topics Learning Objectives
1 1, 2 About programming, data and variables Chapter 1
Chapter 2
2 3, 4 Debugging, modules, for loops Chapter 3
Chapter 4
3 5 Functions Chapter 5
4 6 Conditionals, iteration Chapter 6
5 7 Exceptions Chapter 7
6 8 While Loops Chapter 8
7 10 Strings Chapter 9
8 11 Lists, continued Class 8 Objectives
9 12 Dictionaries Class 9 Objectives
10 13 Classes and objects Class 10 Objectives
11 14 More on classes, inheritance Class 11 Objectives
12 None n/a Class 12 Objectives