Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
3507792ca5
My latest progress is figuring out what I want my project to be about. My idea of finding a good topic is something that needs to have meaning to me and what I chose is the relationship between mental health and social media usage. I wrote my plan of how I will use this project to gather data about mental health and social media usage across various categories.
b6eb4ea7ef
I replaced all the raise NotImplementedError() lines with working code that loops through the list of dictionaries to find names, emails, and favorite colors, counts people and colors, and creates a dictionary showing how many people like each color.
6830422dcc
For this final checkpoint, I finished the draw_axes(data) and implemented ticks so that plot has clear coordinate reference. The draw_points() function was also finsihed with the use of the no_delay() function which allowed the function to display the points, and done() was used to make the scatter plot visible.
6966760b2b
My third commit will consist of my third round of changes. What has changed during my third commit were my functions. In this attempt I was given feedback to consider how can I add more parameters or loops to my existing code. I did both by adding customizable parameters to allow a house and sun of any color. I also added a for loop that gives me three houses of different color instead of one.
eaf4735298
My second commit will consist of my second round of changes. What has changed is my functions in drawing.py and shapes.py have been updated to show a house and sun. My idea for the project proposal has also changed, only a minor change.
f57b440ba0
My first commit will consist of my first milestone. Not necessarily what has been changed but what has been thought. My idea for this project was to create a house and a snowball but soon began to feel less confident with the ability to animate it. So then, I came to the conclusion that I will create a house and a rising sun for my project proposal.
be8b7f2ae8
The letters A, D, L, and P were adjusted so all the lines fit inside the 8x8 grid. The code for letter A had to be changed in order for the middle crossbar to be perfectly centered and the diagnols of D nearly fit within the square.
49db8a57a8
A few changes I did in tile.py was I added color to my draw_tile() function and added a sqwiggle to make my tile unique. This made a cross pattern tile with a sqwiggle inside the tile.
474b5cf9f0
I implemented the missing functions by replacing the pass statements with for loops that use range and step sizes. This allows print_even_numbers, print_odd_numbers, and print_multiples_of_five correctly.
43d3315af6
I replaced the four repeated forward and right command with a for-loop that iterates over a list of sides, so each command is written only once while still drawing the same square