Software Carpentry
Dictionaries and Error Handling

Motivation

String Formatting

Dictionaries

The Mechanics

Dictionary Methods

Counting Frequency

Formatting Strings with Dictionaries

Catching Errors

Exception Objects

Functions and Exceptions

Raising Exceptions

Assertions

Running Other Programs

Exercises

Exercise 10.1:

Suppose you wanted to sort entries with the same frequency alphabetically. What changes would you have to make to compareByFrequency?