American Young Coder

AYC logo

5pm Intro To Python – Bill

Today We: Leaned how to make a complicated polygon function Made a polygon function that only drew starting from 0,0 Fixed the function to use the parameters x,y, and color Made theRead More...

5PM – Advanced Digital Illustration

WEDNESDAY Today we continued the Sayu project. We sketched her head, face, hair, and cat hoodie. We also sketched her hand pose. Below is a review of the hand-pose feedback. You canRead More...

6PM – Intro to Python – Latisha

Today We Did: Reviewed the Quiz 1 Learned about functions without return Homework: Do pg. 130, 131 (TRY IT YOURSELF), 132 from the textbook in a file called Feb2_FunctionsWithoutReturnHomework.py NOTE: Please submitRead More...

6 PM – Coding Olympic Training

Homework Herdle Problem To use stdin: answer = [] guess = [] index = 0 for line in sys.stdin: for c in line.strip(): if index < 3: answer.append(c) else: guess.append(c) index +=Read More...

7 PM – Intro To Python – Gamas

Today We Do We learned about IF ELSE and IF ELIF ELSE statements. And we learned the difference between these two. We learned about == and != . We learned a littleRead More...

7 PM – Python Game Development

Today: We went over the homework to add the tank explosion sprite. We delayed the shield power-up creation, and created it on random empty squares. Homework: Clone Tower of Defense and checkoutRead More...