Go to file
Chris Mekelburg 6fd2c1c876 Checkpoint 2
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.
2024-10-22 21:26:19 -04:00
weather Checkpoint 2 2024-10-22 21:26:19 -04:00
.commit_template Initial commit 2024-08-27 23:08:27 +00:00
.gitignore Initial commit 2024-08-27 23:08:27 +00:00
friend_functions.py made change to fix else/return None problem 2024-10-20 20:18:55 -04:00
globalize_weather.sh Initial commit 2024-08-27 23:08:27 +00:00
people.py Initial commit 2024-08-27 23:08:27 +00:00
poetry.lock Initial commit 2024-08-27 23:08:27 +00:00
pyproject.toml Add weather package 2024-10-21 10:20:49 -04:00
test_friend_functions.py Initial commit 2024-08-27 23:08:27 +00:00