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
  • Chapter 4: Dictionaries
  • Chapter 5: Application of dictionaries
    • [5.1] Employee database
    • [5.2] Querying the employee database
    • [5.3] Dictionaries as an object structure
    • [5.4] Filtering the employees
    • [5.5] Indexing the employees
    • [5.6] Translation lookup tables
  • Chapter 6: Recursion
  • Chapter 7: Exception handling
  • Chapter 8: Robots and remote clones
  • Chapter 9: Summary

Chapter 5

Application of dictionaries

Rough estimated time needed
45-60 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London