6 PM – Intro To Python – Gamas
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 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://www.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...