anumsh / Movie-Website-Nanodegree-Project

The Website consists of server-side code to store a list of movies details(title,description,trailer,images).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Trailer Website

...The Movie Trailer Website project consists of server-side code to store a list of movies titles, along with its respective images and trailer links and movie trailer website. The data should be served as a web page allowing visitors to review the movies and watch the trailers.

Installation

Syntax and Examples

  1. import module name/filename. for example : import webbrowser

  2. def functionname(argument1,argument2, ..):

write code

for example : def sum(a,b): ''' write code '''

print sum(10,20)

  1. Inheritance: Class Parent(): """ write the code

""" Class Child(Parent): """ write the code

""" 4. creating Instances: anu = Child()

  1. Make a list movies = [m1,m2,m3,m4,m5]

Resources

#License

This content of repository is licenced under © 2011–2016 Udacity, Inc.

About

The Website consists of server-side code to store a list of movies details(title,description,trailer,images).


Languages

Language:Python 76.3%Language:HTML 23.7%