Python Programming

Department of Computing | Imperial College London

book

Lesson 9

No Object is an Island

  • Chapter 1: Introduction
  • Chapter 2: Object interaction
  • Chapter 3: Refactor your robot!
  • Chapter 4: More iterable objects
    • [4.1] enumerate
    • [4.2] enumerate Exercise
    • [4.3] zip
    • [4.4] zip Exercise
  • Chapter 5: List comprehension
  • Chapter 6: JSON files
  • Chapter 7: More classes for your robot!
  • Chapter 8: Python packages
  • Chapter 9: Exception handling
  • Chapter 10: Summary

Chapter 4

More iterable objects

Let's take a break from refactoring and introduce you to some useful Python objects to use with your for loops...

Rough estimated time needed
20-30 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London