Go to file
Seoyeon Lee a20495c5fd It was too hard! It was really hard to understand what I was doing, and I had to stop multiple times. For example, I was not sure what constants.PLOT_WIDTH was. It took lots of time for me to understand I just read from the class website as well, and why we need certain codes that were provided by our professor. Sometimes, when something is already given, and I understand that it is easy to just use it, but it might make a student feel very uncertain about what we are doing in every step. I also had some struggle when I realize that I also need to have turtle scales, I named them as turtle_x and turtle_y. I thought turtle is a point, and why it needs a scale again since turtle is just a point (this is how I thought intially), I don't think we need to consider any scale, but I had to recall how we used 'forward whatever number, like forward 40' when we draw things with turtle, so I was able to accept that idea that we also need to consider a new scale for the turtle. It was very very hard. Hum, I don't think this is top-bottom process work, even though check point 1 was very top to bottom, but what we did with coding, there are many little peices needs to be done and all of them were put together to complete work. However, even though the top to bottom work should be designed with some consideration of the opposite, bottom to top, I think it is more like what is the more emphasized for each project or task, we often work on top to bottom and bottom to top together simultaneously, maybe it's just me? But I don't see myself to seperate one from another completely to do any work either it is math work or computer sicence or getting a quick grocery for a dinner party. Human brain and mind are not like computer, so shouldn't we use top to bottom and bottom to top together at the same time? Another Program? My brain hearts now, so I don't know. When I see the scatter plot image on my computer screen, I was wondering if I can do box and whisker using python program. Is it possible? :) Excel is doing a job, but scales are not so great. The represenation on the paper is not always pretty, sometimes there are so many emphty spaces around the box and whiskers. Maybe python will give me more felxibility to what parts I want to show only as a final result. 2024-10-12 21:18:55 -04:00
.commit_template Initial commit 2024-08-28 15:02:48 +00:00
.gitignore Initial commit 2024-08-28 15:02:48 +00:00
constants.py Initial commit 2024-08-28 15:02:48 +00:00
generate_data.py Initial commit 2024-08-28 15:02:48 +00:00
planning_scatter.md Initial commit 2024-08-28 15:02:48 +00:00
plotting.py Initial commit 2024-08-28 15:02:48 +00:00
poetry.lock Initial commit 2024-08-28 15:02:48 +00:00
pyproject.toml Initial commit 2024-08-28 15:02:48 +00:00
scatterplot.py It was too hard! It was really hard to understand what I was doing, and I had to stop multiple times. For example, I was not sure what constants.PLOT_WIDTH was. It took lots of time for me to understand I just read from the class website as well, and why we need certain codes that were provided by our professor. Sometimes, when something is already given, and I understand that it is easy to just use it, but it might make a student feel very uncertain about what we are doing in every step. I also had some struggle when I realize that I also need to have turtle scales, I named them as turtle_x and turtle_y. I thought turtle is a point, and why it needs a scale again since turtle is just a point (this is how I thought intially), I don't think we need to consider any scale, but I had to recall how we used 'forward whatever number, like forward 40' when we draw things with turtle, so I was able to accept that idea that we also need to consider a new scale for the turtle. It was very very hard. Hum, I don't think this is top-bottom process work, even though check point 1 was very top to bottom, but what we did with coding, there are many little peices needs to be done and all of them were put together to complete work. However, even though the top to bottom work should be designed with some consideration of the opposite, bottom to top, I think it is more like what is the more emphasized for each project or task, we often work on top to bottom and bottom to top together simultaneously, maybe it's just me? But I don't see myself to seperate one from another completely to do any work either it is math work or computer sicence or getting a quick grocery for a dinner party. Human brain and mind are not like computer, so shouldn't we use top to bottom and bottom to top together at the same time? Another Program? My brain hearts now, so I don't know. When I see the scatter plot image on my computer screen, I was wondering if I can do box and whisker using python program. Is it possible? :) Excel is doing a job, but scales are not so great. The represenation on the paper is not always pretty, sometimes there are so many emphty spaces around the box and whiskers. Maybe python will give me more felxibility to what parts I want to show only as a final result. 2024-10-12 21:18:55 -04:00
test_transform.py Initial commit 2024-08-28 15:02:48 +00:00
ticks.py Initial commit 2024-08-28 15:02:48 +00:00
transform.py I forgot to submit checkpoint 2 reflection earlier. I am not sure what kind of thinking I am doing. Top to bottom vs bottom to top? I kept trying to thinking which one I am using while I am working on checkpoint 2 assignment questions, but I still don't know. I intially thought it is top to bottom, but at the end of the work, bottom to top would be more reasonable apporach. I was continuously thinking of why we would need 'ratio' or 'scale', and it was very difficult to figure ratio and scale at first, and I made many mistakes. Once I think of the whole reason why we would need to use those concepts and how those ideas would be used on the computer screen monitor to create scatter plot, it gets more easier to understand the whole process or reason I need to learn. This is the assignment I talked to many people. I didn't do the work with them, but I asked many questions. The questions was not necessary about what to type, but I had many why questions. There were many metaphors used in their explanation, which I thought intersting. 2024-10-12 19:47:07 -04:00