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
  • Chapter 9: The PEP 8 style guide
    • [9.1] PEP-8 Style Guide
    • [9.2] Whitespace around operators
    • [9.3] Line length
    • [9.4] Breaking expressions and strings
    • [9.5] Breaking conditions
    • [9.6] True or False equality in conditions
    • [9.7] PyCodeStyle
  • Chapter 10: Summary

Chapter 9

The PEP 8 style guide

via GIPHY

Rough estimated time needed
10 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London