Question
The Final Project for this course is an accumulation of previous weeks' assignments in which you will utilize all of the skills you have acquired
The Final Project for this course is an accumulation of previous weeks' assignments in which you will utilize all of the skills you have acquired in this course to develop an employee management system using Python programming language. In each week of the course, you created various functionalities of an employee management system. Now you will combine all the functionalities you have developed into one single application.
Your work will reflect on what you have learned about computer programming during this course, including topics such as variables and expressions, data type, and branching, loops and functions, list and dictionary, exception and files.
You must include the following components in your Employee Management System:
Employee Management System - Functionality 1
In Week 1, you developed the first functionality for the employee management system. You wrote a Python script to allow users to enter the following string values: employeeName, employeeSSN*, employeePhone, employeeEmail, and employeeSalary.
Employee Management System - Functionality 2
In Week 2, you developed the second functionality of the employee management system in which you allowed users to enter information for five employees at the same time.
Employee Management System - Functionality 3
In Week 3, you developed the third functionality of the employee management system. You made use of looping to allow your Python script to run constantly. You then separated functionality 1 into two functionalities - "Add Employee" and "View all Employees". Finally, you utilized global variables to develop a counter that keeps track of the number of employees in the system.
Employee Management System - Functionality 4
In Week 4, you developed the fourth functionality of the employee management system. You improved the "View all Employees" functionality that was developed in Week 3 and added two new functionalities to your employee management system - "Search employee by SSN" and "Edit employee information."
Employee Management System - Functionality 5
In Week 5, you added two new functionalities to your Employee Management System - "Export employees' information to text file" and "Import employee's information from text file."
Final Deliverable
You will now combine all the functionalities you have developed into one single application. Explain the steps you took to combine all of the functions into one single application, and provide a screen shot of the final Employee Management System.
The end product should look similar to the following:
------------------------ Employee Management System ---------------------------
There are ( 5 ) employees in the system.
-------------------------------------------------------------------------------------------
- Add new employee
- View all employees
- Search employee by SSN
- Edit employee information
- Export employees' information into a text file
- Import employees' information from a text file
-------------------------------------------------------------------------------------------
Please enter your option number:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started