Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

programming language python how to create code for stock control system ? need hint your help as soon as possible thanks :) Design the functionality

programming language python how to create code for stock control system ? need hint your help as soon as possible thanks :)
image text in transcribed
Design the functionality necessary for your stock control system, including the data to be stored, and the types of data for each field. 2. Research how to use a database with Python and the necessary SQL commands you will require for accessing, populating, updating and retrieving data from your database. 3. Implement stock control that enables populating, retrieving and updating data from the database via Python 4. Develop a user interface that allows all the functionality of the stock control system to be accessed easily. 5. (Optional) Consider the possibility of products being returned and implement this in your stock control system. 6. (Optional) Modify your stock control system, such that it can be accessed from 2 locations at once (you can use two Python windows on the one computer for this), so that your stock control system could be used in a larger shop with multiple cashiers Design the functionality necessary for your stock control system, including the data to be stored, and the types of data for each field. 2. Research how to use a database with Python and the necessary SQL commands you will require for accessing, populating, updating and retrieving data from your database. 3. Implement stock control that enables populating, retrieving and updating data from the database via Python 4. Develop a user interface that allows all the functionality of the stock control system to be accessed easily. 5. (Optional) Consider the possibility of products being returned and implement this in your stock control system. 6. (Optional) Modify your stock control system, such that it can be accessed from 2 locations at once (you can use two Python windows on the one computer for this), so that your stock control system could be used in a larger shop with multiple cashiers

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

Students also viewed these Databases questions