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...
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...
What We Did Today: Learned how to do special printing (.upper(), .lower(), .title() Learned how to use print(f"") with variables Introduced if, elif, and else statements Homework: Submit the file into theRead More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will be covering Turtle. If you have any questions, email me at williamsmith@ayclogic.com
QUIZ 1 IS NEXT WEEK on December 12!! What We Did Today: Wrapped up all the concepts learned to this point in preparation for the first quiz Homework: STUDY FOR YOUR QUIZRead More...
Today we: Learned how to create a function with functions inside Drew the robot's face and arms Finished the Robot Builder project Homework: Create your project proposals Make sure your project proposalsRead More...