CS8, Summer 2019 Session A

Homework:

num ready? description assigned due
h00 true Perkovic Ch1 (Introduction to CS) Tue 06/25 09:30AM Tue 07/02 09:30AM
h01 true Perkovic Ch 2.1 (Expressions Variables and Assignments) 2.2 (Strings) Tue 06/25 09:30AM Tue 07/02 09:30AM
h02 true Perkovic Ch2.3 (Lists and Tuples) Tue 06/25 09:30AM Tue 07/02 09:30AM
h03 true Perkovic 2.4 (Objects and Classes) 2.5 (Python Standard Libraries) Tue 07/02 09:30AM Tue 07/09 09:30AM
h04 true Perkovic 3.1 (Python Programs) 3.2 (Execution Control Structures) Tue 07/02 09:30AM Tue 07/09 09:30AM
h05 true Perkovic 3.3 (User-Defined Functions) 3.4 (Python Variables and Assignments) 3.5 (Parameter Passing) Tue 07/02 09:30AM Tue 07/09 09:30AM
h06 true Perkovic 4.1 (Strings Revisited) 4.2 (Formatted Output) Tue 07/09 09:30AM Tue 07/16 09:30AM
h07 true Perkovic 4.3 (Files) 4.4 (Errors and Exceptions) Tue 07/09 09:30AM Tue 07/16 09:30AM
h08 true Perkovic 5.1 (Decision Control and the if Statememt) 5.2 (for Loop and Iteration Patterns) Tue 07/09 09:30AM Tue 07/16 09:30AM
h09 true Perkovic 5.3 - 5.6 (More loop patterns 2D lists while Loop) Tue 07/16 09:30AM Tue 07/23 09:30AM
h10 true Perkovic 6.3 (Character Encodings)- 6.4 (Random) Tue 07/16 09:30AM Tue 07/23 09:30AM
h11 true Review (tracing functions) Tue 07/16 09:30AM Tue 07/23 09:30AM
h12 true Perkovic 6.1 (Dictionaries) and 6.2 (Sets) Tue 07/23 09:30AM Tue 07/30 09:30AM
h13 true Perkovic 10.1 (Introduction to Recursion - up to Practice Problem 10.3) Tue 07/23 09:30AM Tue 07/30 09:30AM
Num Assigned Due Sheet ID Chapters
Week 1 Tue 06/25 Tue 07/02 h00 h01 h02 Ch 01, 2.2-2.3
Week 2 Tue 07/02 Tue 07/09 h03 h04 h05 Ch 2.4-2.5, 3.1-3.5
Week 3 Tue 07/09 Tue 07/16 h06 h07 h08 Ch 5.1-5.6
Week 4 Tue 07/16 Tue 07/23 h09 h10 h11 Ch 4.1-4.4, 6.1-6.2
Week 5 Tue 07/23 Tue 07/30 ic01 Ch 10.1-10.2