Question: I'm doing an assignment (creating an online search) using Python and TMDB database. The requirements are: A user types in the name of a movie

I'm doing an assignment (creating an online search) using Python and TMDB database. The requirements are:

A user types in the name of a movie in a text box, hitting the submit button, a search is performed on the input string in the movie database.

On the next page, display a result of all the movies that match the user's search string in the form of a table, containing a header with columns for movie name, popularity, release date, and the movie's ID. ( Hint: Refer to the examples on the tmdbsimple website. )

Add a Back link - At the bottom of the page that contains the search results, include the following code to take you back to the first page.

 html += 'Back' 

Here is what I currently have:

I'm doing an assignment (creating an online search) using Python and TMDB

import tmdbsimple as tmdb tmdb. API KEY API KEY movie tmdb Movies (400) info response movie print movie. title)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!