9 AM Introduction To Python
We reviewed fixing bugs homework. Next week is Python quiz, prepare the following Data Types: Integer, Float, String, Boolean IF ELSE Statements Loops: For loop and While Loop Random Functions How toRead More...
We reviewed fixing bugs homework. Next week is Python quiz, prepare the following Data Types: Integer, Float, String, Boolean IF ELSE Statements Loops: For loop and While Loop Random Functions How toRead More...
We went over dictionary again Homework: Page 113, 114 Also do Try It Yourself in page 115 6-8 Class Page 162 164 165
We reviewed the quiz result. We learned how to draw in Python using Turtle module. Homework: Complete the Robot drawing in python In grid paper, create any complex shapes. For instance, MarioRead More...
We went over List and Loops Homework: page 51 and 52 page 121 and 122
We continued with Shoot Baloon project. When target shoot the baloon, increase the score and play sound effect. Added Play button in the beginning of the game. Final project code review.
We continued with Birdie project. We call self.kill() when the bullet is outside of the screen We call self.kill() when the bird is outside of the screen. We made the player controllableRead More...