American Young Coder

AYC logo

3 PM – Intro To Python – Sebastian

Today We Did Reviewed previous quiz and explained answers In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC10_functions_hw Homework: From the book, try 130,Read More...

6 PM – Python OOP – Gamas

Homework Inside Dec7_GroceryShoppingCartV4.py, create a new method that would do list all frozen items when user checkout. Make sure to choose a good meaningful name for this method. Call this method fromRead More...

5:30 PM – Intro To Python – Gamas

Today We Did We continued with Turtle topic. We introduced a function draw_rectangle and made the function to have 5 parameters: x, y, width, height, color. This way the functions can beRead More...

10 AM – Intro To Python – Private – Gamas

Homework Create Dec15_Private_ForLoopInRangeHomework2.py translate this Scratch code into Python. Use for loop in range. Create Dec15_WhileLoopHomework.py Copy codes 118 to 121.    

4:30 PM – Intro To Python – Gamas

Homework These homeworks are due on 12/19 - Monday at 5 PM. Create a new python file Dec16_HowOldAreYouHomework.py Do exercises number 1 only from https://www.ayclogic.com/tell-me-your-age/ . This is an input from shellRead More...

9AM – Intro to Python – Saagar Mahadev

Today we did: Reviewed the Quiz Started graphical interfaces with Turtle like setting background color, drawing shapes, etc. Announcements No class until January 7th. Holidays for next 2 weeks. Homework In aRead More...

10 AM – Intro To Python – Indo – Gamas

Today We Did We started learning about functions without return value. We learned that function can reduce code duplication. Homework No homework and no class until January 7, 2023. Merry Christmas 2022Read More...

2 PM – Intro To Python – Sebastian

Remember, no class December 24th - December 31st! Today We Did Reviewed how functions simplify repetitive operations (can put all the print statements inside a function and only call it once!) FunctionsRead More...