Python Programming

Department of Computing | Imperial College London

book

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
    • [5.1] The smallest number
    • [5.2] Smallest number divisible by 7
    • [5.3] Triangle list
    • [5.4] Cumulative sum
    • [5.5] Fibonacci sequence
    • [5.6] Suffixes
  • Chapter 6: An army of robots
  • Chapter 7: Tuples
  • Chapter 8: Strings as a sequence
  • Chapter 9: Testing and debugging
  • Chapter 10: Sequences style guide
  • Chapter 11: Summary

Chapter 5

Applied problem solving

Rough estimated time needed
30-45 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London