American Young Coder

AYC logo

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...

6 PM – Intro To Python – Sebastian

Today We Did Learned how to get input from the shell: input() Reviewed how to append strings to eachother Reviewed if, elif, else with input() Learned that input() always becomes a stringRead More...

5:30 PM – Intro To Python – AlexW / Gamas

Today We Did We did Dec1_TurtleBasic.py. We drew a Square shape with a Turtle module. We created draw_square(color) function. Homework Create Dec1_Turtle4ShapesHomework.py And do exercises according to https://www.ayclogic.com/draw-4-shapes-using-turtle-module/

10 PM – Intro To Python – Private – Gamas

Homework Create Dec12_Private_ListHomework.py. Copy codes from page 37 to 38. Create a list of monsters: “dragon”, “phoenix”, “minotaur”, “hydra” using the list print “DRAGON is a powerful monster”. Get the first elementRead More...

9AM – Intro to Python – Saagar Mahadev

Today we did: Reviewed for the quiz Homework Only homework is to prepare for the quiz. Feel free to reach out if you need any additional help or practice problems.

2 PM – Intro To Python – Sebastian

Today We Did How functions work (parameters, arguments) How to call functions In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC3_functions_hw.py Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/