8:30 AM – Intro To Python – Gamas
Today We Do We reviewed While Loop homeworks. We reviewed -=, +=, *= and /= We reviewed if statements vs if elif statements. Homework Create a new file Apr26_WhileLoopHomework2.py Do exercises fromRead More...
Today We Do We reviewed While Loop homeworks. We reviewed -=, +=, *= and /= We reviewed if statements vs if elif statements. Homework Create a new file Apr26_WhileLoopHomework2.py Do exercises fromRead More...
Today We Do We continued with MonsterInheritance project. Homework Inside your MonsterInheritance project, create car.py Copy only Car class codes from page 168 into car.py. Create electric_car.py and copy only ElectricCar classRead More...
Today We: Reviewed the Dog Class homework Learned what an Instance of a Class was Reviewed how to grab the attribute of an instance and how to call a method from anRead More...
Today We Do We went over the difference between if and elif We went over how to use +=, -+ We went over how to get an input from shell Homework PageRead More...
Today we: Finished the Conductor sprite Finished Mary Had a Little Lamb Made a Snow sprite Made a background Homework: Read pages 146-147 in the Coding book, do #7 If you needRead More...
TUESDAY Today we started the Cute Cat project! We finished building the sketch by using shapes, and also added the lines. HOMEWORK Make your drawing better with the image above to helpRead More...