Lesson 6 Dealing with Sequences of Objects Chapter 1: Introduction Chapter 2: Lists Chapter 3: More on lists Chapter 4: for loops Chapter 5: Applied problem solving Chapter 6: An army of robots Chapter 7: Tuples Chapter 8: Strings as a sequence Chapter 9: Testing and debugging [9.1] Test driven development [9.2] Test driven development example [9.3] Debugging using breakpoints Chapter 10: Sequences style guide Chapter 11: Summary Chapter 9 Testing and debugging When debugging, novices insert corrective code; experts remove defective code. Richard Pattis Rough estimated time needed15 mins