American Young Coder

AYC logo

6:30 PM – Intro To Python – Latisha

Today We Do We reviewed 4 shapes homeworks We continued with RobotBuilder project, we created the rectangle function. Homework Continue with Apr13_RobotBuilder.py By creating multiple combination of rectangles with different size, coordinatesRead More...

7 PM – Intro To Python – Gamas

Today We Do We reviewed 1st quiz We started Function without return value Homework Create Apr13_FunctionNoReturnValueHomework1.py Copy code from page 130 And do exercise from page 131: TRY IT YOURSELF

5 PM – Intro To Python – Gamas

Today We Do We reviewed for loop and while loop We reviewed function without return value We reviewed function with return value. Homework Create Apr18_FunctionsExercises.py Do exercises in https://www.ayclogic.com/python-function-exercises/

7:30 AM – Intro To Python – Gamas

Today We Do We reviewed For Loop List (For Each) We learned For Loop Range We started While Loop Homework Create Apr19_WhileLoopHomework.py Copy code from page 118 to 121

6 PM – Intro To Python – Gamas

Today We Do We continued to learn how to fix Python errors. We reviewed a couple of problems from 1st quiz to prepare for next week 2nd quiz. Homework Next week isRead More...

7 PM – Intro To Python – Gamas

Today We Do We learned about function with return value. Homework Create a new python file Apr20_FunctionWithReturnValueHomework.py Copy codes from page 139. Also create a function called: convert_from_hour_to_second. One parameter: hour. ReturnRead More...

1 PM – Python Game Development

Today: We went over the homework to add the enemy sprite. We added the logic to move the enemy on the map. Homework: Create a new sprite class called "TargetPointer" which hasRead More...

6 PM – Intro To Python – Bill

Today We Do We created left_arm(x,y,color) function. Homework Create right_arm(x,y, color) function Also do last week homework: head, neck, eye balls, mouth, legs, feet.

8:30 AM – Intro To Python – Gamas

Today We Do We reviewed While Loop homeworks. We reviewed -=, +=, *= and /= We reviewed if statements vs if elif statements. Homework Create a new file Apr26_WhileLoopHomework2.py Do exercises fromRead More...

4:30 PM – Python OOP – Gamas

Today We Do We continued with MonsterInheritance project. Homework Inside your MonsterInheritance project, create car.py Copy only Car class codes from page 168 into car.py. Create electric_car.py and copy only ElectricCar classRead More...