Python: How to approach writing a program -


i'm new programming , unsure how go approaching problem. i'm not asking code, point me in right direction keywords can google how code problem.

problem: (to put simply) own business requires amount of skilled workers.

2 - foreman (can job of below) 4 - equipment operators (can job below except foreman) 10 - laborers

each day need @ least 1 foreman, 2 equipment operators , 6 laborers on job site. have of these workers on contract , leave @ predetermined amount of time.

i create program forecasts/projects workforce shortages based on dates workers leaving. ie: june show 10% below normal staffing , show short foreman , 3 laborers.

i hope i've explained enough , know there other variables, need point in right direction on how approach , programming methods implement it.

thank valued input.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -