6 PM – Intro To Python – Darin
Today We Do Reviewed how setheading changes the incline of the mouse, which in turn when used in functions changes how the functions are angled Learnt how to make semicircles using theRead More...
Today We Do Reviewed how setheading changes the incline of the mouse, which in turn when used in functions changes how the functions are angled Learnt how to make semicircles using theRead More...
Today We Did Learned Python variables have names (can't have spaces), and values (values can have 4 different data types) Learned the 4 main data types are integer, float, string, and booleanRead More...
Today We Did Python Quiz 2 Homework No homework this week! Next week we will review the quiz and start learning about Turtle in Python :) If you have any questions, pleaseRead More...
What We Did Today: Learnt how to use the random module to get a random number from a range and how to get a random item from a list Showcased a coupleRead More...
Today We Did Reviewed Final Exam Notes Gamas will reach out to your parents to schedule a Final Retake. Wishing you the best of luck! If you have any questions, email meRead More...
Today We Do Learnt how to make things appear at random on our screen for the trees in the March12_ExtraShapes file Made a kaleidoscope that creates a circle infinitely but with aRead More...
Today We Did Learned about conditions and if statements Learned comparison operators: ==, !=, <=, >=, <, > Learned about operators that let us connect conditions: and, or Learned about 3 kindsRead More...
Today We Did Reviewed Python Quiz 2 Learned Turtle basics Homework Create the following file: Mar23_TurtleHW.py Complete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/ Use goto(x, y) to go to a specific x, yRead More...
What We Did Today: Learnt how to use the random module in other programs like password generator and using random.choice to reinvent our magic 8 ball program. Homework: Create a new fileRead More...
Today We Do Learnt how to make a grocery system, where our computer keeps track of what items we bought and we imitated a simple text based game. Reviewed the final projectsRead More...