7:30 PM – Intro To Python
7:30 PM – Intro To Python
Homework: Create homework file as July1_ForLoopHomework.py Do page 52, 57 and 59
Homework: Create homework file as July1_ForLoopHomework.py Do page 52, 57 and 59
Homework: Continue making progress on your final project. The final project is due on July 23, 2020. Make some progress on July2_StarryNight.py work.
We learned about While Loop. Homework: July8_WhileLoopHomework.py Page 118 to 121.
We completed Starry Night project. Homework: Continue with Final project homework. The final project is due on July 23, 2020.
We continued to learn about class inheritance. We learned how to call functions within the class by doing self.<function_name>(). We learned how to call functions from outside the class by doing <variable_name>.<function_name>().Read More...
We made sure to cleanup the fireball, birds and cloud after they are out of screen We organized some codes inside the main.py game_loop() and made functions out of them. We addedRead More...
We made the cloud appear less frequently. We fixed the problem where the bird turn to the right after if moved to the left. We made the cloud moved slower. Homework: CreateRead More...
We completed Password Generator program Homework: Do StarWars questions from number 2 and 3 in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
We went over Variables and Data Types and Boolean expressions Homework: Create Python file July11_StringHomework.py From the book it will be page 20 to 23
We setup Thonny and Zoom in the computer. We learned about variables and data type: Integer and String. Homework: Do homework page. 20 to 22
We completed Starry Night project. We fixed some problems with Warren and Max final projects. Homework: Make some progress with the final project.
We went over final projects codes. We started Baby Name Generator program Homework: Continue with your final project. It is due on July 21. Continue with Baby Name Generator program: Before theRead More...
We went through While loops again. We created another version of Tell Me Your Age program but wrapped inside a While loop. Homework: Inside "Tell Me You Are" program that we didRead More...
We continued Baby Name Generator program. Homework: Continue with Final project, it is due next week on 07/21.
We started BabyNameGenerator program. Homework: The Final project is due next week on July 23, 2020. Create a list, "boy_names", and this list should have 5 boy's names: Matthew, Mark, Luke, John,Read More...
We learned how to put a cool-down period in launching fireball. We fixed the problem where the fireball is only moving to the right. We added background music to the Birdie. Homework:Read More...
We installed Pycharm. We downloaded Birdie project files. We started Birdie project. Homework: Study Birdie project and come up with questions.
We restrict the movement of player so it is not out of the screen. We added 2 mode, GAME_STARTED and GAME_NOT_STARTED. We made the sound effect volume less loud. Homework: Create aRead More...
We added Fireball sprite in the Birdie game. We made the Fireball spawn where the player is located. We made the Fireball face left and right Homework: Currently if user press downRead More...
We started Magic 8 Ball program Homework: Create another version of Magic 8 Ball utilizing random.choice and list.
We went over String buit-in functions: lower(), title(), upper() We went over how to do Python string formatter. We went over how to strip spaces in the left and right of String.Read More...
We discussed, reviewed and fixed some codes in the final project. We continued with Shoot Balloon project. Homework: Continue with your final project In Shoot Balloon project, for target sprite, draw anotherRead More...
We reviewed variables and data types. We reviewed String built-in functions: upper(), title(), lower(). We learned \n and \t. Homework: Create a file with this name: July18_IFELSEHomework.py Page 80 to 82
We completed Baby Name Generator program There will be Final test on July 23 from 4:30PM to 6:30 PM: We reviewed what's going to be in the final test: Please study BabyRead More...
We went over the kids final projects. We continued with Baby Name generator program: We created generate_random_name(selection) function We call this function inside the while loop when the selection is either "1"Read More...
We continued with Birdie game We detected collision between fireball and bird. We added hitbox in both fireball and bird sprites. We kill fireball and bird when they are out of screenRead More...
We loaded and drawn bird01_A.png in the game. We resized Bird01_A.png image. Homework: Load and draw scene.png into the screen in coordinate 0, 0. Load and draw bird02_A.png into the screen inRead More...
We went over how to implement GAME_NOT_STARTED and GAME_STARTED modes. We displayed Play Button when mode is GAME_NOT_STARTED. We added the code to detect when user click on the mouse to startRead More...
We went over how to have cool down period for the fireball launch. We went over how to have hitbox area for Fireball and Bird. We added code to detect collision betweenRead More...
We completed Magic8Ball program We started Hangman game Homework: In the July25_Hangman.py file that we did in the class do the following Create forever loop, and inside the forever loop do theRead More...
We went over IF ELSE ELIF control flows. We learned how to read input from shell. Homework: Please do IF ELSE exercises from https://www.ayclogic.com/tell-me-your-age/
We reviewed 2nd quiz result. No homework next week. For students who stayed behind, please do the following homeworks: Create a function with no return value, "subtract1" It has 2 parameters: n1,Read More...
We learned about IF ELSE statements. Homework: You need to check last week homework or the exercise we did in the class to do this homework: Create your homework in this newRead More...
We added collision detection between the fireball and the bird. Homework: Add collision detection between the player and the bird.
We went over the final test result. We learned about Python dictionary. We started fixing Baby Name generator to eliminate the duplication. Homework: Change the Baby Name generator to fix the problemRead More...
Homework: Enhance July16_BabyNameGenerator.py In the class we were able to make the boy names appear properly. Your homework is to make the program works for girl_names.
We added collision detection between player and bird. We added sound effect when fireball collide with bird and player collide with bird. We introduced 2 game modes: GAME_NOT_STARTED GAME_STARTED Homework: Display theRead More...
Homework: Make the bird02 appear on the bottom right corner. Make the bird02 move left incrementally. Load the bird01_B.png and put in coordinate (100,100)
We added the collision detection between Player and the Bird. We added sound effect when the Player and the Bird collide. We added score in the screen. Homework: Display play_button in theRead More...
We continued with Hangman game: We display question mark ("?") clue according to the number of letter in the secret_word. We decrease "lives" when user guess incorrectly. Homework: Inside the forever loop,Read More...
We reviewed the "Tell Me Your Age" homework: https://www.ayclogic.com/tell-me-your-age/ We went over how to do List in Python. Homework: Aug1_ListHomework.py : Page 34, 35, 37 to 41
Homework Put the t.penup() and t.pendown() accordingly Make a robot using turtle module, do the body, neck, head, eyes and mouth
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.