American Young Coder

AYC logo

9AM – Intro to Python – Saagar

Today we did: Reviewed the Star Wars homework Went over using the random module in context of the Magic 8 ball problem Did some more practice with the random module and randint/choiceRead More...

9 AM – Intro To Java – Gamas

Today We Did We continued discussing Driver System practice test. Homework Continue finishing Driver System practice test. Please finish the booking feature. After user answers "Enter what time you want to leaveRead More...

10 AM – Intro To Python – Indo – Gamas

Today We Did We reviewed List For Loop homework. We do more exercise with List, For Loop and getting input from user. Homework Create Oct22_ForLoopRangeHomework.py Copy code from page 57, 58. AlsoRead More...

10:30 AM – Scratch 1 – Yitong

Today we: Made the Dog sprite start at the Block-D sprite whenever the game starts. Added the Block-B sprite. Made the Bat sprite start at the Block-B sprite whenever the game starts.Read More...

12 PM – Android Game Development – Gamas

Today We Did We made Player flaps wing animation. We started creating Bird sprite. We created FlyingCreature class and made this parent of both classes. Homework Create 2 constants in Config.java: BIRD_MIN_SPEED,Read More...

12:30 PM – Scratch 2 – Abigail

What we did today We worked on and finished the How Old are You project. Homework Do the Movie Ticket Price project Create a new project called Movie Ticket Price Add theRead More...

1 PM Intro To Java – Alex Lee

Today We Did: We continued with the Monster Inheritance project and added in the magic attack and arrow attack. Also, we learned how to use inheritance by creating the Dragon. For Homework:Read More...

2 PM – Intro To Python – Gamas

Today We Did We learned how to fix Python errors. We learned functions without return value. Homework Create Oct22_FunctionHomework.py Copy codes from page 132 to 134. Copy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fixRead More...

2 PM – Intro To Python – Sebastian

Today We Did Lots of review on if statements inside of for loops Created for loops that loop through indices Created for loops that loop through values (those are called "for eachRead More...

3 PM – Intro To Python – Sebastian

Today We Did Reviewed "for each" loops (loops through every value) Reviewed loops that loop through every index Learned how to put if statements inside of for loops Understood that variables createdRead More...

4 PM Intro To Java – Alex Lee

Today We Did: Today we reviewed the Car Dealer homework, and also went through how to create a list. We also covered, how to add and delete things from the list, alongRead More...

4PM – Python Game Development – Latisha

Today We Did Created Player Class Added Bottom Tube Homework make the player disappear when it hits a tube If you have any questions, feel free to email me at latisha@ayclogic.com

6 PM – Python OOP – Bill

Today We: Continued the BookSystem project Your HW: Create a new method called find_all_books_before_2010 You need to loop through each value in the book_dictionary and only display the books whose year isRead More...