Today we did: We created the giant fireball by making some new methods: create_giant_fireball, and also created a giant_fireball_group, to make sure that the giant fireball can pierce through all the birds.Read More...
Today We Did We finished SchoolSystem We started LibrarySystem project. Homework Continue on your LibrarySystem. Add code so the first 3 item in the menu would be working like below. And bonusRead More...
Today we: Worked on the Fireball Fight project. Homework: Make a Right Player ATTACK variable. Add code to the Right Player sprite so that if there are more than 0 Right PlayerRead More...
Today we did: We worked on GrocerySystem using a shopping cart list, and a dictionary to store the values. Homework: Continuing in Dec2_GrocerySystemV3, inside the for loop for finding the total price,Read More...
Today We Did We reviewed individual project. We continued with Metropolitan Weather app. Homework Continue with your personal individual project. The project is due next week 12/09. Also you are recommended toRead More...
Today We Did Added rectangles to all classes Removed sprites when they go off screen Added giant fireballs Learned about & created event listeners You can always find the code we wroteRead More...
Today we did: We learned about for loops in lists, and for loops using range with one number (one argument). Homework: Create a new file called Dec2_ForLoopListHomeowkr and do the exercises fromRead More...
Today We Did Continue working on Tank Game Homework Make the Turret class in turret.py using the assets/Player_2/Type_1/PlayerTank_2_1_Turret_0.png image. Make a turret_group in main and create 1 turret, and show it toRead More...
Today We Did Reviewed: Add a teacher List all teachers List all students. Explained overriding toString() method Started findStudent() Homework Finish findStudent() Add a last name attribute to Student Make sure toRead More...
Today We Did We continued with Snake and Apple project. We added images instead of rectangle in the game. Homework Create a game proposal Create a google doc word and share itRead More...
Today We Did Reviewed Nov11_PythonExercises.py Homework Study for our quiz! I recommend reviewing the following topics: Variable datatypes While loops For loops Lists If you need extra practice, do any homeworks youRead More...
Today we: Continued the Window Cleaner project. Homework: Do page 137, step #8 in your pink coding book. You do not need to get another "when I start as a clone" block,Read More...
Today We Did We finished working on the Birthday Card project. We started working on the Spiralizer project. Homework Do pages 97-98 on your pink Scratch book. If you have any question,Read More...
Today We Did Course overview: learned about machine learning Intro to Colab https://colab.research.google.com/drive/1rFBxsmQEijlTPHKxq8-3MCAA0vtEwMo4?usp=sharing Homework Make a copy of this notebook and follow the instructions: https://colab.research.google.com/drive/1qjmmP4LhSIgVD0qmExb_fmuB-Sm_511n#scrollTo=KGBF7yb2tnh7 Email me at szhuang@ayclogic.com if you haveRead More...
Today We Did We went over binary search and explain why the big O notation is O log(n). We went over linear search. We went over brute force (complete search) algorithm HomeworkRead More...