6 PM – Intro To Python – Darin
We won't have class until January 2!! What We Did Today: Review a little bit of the quiz Learnt about functions without return value, as well as what they are usefulRead More...
We won't have class until January 2!! What We Did Today: Review a little bit of the quiz Learnt about functions without return value, as well as what they are usefulRead More...
Today we: Continued learning how to draw faces Learned how to draw a polygon Learned how to draw semicircles Important Reminders: To celebrate Christmas, the school will be closed from Sunday 12/24Read More...
We Will Meet on January 4!! Happy Holidays! What We Did Today: Learnt how to make circles using t.circle() method, where we use something like t.circle(10) to make a circle of radiusRead More...
Today We Did Learned about functions Without parameters With 1, 2, 3 parameters Homework Create the following file: Dec16_FunctionsHW3.py Complete Try It Yourself 8-1, 8-2, 8-3, 8-5 (ignore the default value) on pages 131Read More...
What We Did Today: Reviewed how to use functions without return value Learnt how to use functions with return value with the keyword Return, that allows us to store values from aRead More...
Today we: Learned how to loop through drawing faces Learned how to draw a Kaleido spiral Homework: Important news: You can finish and submit your project early for a +5% bonus onRead More...
What We Did Today: Reviewed the final project criteria Talked about how to create rectangles at an angle by editing the createRectangle() function to include one more parameter, "heading", that is usedRead More...
What We Did Today: Reviewed the difference between =, !=, and == Reviewed typecasting Learnt about +=, -=, *=, and /= shortcuts Learnt about lists, how to access items from a list,Read More...
Today We Did Worked on RobotBuilder right_arm Modified arm functions to include width and height Started learning more turtle shapes Polygon function Homework Finish your robots!! (Dec18_RobotBuilder.py) Include the following features: HeadRead More...
What We Did Today: Reviewed how to use functions with and without return value Learnt how to use the random function, using random.randint(1, 10) and random.choice( {some list} ) Created a magicRead More...