WSQ17 – The Movies

Background

In this last assignment we are going to combine our work with files with dictionaries. Dictionaries are mappings from a key to a value. In this case the key will be a string (the movie title) and the value with be a list (or set perhaps) of strings (actor names).

What to Do

The details of the assignment can be found at the following URL, I should pull some of that description over here (note that the material on the authors’ page is indeed Creative Commons license CC-BY 3.0 as is mine) . *NOTE* that these assignments are based on Python2 syntax and you will need to modify them to run with Python3.

Assignment directory, you will need to use the “txt” file and read the instructions in the pdf file. http://www.cse.msu.edu/~cse231/PracticeOfComputingUsingPython/06_Dictionaries/Movies/

The authors’ page is also a good source for more Python programming assignments http://www.cse.msu.edu/~cse231/PracticeOfComputingUsingPython/

What to Submit

As usual, create a blog post explaining what you did, where you found resources (books, videos, web pages, friends) to help you solve this. Remember to put the tag #WSQ17 on your post so our blog hub picks that up.

You should include your code as a link to GitHub.

And of course, leave any questions here as well as asking those questions on Twitter with the hashtag #TC1014 so we all see your question posted there.

CC BY 4.0 WSQ17 – The Movies by Ken Bauer is licensed under a Creative Commons Attribution 4.0 International License.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.