Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment: Database Application with Web & Native Interfaces Web Application Native Application CRUD Operations DataBase System . Choose a relevant, practical problem that can be

image text in transcribed
Assignment: Database Application with Web & Native Interfaces Web Application Native Application CRUD Operations DataBase System . Choose a relevant, practical problem that can be solved using Python programming language and database system. Applications that fall under this category, are including (but not limited): Online price tracking and comparison Online ordering system Related to your FYP/IDP projects - Note: Some of the FYP/IDP projects may readily be implemented as KIX3004 Assignment, but some may need to add other missing components (eg: DataBase, GUI, and Web UI) to be considered as KIX3004 Assignment. If you are not sure, please consult me. . The application is backed by a database system, which support , among other things, basic CRUD (Create, Read, Update, and Delete) database operations. The application could/should also include/show analytical data (as result of analysis from the raw data collected in the database system). . Two types of applications are to be developed, which serve as front-ends to the back-end database system. The set of operations supported/provided by those two applications should be the same, just differ only by how user interacts with the system (via different user interfaces). Native Application - Graphical User Interface (GUI) application, which is running on the user's desktop/laptop. Web Application - Application which is running on and accessible via any web browser (eg: Google Chrome, Mozilla Firefox, Microsoft Internet Explorer, Apple Safari, etc) . Below are related Python modules than can be used in this project. You are, of course, welcome to explore and use other Python modules beside the ones listed here. Related Python Modules Web Application Flask, Django Native PyQT Application Database System SQLAlchemy

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions

Question

2. Provide recommendations for effective on-the-job training.

Answered: 1 week ago