Today We Did Reviewed Exercises 1-2 of Oct23_StarWars.py Created a password generator Homework Finish exercises 3-4 of Oct23_StarWars.py https://www.ayclogic.com/intro-to-python/star-wars-problem/ Oct30_Magic8Ball.py Follow the instructions on the page to create a magic 8 ball!Read More...
What We Did Today: Reviewed using lists in for loops Learnt how to use for loop with range() function to do certain things a fixed number of times Homework: Create a fileRead More...
What We Did Today: Reviewed the quiz 2 and talked about results, how to improve, and etc. Did a brief overview on everything we have learnt in this course so far, includingRead More...
Today We Did Reviewed for loops Started while loops Homework Create the following file: Nov4_AnimalList.py Follow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/ If you get stuck, look at code from previous lessons or emailRead More...
Today We Did Reviewed Exercises 3 and 4 of Oct23_StarWars.py Reviewed While Loops Homework Create the following files: Nov6_Magic8Ball.py Follow the instructions to create a Magic 8 Ball: https://www.ayclogic.com/intro-to-python/magic-8-ball If you haveRead More...
William Sub What We Did Today: Reviewed for loop with range() to add to a counter variable Learned about while loops and how to print numbers Infinite loops Remember to check theRead More...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
What We Did Today: Reviewed all the concepts learned to this point in preparation for the first quiz Homework: PART 1: https://www.ayclogic.com/intro-to-python-exercises/ www.ayclogic.com/intro-to-python-exercises PART 2: Continue on your file called Nov14_WhileLoops2HW.py andRead More...
Today we: Learned about parameters and arguments Started the Robot Builder project Homework: In your Robot Builder project: Allow us to choose what color we want the rectangle to be using parametersRead More...
What We Did Today: Reviewed how to create shapes on turtle using turtle.goto(x, y) Learnt how to use turtle.forward() Learnt how to use turtle.right() and turtle.left() Learnt how to create a squareRead More...
Today We Did Reviewed Nov11_PythonExercises.py Homework Study for our quiz! I recommend reviewing the following topics: Variable datatypes While loops For loops Lists If you need extra practice, do any homeworks youRead More...