We continued with Hangman game (Jan18_Hangman.py) We added the logic that will display the question mark symbol. Homework: Continue with Hangman game before you start the loop create a function called "update_clue",Read More...
We went over variables and data types. Homework: Buy the following python book if you have not done so: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=16NLB4LW407IK&keywords=python+programming&qid=1580672032&sprefix=python+%2Caps%2C233&sr=8-3 Install https://thonny.org/ in your computer From the book above, follow coding exercisesRead More...
1. We went over final project progress in the class with Vivian and Ryan.
We continued Birdie game. Homework: Inside Bird class, flip between imageA and imageB so the bird will flap its wing.
We continued with Jan17_Hangman.py project. Homework: Add code inside the loop, if there is no more '?' in the clue, break from the loop.
We reviewed how to fix python bugs and how to read python errors from https://www.ayclogic.com/fixing-python-bugs/ Next week is Python Quiz, today we reviewed the following for the quiz Variables: Integer, String, Float,Read More...
We went over the homework. We went over the IF ELSE. Homework: Page, 79 to 82.
We went over how to make Flappy Bird game for Ryan and Vivian final project. We continued with Shoot The balloon project.
We completed Hangman game. We went over how to read error messages in Python and fix bugs. Homework: Create 'Feb9_FixBugHomework.py': fix this broken code: https://www.ayclogic.com/fix-python-bugs-2/
We continued with Birdie game We reviewed the homework where we need to make the Bird flap its wing. We created Player class Homework: Create Bullet class
We reviewed the variable topic. We reviewed the homework And we went over IF ELSE, IF ELIF ELSE statements Homework: Page 79,80,81,82
We learned about Python Dictionary. Homework: Change Baby Name Generator, when user selected a gender that is not "girl" or "boy": Just print "invalid selection" and do not ask for any moreRead More...
We learned about dictionary. We enhanced Food Recommendation program to not have duplication using dictionary. Homework: Page 92,93,94,95
We went over IF ELSE statements We went over List Homework: Page 34,35,37,38,39,40,41
We continued with Shooting Baloon project. We discussed final project. Homework: When Baloon is out of screen, call self.kill() When Baloon is shot by target, increase the score.
We continued with Birdie game. We created config.py We moved bullet_group into player.py because Player is the one who is going to launch the bullet. We launch the bullet when we pressedRead More...
We reviewed IF ELSE homework We learned about List We learned about Loop Homework: Page 37 to 41 Page 51 Page 59 Page 72
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 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...
We reviewed IF ELSE homework We learned about List We learned about Loop Homework: Page 37 to 41 Page 51 Page 59 Page 72
We reviewed homework from last week: List, Loop, and IF ELSE inside Loop Homework: Do number 1 to 3 from here: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We started Zelda project Homework: Make the sword thrust works for all directions Create 4 maps
We reviewed dictionary and class homeworks. We continued with Python Class discussion. Homework: In your computer install: https://www.ayclogic.com/python-installation-guide/ In your computer install: https://www.ayclogic.com/pycharm-setup-guide/
We completed robot builder project. We started Kaleido spiral project. Homework: Create a list colors: put 5 colors that you like in this list. Create an Integer variable call it, "current_index", setRead More...
We reviewed homework of List and loops We created "How old are you? " program to continously ask user. Homework: Page 130 and 132, 133.
All students showed their Final project. Flappy Dragon Flappy Bird Continued with Shooting Baloon project. End of class, thank you every one for completing this class. Please come next week to getRead More...
We went through how to add Cloud properly in the game. Homework: When cloud appears from the left, it needs to adjust the x properly to be outside of screen in theRead More...