American Young Coder

AYC logo

6 PM – Intro To Python – Darin

What We Did Today: Introduced basic turtle (creating images using code) Homework: Create a new file “Nov30_Turtle4ShapesHomework.py” Create a new function “draw_rectangle”. Inside the function, draw a rectangle shape using turtle module.Read More...

5 PM – Intro to Python – William

Today We Did Reviewed Nov4_AnimalList.py Finished learning about while loops Infinite while loop Homework Create the following file: Nov11_PythonExercises.py Follow the instructions at https://www.ayclogic.com/intro-to-python-exercises/ Upload the homework to your assigned Google DriveRead More...

7:30 PM – Intro To Python – William

Today We Did Reviewed Oct28_IfElse_HW2.py Finished learning about If-Elif-Else Positive, negative, 0 number example Homework Create the following file: Nov11_IfElseHW3.py Complete Exercise #3 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Continue doing your Typing Club practice :)Read More...

7 PM – Intro to Python – William

Today We Did Reviewed Exercise 1 from Nov6_Magic8Ball.py Finished random lottery() example Reviewed common errors in Python Homework Create the following files: Quiz2Prep.py Complete the exercises at to prepare for Quiz 2! Read More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed while loops and comparing it to for loops Remember to check the Google Drive folder if there’s any code you missed (Nov14_WhileLoops2.py)! Homework: Create a file calledRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed how to use the t.goto() function, the idea behind the x and y graph, and how to create basic shapes using t.begin_fill() and t.end_fill(), and using t.penup()Read More...

5 PM – Intro to Python – William

Today We Did Reviewed Nov11_PythonExercises.py Homework Finish Nov11_PythonExercises.py https://www.ayclogic.com/intro-to-python-exercises/ Study for our quiz. I recommend reviewing the following topics: Variable datatypes While loops For loops Lists Reminder, no class next week! Enjoy yourRead More...

7:30 PM – Intro To Python – William

Today We Did Reviewed Nov11_IfElseHW3.py Learned how to get user input Homework Create the following file: Nov18_InputHW.py Read textbook pages 113-15 and copy the code Complete Try It Yourself 7-1 on page 117 DoRead More...

4 PM – Intro To Python – Darin

What We Did Today: Introduced Thonny, how to navigate files, and use shell Introduced variables and data types in Python Introduced printing, and math with variables Homework: Copy code from pages 20-23Read More...

7 PM – Intro to Python – William

Today We Did Reviewed Quiz2Prep.py and Python bugs homework Homework Review for our quiz next week! I recommend focusing on the following topics: List operations (length, append, etc) Functions (return values, multipleRead More...