Question: Assignment: Database Application with Web & Native Interfaces Web Application Native Application CRUD Operations DataBase System . Choose a relevant, practical problem that can be
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
Get step-by-step solutions from verified subject matter experts
