4 PM – Intro To Python – Darin
What We Did Today: Learnt about lists, how to access items from a list, and how to add/remove items from the end of a list. Learned how to use lists with printRead More...
What We Did Today: Learnt about lists, how to access items from a list, and how to add/remove items from the end of a list. Learned how to use lists with printRead More...
Today We Did Continued the Monster Inheritance project, where now we are able to fight the monsters by playing as a character we created by making a self.player_name and self.player_health attribute inRead More...
Today We Did Reviewed RobotBuilder Finished TurtleShapes Semicircle Infinite polygon generator Homework Final Project Proposal: Criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Draw your project proposals on a piece of paper by next week! Upload your proposalRead More...
Today We Did We went over Driver System practice test and went over the solution. The DriverSystem solution can be found in https://drive.google.com/drive/folders/1sp1a3f7XtnA0O4OiyDVsoN5LXIRV6Yxo?usp=sharing Homework Next week 01/22 is a 2 hour finalRead More...
Today We Did Fixed bugs existing in previous version (typos, etc) Began moving balloons through screen at speed indicated by self.speed attribute You can always find the code we wrote in classRead More...