Python Programming

Department of Computing, Imperial College London

home

Python for C++ Programmers

  • Chapter 1: Introduction
  • Chapter 2: Basic data types
  • Chapter 3: Variables and operators
  • Chapter 4: Sequence types
  • Chapter 5: Sets and dictionaries
    • [5.1] Sets
    • [5.2] When are sets useful?
    • [5.3] Set operations
    • [5.4] Set methods
    • [5.5] Dictionaries
    • [5.6] Retrieving from dictionaries
    • [5.7] Dictionary methods
    • [5.8] Grouping data with dict
  • Chapter 6: Control flow
  • Chapter 7: Functions
  • Chapter 8: Object-oriented programming
  • Chapter 9: Modules
  • Chapter 10: Files

Chapter 5

Sets and dictionaries

Rough estimated time needed
30-45 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London