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
    • [5.1] Altering the flow of loops
    • [5.2] break
    • [5.3] Another use case for break
    • [5.4] Test your understanding
    • [5.5] Newton's method with break
    • [5.6] Newton's method (solutions)
  • Chapter 6: More applied problems
  • Chapter 7: Enhancing your robot
  • Chapter 8: Debugging your code
  • Chapter 9: The PEP 8 style guide
  • Chapter 10: Summary

Chapter 5

Breaking the flow

Creativity involves breaking out of established patterns in order to look at things in a different way.
Terry Tempest Williams, When Women Were Birds: Fifty-four Variations on Voice

Rough estimated time needed
15-20 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London