Go to file
Cory Dean Chung da2ba3566d Commit 2. I made a juggler and arranged the balls.
This took far too much time to do. What I realized about my own
work habits is not having strict due dates makes it easy for me
to procrastinate... (In good news, I'm finished with my summer
job, so I should be able to get back on track quickly.) I also
don't consider myself a creative or artistic person, so it took
a while to build any sort of momentum.

Something I hadn't anticipated was having degrees() from math
not work. I had imported the functions in the same way we had
imported those from turtle, and I had previously used degrees()
in another assignment, so I was surprised degrees() didn't
behave as I thought it would. I'm not sure what the difference
between
from math import *
and
import math
is, or what it means to say something like math.degrees, but I
ended up doing the latter and got it to work. It's interesting to
me to have all this documentation and information online while at
the same time not knowing what's immediately useful or important to
focus on, or even what I'm ready to understand and know yet.
2023-08-09 18:13:29 -04:00
__pycache__ Commit 2. I made a juggler and arranged the balls. 2023-08-09 18:13:29 -04:00
.DS_Store Commit 2. I made a juggler and arranged the balls. 2023-08-09 18:13:29 -04:00
.commit_template Initial commit 2023-07-19 20:14:09 +00:00
drawing.py Commit 2. I made a juggler and arranged the balls. 2023-08-09 18:13:29 -04:00
helper_functions.py Commit 2. I made a juggler and arranged the balls. 2023-08-09 18:13:29 -04:00
poetry.lock Commit 2. I made a juggler and arranged the balls. 2023-08-09 18:13:29 -04:00
pyproject.toml Initial commit 2023-07-19 20:14:09 +00:00