American Young Coder

AYC logo

5:30 PM – Intro To Python – AlexW / Gamas

Today We Did We did Dec1_TurtleBasic.py. We drew a Square shape with a Turtle module. We created draw_square(color) function. Homework Create Dec1_Turtle4ShapesHomework.py And do exercises according to https://www.ayclogic.com/draw-4-shapes-using-turtle-module/

6 PM – Devan Catchup – Alex Lee

Homework: Create a new project called Dec1_WhileLoopHomework and the instructions are given here https://www.ayclogic.com/java-exercise-while-loop/

7 PM – Intro To Java – Alex

Today We Did: We continued with the SchoolSystem project. Learned how to create a Student class, with a constructor along with getters and setters. Also created the listStudents and started the findStudent.Read More...

7PM – OOP Python – Latisha

Today We Did Continued working on Grocery System with Class Homework Add a new attribute to GroceryItem called frozen_food which is a Boolean  If frozen_food is True for an item, when printingRead More...