The server-side code is written in Python and the data is then served to a web page using HTML, CSS.
A Python program that produces the HTML for a movie website that displays a number of movies. Click on a movie poster to play its trailer.
Download the project zip file to you computer and unzip the file. Or clone this repository to your desktop.
Open the text-based interface for your operating system (e.g. the terminal window in Linux, the command prompt in Windows).
Navigate to the project directory and type in the following command:
python media.py
Your default browser should launch a new tab displaying the movie trailer website.