# Write a Movie Watchlist App with Python & SQL

In this section we will create our second project with Python and SQLite.

Our project will be a movie watchlist: users will be able to keep track of a movie database, as well as the movies they have watched. By the end of the section, our application will support multiple users.