American Young Coder

AYC logo

6:00 PM – Intro to Python – Juan

Today We Did Reviewed creating lists and accessing list items using index. Learned about adding to a list using: append, insert Removing from a list: pop, remove, del In case you needRead More...

6 PM – Python OOP – Gamas

Today We Did We continued with Monster Inheritance. We added Adventure Menu: Magic Attack and Sword Attack. When the user choose "Sword Attack" the monster, the player will damage the monster withRead More...

6:30 PM – Intro To Python – Sebastian

Today We Did Reviewed questions similar to those on the quiz In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR22_quiz_review_hw, please submit by nextRead More...

9 AM – Indo – Intro To Python – Gamas

Homework Continue in March25_Turtle_Basic.py Draw a square (white color), a rectangle (yellow color), a triangle (blue color) and an octagon (pink color) according to coordinates below.

1 PM – Android Game Dev – Gamas

Homework Continue on Tic Tac Toe game. In the activity_main.xml, change the color of the "Start Game" button from purple to blue, similar to activity_game.xml. Inside GameActivity.java use for loop to addRead More...

2 PM – Intro To Python – Sebastian

Today We Did Continued learning how to draw different shapes using Turtle Finished drawing faces (using circle function) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework NameRead More...

3 PM – Intro To Python – Sebastian

Today We Did Finished robot builder In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework MAR25_robot_addition_hw, please submit by next Friday. Homework: Add one thingRead More...

6:00 PM – Intro to Python – Juan

Today We Did Reviewed adding to a list using: append, insert Reviewed removing from a list: pop, remove, del Reviewed list access by index and modify by index. Started learning about for-loops.Read More...

5 PM – Python OOP – Gamas

Today We Did We setup Pycharm We started learning dictionary. Homework Create March28_DictionaryHW.py Copy codes from page 92 to 95. Do Try It Yourself page 99.