Python Programming

Department of Computing | Imperial College London

book

Lesson 7

Objects and Dictionaries

  • Chapter 1: Introduction
  • Chapter 2: Object Identity
  • Chapter 3: Object methods
    • [3.1] Object methods
    • [3.2] String methods
    • [3.3] Palindrome revisited
    • [3.4] Caesar cipher
    • [3.5] List methods
    • [3.6] Parenthesis checking
    • [3.7] Object methods
  • Chapter 4: Dictionaries
  • Chapter 5: Application of dictionaries
  • Chapter 6: Recursion
  • Chapter 7: Exception handling
  • Chapter 8: Robots and remote clones
  • Chapter 9: Summary

Chapter 3

Object methods

Take an object. Do something to it. Do something else to it.
Jasper Johns

Rough estimated time needed
45-60 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London