Go to file
Rebecca Hankey 8fb45591c9 I completed the functions on the friends document
to complete the tests.

I am sorry in advance, I read the prompt for the submission wrong,
I thought it said to submit once you had the functions finalized, it was only after I
worked through them all that I understood that I was supposed to submit after each function.

That being said, one thing that helps me a lot when working through this code is the feedback
from the error messages and the examples that you provide in the directions.
I am finding that I am the kind of person that has a really difficult time conceptualizing a task
unless I have an example in front of me. Once I can see what something is meant to look like, then
I can play with the tools provided and make soething meaningful.

While I am going through this process I reflect on my students and what they feel as they
learn a new process. It makes me think that there is a much needed balance between productive
struggle and showing them exactly what their product could look like, then letting them
find the solutions. So, while I worked through this section of the lab I found myself looking
online at other examples of functions that use dictionaries and lists. Once I had more
examples of what the products should look like, I was able to work my way through each function.

Again, I found myself making a handful of changes, then running the test to get feedback on my work.
Within any classroom, I think that this kind of instant feedback is really meaningful. It allows you
to know exactly what to adjust then allows you the space to get creative with the solution.

It is like a combination of math and ELA. Just the right amount of, there is one right answer, and
you can try a bunch of things, then get feedback.
2024-10-28 19:46:54 -04:00
weather Applying patch 2024-10-22 13:08:45 -04:00
.commit_template Initial commit 2024-08-29 12:32:33 +00:00
.gitignore Initial commit 2024-08-29 12:32:33 +00:00
friend_functions.py I completed the functions on the friends document 2024-10-28 19:46:54 -04:00
globalize_weather.sh Initial commit 2024-08-29 12:32:33 +00:00
people.py Initial commit 2024-08-29 12:32:33 +00:00
poetry.lock Initial commit 2024-08-29 12:32:33 +00:00
pyproject.toml Add weather package 2024-10-21 10:54:35 -04:00
test_friend_functions.py Initial commit 2024-08-29 12:32:33 +00:00