9 AM – Intro To Python
We continued with Baby Name Generator program. We added foreverlopp We format the input as menu. Homework: Before calling get_random_name(selection)), ask user "How many names do you want? " Whatever number userRead More...
We continued with Baby Name Generator program. We added foreverlopp We format the input as menu. Homework: Before calling get_random_name(selection)), ask user "How many names do you want? " Whatever number userRead More...
We moved creation of the bird into Bird class. Homework: Create 50 birds. Some birds will move from left to right. Some birds will move from right to left.
We completed enhancing Baby Name Generator so it no longer has duplication of names. We learned about class in Python. Homework: Do page 158 to 161.
We learn about variables and datatypes String Integer Float Boolean Boolean expression Homework: In Thonny, create a new file April25_VariableHomework.py Do the codes listed in page 20 to 23.
We continued with Hangman game. We added code that will check if the user can guess the whole word. We check if the user wins or loses. We updated the "clue" variableRead More...
We introduced 2nd constructor to Vehicle class. We created April25_VehicleSystem class and added a way to add vehicle to the system. Homework: Continue with Vehicle exercise: https://www.ayclogic.com/java-exercises-4-vehicle-system/
We went over how to add new objects to List. We went over how to iterate objects in List. We started VehicleSystem. Homework: Do exercises in here: https://www.ayclogic.com/java-exercises-4-vehicle-system/
We completed the Punching Dummy Face project. We started the Mary Had A Little Lamb project. Homework Copy the following notes into the Music sprite with Broadcast and wait 0.5 seconds. SoRead More...
We completed the Cheese Chase project by adding the Powerup Sprite. Look at the code for the project if you have any problems. https://scratch.mit.edu/projects/382795931/ Homework Review the code and come up withRead More...
We went over the List homework. We went over the Tell Me Your Age homework. We went over how to create forever loop. We went over how to break from loop. Homework:Read More...