Udacity "Intro to Programming" course Movie Website project:
The Movie Trailer Website project consists of server-side code to store a list of movies titles, along with its respective box art imagery and movie trailer website. The data should be served as a web page allowing visitors to review the movies and watch the trailers.
- Python 2.7 was used to create multiple instances of movie classes
- Python module called fresh_tomatoes.py was provided by Udacity course - this module has a function called open_movies_page
- Added additional Movie description (e.g. director) to existing code
Download Python Version 2.7xx from the official Python Homepage
Load Website by executing the following UNIX command: python entertainment_center.py