American Young Coder

AYC logo

6 PM – Intro To Python – Darin

What We Did Today: Reviewed how to use functions with and without return value Learnt how to use the random function, using random.randint(1, 10) and random.choice( {some list} ) Created a magicRead More...

7 PM – Python OOP – Sebastian

Today We Did Reviewed how to iterate through dictionaries Searched through dictionaries to find each student name's corresponding object AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free toRead More...

6 PM – Intro to Python – Allison

Today we: Started and finished the Grocery System project Started the Robux Shopping Cart project Project Feedback: Eden: Add the text "PEASHOOTER" by using rectangles, circles, and/or polygons Make some part ofRead More...

6 PM – Intro To Python – Darin

What We Did Today: Learnt how to make half circles with the second parameter used in the circle() function. Created a kaleidoscope project using a forever loop and creating circles that moveRead More...

5 PM – Intro to Python – William

Today We Did Learned about functions with return values Converted hello(), add() functions to return a value Homework Create the following file: Jan13_FunctionsNoReturnHW.py Complete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ #7 needs a return value,Read More...

4 PM – Intro To Python – Darin

What We Did Today: Learnt about lists, how to access items from a list, and how to add/remove items from the end of a list. Learned how to use lists with printRead More...

5 PM – Python OOP – Darin

Today We Did Continued the Monster Inheritance project, where now we are able to fight the monsters by playing as a character we created by making a self.player_name and self.player_health attribute inRead More...

7 PM – Intro to Python – William

Today We Did Reviewed RobotBuilder Finished TurtleShapes Semicircle Infinite polygon generator Homework Final Project Proposal: Criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Draw your project proposals on a piece of paper by next week! Upload your proposalRead More...