Go to file
grace-xing6 e45505fe9a updated transform
The first several one went very well, I also enjoy solving the problems.
I was stuck with 6 a bit, trying to understand the meaning of it.
I took longer time on the last two tasks, my initial plan is to redefine [x,y] = value, then let it return x
Then I found that there was a problem of return a list, i asked ChatGpt's help when I was stuck on it
it gave me a great suggestions on how to fix it. It also provides a much concise way to solve the problem: return [point[0] for point in points]
 I thinl the thinking way is different especially for 6. I also think the concise coding might be better to adpot in the future
2024-10-03 22:38:46 -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 Initial commit 2024-08-29 18:09:38 +00: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