Question: Programming Languages Case Study Project requirements : Prepare the movie database program written in Python and storing data in the SQLite database with the following
Programming Languages Case Study
Project requirements :
Prepare the movie database program written in Python and storing data in the SQLite database with
the following functionality:
Three tables: movies, directors, actors with the proper relations primary and foreign keys
Added at least one index for faster search
Added the transaction support
User interface that allows for:
a Adding new movie, actor or director from the keyboard
b Modifying the selected details of the movie, actor or director
c Searching for the provided details
d Importing data from csv and Excel files
e Exporting data to csv and Excel files
Add one more functionality, like uploading the image picture of the directoractor or the
movie poster
Build the simple Webbased system to manage the data
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
