Developed a website project as part of udacity machine learning foundation course
Media.py
Added details of movie like title , story_line, poster url , trailer url
function show_trailer opens up link to the trailer in new browser.
entertainment_center.py
Here we create a new instance of Movie using constructor of Movie class.
We created a list of movies using the movies list.
Finally, the web page program is initiatied by passing the movies list to the fresh_tomatoes function open_movies_page.