Go to file
Cory Dean Chung 64d870d280 Checkpoint 3: I completed scatterplot.py
I think it went well. I think I understood how everything fit
together. As I was working, I was thinking that I could really do
this assignment without looking at plotting.py and ticks.py because
of how the steps were broken down, and I'd probably still get an
understanding of using functions to break down problems. In some
ways, I appreciated having plotting.py and ticks.py made for me,
because it kept the focus on breaking down problems as opposed to
focusing on writing all the minutia (like flyto) from scratch. of
course, I did look through them! I wasn't thinking about other
programs I could write--I suppose I'm just focused on the programs
I have to write at the moment, to be honest. I think once I'm caught
up with assignments and have time to plan new curricular materials,
I'll be able to keep the idea of this lab in mind. Given my
background as a math teacher, I imagine I'd want to do other data
visualization tasks.
2023-08-12 18:49:49 -04:00
.commit_template Initial commit 2023-08-01 12:28:28 +00:00
.gitignore Initial commit 2023-08-01 12:28:28 +00:00
constants.py Initial commit 2023-08-01 12:28:28 +00:00
generate_data.py Initial commit 2023-08-01 12:28:28 +00:00
planning_scatter.md I completed checkpoint 1. 2023-08-11 21:19:17 -04:00
plotting.py Initial commit 2023-08-01 12:28:28 +00:00
poetry.lock I completed checkpoint 1. 2023-08-11 21:19:17 -04:00
pyproject.toml Initial commit 2023-08-01 12:28:28 +00:00
scatterplot.py Checkpoint 3: I completed scatterplot.py 2023-08-12 18:49:49 -04:00
test_transform.py Checkpoint 2: I wrote functions for transform.py 2023-08-12 17:41:49 -04:00
ticks.py Initial commit 2023-08-01 12:28:28 +00:00
transform.py Checkpoint 2: I wrote functions for transform.py 2023-08-12 17:41:49 -04:00