Go to file
grace-xing6 99ffa70267 updated scatterplot
I initially approached the problem using my own thought process, but after getting stuck, I referred back to the website code. Once I saw the provided code and its logic, I understood why it was written that way. However, I don’t feel confident that I could write the same code on my own if I encountered a similar problem in the future.

I used AI to help me finish the codes cause I don't want to stuck on it too much. I think I need to discuss with my group to better understand the codes.

Another challenge I faced is that, unlike a drawing project where you can try things step by step and get immediate visual feedback to identify mistakes, this task requires completing everything before checking if it works. This makes me feel less confident because I don’t get direct feedback during the process.

I'm wondering how AI could help in coding for new learners.
2024-10-06 11:18:17 -04:00
.commit_template Initial commit 2024-08-29 18:09:38 +00:00
.gitignore Initial commit 2024-08-29 18:09:38 +00:00
constants.py Initial commit 2024-08-29 18:09:38 +00:00
generate_data.py Initial commit 2024-08-29 18:09:38 +00:00
planning_scatter.md update of planning_scatter 2024-10-02 10:46:12 -04:00
plotting.py Initial commit 2024-08-29 18:09:38 +00:00
poetry.lock Initial commit 2024-08-29 18:09:38 +00:00
pyproject.toml Initial commit 2024-08-29 18:09:38 +00:00
scatterplot.py updated scatterplot 2024-10-06 11:18:17 -04:00
test_transform.py Initial commit 2024-08-29 18:09:38 +00:00
ticks.py Initial commit 2024-08-29 18:09:38 +00:00
transform.py updated transform 2024-10-03 22:38:46 -04:00