Python Programming

Department of Computing | Imperial College London

book

Lesson 4

Repeated Practice Makes Perfect

  • Chapter 1: Introduction
  • Chapter 2: Logical operators
  • Chapter 3: While loops
  • Chapter 4: Applied problem solving
  • Chapter 5: Breaking the flow
  • Chapter 6: More applied problems
  • Chapter 7: Enhancing your robot
  • Chapter 8: Debugging your code
    • [8.1] Debugging your code
    • [8.2] Finding the bug
    • [8.3] Debugging unexpected outputs
    • [8.4] Debugging exercise
  • Chapter 9: The PEP 8 style guide
  • Chapter 10: Summary

Chapter 8

Debugging your code

"Debugging is like being the detective in a crime movie where you are also the murderer."
Filipe Fortes (@fortes)

Rough estimated time needed
15-20 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London