Gamas Sub Today We Did We reviewed July14_Inheritance.py homework We continued creating the main.py for MonsterInheritance project. Homework Continue with MonsterInheritance main.py and add these 2 features: List All Monsters and StartRead More...
Today We Did Continued the School System program Created all methods for students and teachers In case you need anything, feel free to email me at sebastian@ayclogic.com Homework In our SchoolSystem folderRead More...
Today We Did Introduction to object oriented programming class: a blueprint for an object made up of methods and attributes method: a function belonging to a class attribute: a variable belonging toRead More...
Today We Did Finished Robot Builder Complete complex shapes and Face 1. View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA Homework Name your file July26_Face2_HW.py Finish the Face2 function Questions? Email me at juan@ayclogic.com.
Today We Did Created bird class with constructor and update method Created sprite group to add instance of bird Added create_bird() method which creates new bird objects according to our timer CodeRead More...
Today We Did Spent lots of time answering any questions about the practice exam Reviewed all topics from the class to remember everything we've learned so far Went over good test takingRead More...
Today We Did Finished Face 2 Function Finished KaleidoSpiral Finished Grocery System View what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA Homework Complete your project proposal and upload to your Google Drive: Name your file Jul31_ProjectProposalRead More...
Today We Did We added "region <region>" information on the screen for debugging purposes. We added EnemyTwo class which inherits from Enemy class. This way we can override the self.images used forRead More...
What We Did Today: Reviewed homework for animal_list, understanding how to use if statements inside of for loops (reviewing how to add items to a list) Understanding how to use for loopRead More...