Today We Do We continued on SchoolApplication We added find Student by Name We added initialize_student_list We added list all teenager students feature Homework After adding a new teenager student, and thenRead More...
Today We Do We reviewed homework from https://indo.ayclogic.com/intro-to-python/star-wars-problem/ Homework Create a new python file Mar30_FixSimplePythonError1.py. Copy and paste below broken python codes and fix all the problems, age = input("How old areRead More...
Today We Do We reviewed homework from https://indo.ayclogic.com/intro-to-python-exercises/ We reviewed what's going to be in the 1st quiz next week. Homework Next week is the 1st quiz. It will cover all theRead More...
Today: We went over the homework to add the waves and enemy type. We went over different enemy healths. We added logic to keep track of attack_point for tower and bullet andRead More...
Today: We went over the homework to add the sound effect for firing the bullet. We randomized the location of where the shield powerup is created. We started on the logic toRead More...
Today We Do We reviewed the following topics: How to combine Strings with f"{name}" For loop List How to get input from Shell IF ELSE Homework String : Do Page 19 TRYRead More...
Today We Do We finished Hangman game. We added code to check if there is no more "?", we stop the loop. We learn how to fix python errors: Run the programRead More...
Today: We went over the homework to add the game won and game over pages. We added 3 different tower types for the tower for purchase, tower and bullet. Homework: Make sureRead More...
Today We Do We reviewed homework: String combination, if else statements, input from shell, for loop List. We went over while loop. Homework Create Apr11_WhileLoopHomework.py Do codes TRY IT YOURSELF page 123:Read More...
Homework Continue on Monster Inheritance project. We want to display attack menu after user enter a monster species in the main menu. Afterward, if user enter sword attack, do a random damageRead More...
Today We Do We reviewed 4 shapes homeworks We continued with RobotBuilder project, we created the rectangle function. Homework Continue with Apr13_RobotBuilder.py By creating multiple combination of rectangles with different size, coordinatesRead More...
Today We Do We reviewed 1st quiz We started Function without return value Homework Create Apr13_FunctionNoReturnValueHomework1.py Copy code from page 130 And do exercise from page 131: TRY IT YOURSELF
Today We Do We reviewed for loop and while loop We reviewed function without return value We reviewed function with return value. Homework Create Apr18_FunctionsExercises.py Do exercises in https://indo.ayclogic.com/python-function-exercises/
Today We Do We reviewed For Loop List (For Each) We learned For Loop Range We started While Loop Homework Create Apr19_WhileLoopHomework.py Copy code from page 118 to 121
Today We Do We continued to learn how to fix Python errors. We reviewed a couple of problems from 1st quiz to prepare for next week 2nd quiz. Homework Next week isRead More...
Today We Do We learned about function with return value. Homework Create a new python file Apr20_FunctionWithReturnValueHomework.py Copy codes from page 139. Also create a function called: convert_from_hour_to_second. One parameter: hour. ReturnRead More...
Today: We went over the homework to add the enemy sprite. We added the logic to move the enemy on the map. Homework: Create a new sprite class called "TargetPointer" which hasRead More...
Today We Do We created left_arm(x,y,color) function. Homework Create right_arm(x,y, color) function Also do last week homework: head, neck, eye balls, mouth, legs, feet.
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 Do We reviewed function with return value We learned about random module. We discussed on how to do the Magic 8 Ball homework. Homework Create Apr27_Magic8BallV1.py Follow the instruction inRead More...
Today: We went over the homework and added the landing page and added the target pointer sprite We added waves and a way to keep track of the current wave. Homework: UpdateRead More...