American Young Coder

AYC logo

3 PM – Intro To Python – Sebastian

Today We Did Review of homework Full review focusing on loops Can use for loops and while loops to do the same thing Reviewed how range() works Homework No homework this weekRead More...

5:30 PM – Intro To Python – Gamas

Homework If you have not submitted your turtle project, please upload to google drive as soon as possible. Otherwise you get some point deductions. Gamas will send feedbacks on your turtle projectRead More...

6 PM – Python OOP – Gamas

Homework Copy Oct5_GroceryShoppingCartV2.py into Nov16_GroceryShoppingCartUsingClass.py Inside this file, create a new class on the top of the file GroceryItem Inside this class, it will have 2 attributes name price Create Nov16_ClassHomeworkP167.py InsideRead More...

6 PM – Intro To Python – Sebastian

Today We Did Learned about if, elif, else Learned about how "if" starts a conditional block, and "else" ends it Learned a bunch of operators (==, !=, <, <=, >, >=) LearnedRead More...

5:30 PM – Intro To Python – Alex W.

Today We Learned the basics of working with python turtle Homework Complete the questions at the following link: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ We do not have class next week, as it is thanksgiving week

6PM – Intro to Python – Saagar Mahadev

Today we did: went over the bug fixing homework looping through strings and list using for loops and indexes, preparing for hangman started the hangman game with randomly choosing secret word, initializingRead More...

9AM – Intro to Python – Saagar Mahadev

Today we did: went over the looping through lists/strings homework finished hangman game with functionality for win, lose, update clues, repeated guesses, health briefly went over what will be on the quizRead More...

10 PM – Intro To Python – Private – Gamas

Today We Did We went over IF ELSE and IF ELIF statements. We reviewed again how to combine string using "f" formatter. We started input from shell. Homework Create Nov22_Private_IfElseHomework.py -  AnswerRead More...

5:15PM – Intro To Python – Sebastian

Today We Did Learned the steps to fixing an error: Click bottom blue line Read error message Fix error and rerun Explored NameError, SyntaxError, IndentationError, IndexError, and TypeError Reviewed what "return" doesRead More...

5:30 PM – Intro To Python – Gamas

Today We Did We finished Nov8_ShoppingCart.py program Homework Create a new file Nov29_RobuxShoppingCart.py. We are going to create something similar to Nov8_ShoppingCart.py, so if you are stuck with the below program, lookRead More...