6 PM – Intro To Python – Darin
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 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 Reviewed how inheritance works through try it yourself number 9-7 Continued the MonsterInheritance project, creating the initial menu pop up as well as started on using inheritance for creatingRead 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...
Today We Did Reviewed project proposals & got lots of feedback Helped setup PyCharm & projects (took our time since we're a bit rusty from break) Added to Balloon class You canRead More...
Today We Did Reviewed how to blit text from strings to screen Finished creating credit page Completed code to draw count down You can always find the code we wrote in classRead 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...
Today We Did Reviewed how to iterate through dictionaries Searched through dictionaries to find each student name's corresponding object AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel free toRead More...
Today we: Started and finished the Grocery System project Started the Robux Shopping Cart project Project Feedback: Eden: Add the text "PEASHOOTER" by using rectangles, circles, and/or polygons Make some part ofRead More...
What We Did Today: Learnt how to make half circles with the second parameter used in the circle() function. Created a kaleidoscope project using a forever loop and creating circles that moveRead More...