In the previous lesson, you mastered how to filter elements of a sequence. In this lesson, you’ll learn about a variety of operations you can perform on lists. You’ll discover different approaches to sorting the items of a sequence. Also, you’ll learn how to produce a text representation for it. Finally, you’ll see how to restructure your list into a dictionary-like structure that groups elements with common features. In the capstone, you’ll use these operations to rank the films in the movies data set and display your data analysis in a human-readable form.
In this unit, you have developed a software program to manage an address book to represent each contact.