This video demonstration will help students complete Exercise 12.1 from Murach's Python Programming textbook. It demonstrates working with Python dictionaries to store data about a book catalog. This particular video will walk through the existing functions - show, add, edit, and delete. Students will create a list_books function to allow the program user to view information about all the books stored in the dictionary.