Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Not exactly a problem, but I have to do this small assignment for school and I honestly have no idea where to start? I'm learning Shell Scripting for UNIX in another class and this small Python project is throwing me off.

You had suggested a python program to automatically update, from the server’s console, the webpages’ content from the databases and we want to start the project. But, our programmers are being childish and we are having a hard time dividing up the work of the new project.

Can you please get them started; just provide the bones of the program.

You had mentioned that the program would list the three webpages that could be updated:Sales, Employee Directory, and Inventory

The program would ask which webpage to update, with the extra options of updating all or exiting out of the program

Can you please provide the beginning of the program that will list the webpages, ask the user for input on what they would like to do then set a variable (action) that will tell the program what of the 5 options to do

Our programmers will write the code for the rest of the program (the part that will actually update the pages)

Just simply write a small program that list options, ask for input from the user, and set the value of a variable the represents that input so that we might have our program for those options.

What I have tried:

I'm so confused as to where I even start...
Posted
Updated 14-Dec-17 9:34am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900