Ashford University Python Project Paper
Description
need to complete the python assignment.
n this phase you will provide the detail that each of the roles must perform in completing the website.
Project Manager
Provide a timeline for the various activities that need to be completed. You must include a start date and end date. Each individual activity should have its own start and end date. Indicate which activities can be done in parallel and which activities must end before another activity can start. The following is an example on how to start this. Try to be realistic in the assignment of dates:
Description |
Start Date |
End Date |
Dependencies |
Project Duration |
1/1/2019 |
12/31/2020 |
|
Initial Meeting |
1/2/2019 |
1/31/2019 |
None |
Web Design |
4/1/2019 |
10/31/2019 |
Database tables defined |
Database Analyst
Provide an overview of the data that will need to be captured. This can be in table format, listing the variable name, the data type, and any restrictions on the data. The following is an example of the expectations for this part:
Table Name |
Variable |
DataType |
Restrictions |
Employee |
EmpName |
String |
None |
Employee |
ExpensesAllowed |
Boolean |
Only Yes or No values |
Expenses |
HotelArriveDate |
Date |
Valid date |
Expenses |
HotelDepartDate |
Date |
Valid date, greater than arrival date |
Developer
Provide the detail for the website. At a minimum, this should include the number of pages in the site and what data should be on each page. You must also include an overview of the Python functions needed to complete the functionality of the site. While no code will be required, you will need to provide the function signature, the parameters being passed in (if any), and a brief description of what the function will accomplish. Below is an example for this part:
def parking(days):
Calculates the maximum allowance for parking fees using MAX_DAILY_FEE * days
Gets the parking fees from the user
Adds the parking fees to totalExpenses (a global variable used for keeping track of the total amount spent by the traveller).
Determines if the parking fees exceed the allowed amount.
Returns the allowable parking fees
We offer the best custom essay writing services at an affordable rate. We have done this assignment before, we can also do it for you.