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
    • [3.1] Updating values in a list
    • [3.2] Adding to and deleting from list
    • [3.3] Applied exercise
    • [3.4] List operators
    • [3.5] List membership operator
  • 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
  • Chapter 10: Sequences style guide
  • Chapter 11: Summary

Chapter 3

More on lists

Rough estimated time needed
20-30 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London