American Young Coder

AYC logo

6 PM – Intro To Python – Darin

What We Did Today: Learnt how to connect different shapes together using their coordinates Learnt how to change the direction of drawing for a rectangle (using turtle.right() instead of turtle.left() ) Homework:Read More...

5 PM – Intro to Python – William

Today We Did Reviewed Python Quiz 1 Homework Finish last week's homework if you haven't already! Create the following file: Dec16_FunctionsHW2.py Copy code from pages 137 to 139 in the textbook Upload the homeworkRead More...

4 PM – Intro To Python – Darin

NO CLASS UNTIL JANUARY 9!! HAPPY HOLIDAYS! What We Did Today: Reviewed operators such as >, <, <=, >= Learnt about the difference for ==, !=, and = Learnt about and/or operators StartedRead More...

7 PM – Intro to Python – William

Today We Did Started Dec11_TurtleHW draw_rectangle Started RobotBuilder rectangle() to draw rectangles left_arm() uses rectangle() to draw the robot's left arm Homework Finish Dec11_TurtleHW.py Link: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Finish Dec18_RobotBuilder.py Draw a robot! FeelRead More...

6 PM – Intro To Python – Darin

We won't have class until January 2!!   What We Did Today: Review a little bit of the quiz Learnt about functions without return value, as well as what they are usefulRead More...

6 PM – Intro to Python – Allison

Today we: Continued learning how to draw faces Learned how to draw a polygon Learned how to draw semicircles Important Reminders: To celebrate Christmas, the school will be closed from Sunday 12/24Read More...

6 PM – Intro To Python – Darin

We Will Meet on January 4!! Happy Holidays! What We Did Today: Learnt how to make circles using t.circle() method, where we use something like t.circle(10) to make a circle of radiusRead More...

5 PM – Intro to Python – William

Today We Did Learned about functions Without parameters With 1, 2, 3 parameters Homework Create the following file: Dec16_FunctionsHW3.py Complete Try It Yourself 8-1, 8-2, 8-3, 8-5 (ignore the default value) on pages 131Read More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed how to use functions without return value Learnt how to use functions with return value with the keyword Return, that allows us to store values from aRead More...

6 PM – Intro to Python – Allison

Today we: Learned how to loop through drawing faces Learned how to draw a Kaleido spiral Homework: Important news: You can finish and submit your project early for a +5% bonus onRead More...