generated from mwc/lab_weather
All 3 systems (functions, programs, and distributed services) all rely on taking arguments/inputs (whether simple or complex) and passing them through computer code to give some type of output. Also each level relies on the previous level, so programs contain functions, and distributed services contain programs which contain unctions. The biggest difference is the scale on which they are used, functions being the smallest and distributed services being the largest. |
||
---|---|---|
weather | ||
.commit_template | ||
.gitignore | ||
friend_functions.py | ||
globalize_weather.sh | ||
people.py | ||
poetry.lock | ||
pyproject.toml | ||
test_friend_functions.py |