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 29, 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
3
About Programming
Data Types and Variables
Debugging
Chapter 1
Chapter 2
Chapter 3
2 4 Modules and For Loops Chapter 4
3 5 Functions Chapter 5
4 6 Conditionals, Iteration Chapter 6
5 7 Exceptions and Problem Solving Chapter 7
6 8 While Loops Chapter 8
7 9 Strings Chapter 9
8 10 Lists Chapter 10
9 10 More on Lists Chapter 10
10 11 Dictionaries and Tuples Chapter 11
11 12 Classes and Objects Chapter 12
12 13 More on Classes and Objects, Inheritance Chapter 13