2 PM Python Level 1
2 PM Python Level 1
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We reviewed the extra credit task. We Reviewed for final test next week at 5PM: Variables list for loop While loop If statement Homework - Study for final test: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/ https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ HowRead More...
Happy New Year 2020 We went through Dec21_homework.py from page 143 to 145. We review function. Homework: # Create a function called "convert_km_to_m", one parameter "kilometer" # inside the function convert "kilometer"Read More...
We reviewed functions and homework. Homework: Study for the test https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ https://www.ayclogic.com/fixing-python-bugs/ Study how to create circle and rectangle using turtle library.
We went over the homework. We continued with the hangman games. Homework: Inside Dec14_Hangman.py, do the following: create a function, 'update_clue' it has one parameter: 'guess' inside the function, use for loopRead More...
We went over how to create Target sprite. We went over how to limit the game to a duration. We went over some topic in final project. Homework: Continue with your FinalRead More...
We reviewed homework to make 2nd bird appear from the right to left. We went through how to flip the bird horizontally. We started creating Bird class. Homework: randomize the y coordinateRead More...
We reviewed Function homework. We started Hangman project. Homework: Continue with Jan18_Hangman.py project. Every time the program loop, it needs to print 3 things the 9 hearts the number of letters inRead More...
Continued and finished with Hangman project. Homework: Copy broken python codes from https://www.ayclogic.com/fixing-python-bugs/ into Jan18_homework_fixbugs.py and try to fix the problem.
We went over how to make baloon appear randomly from the bottom to the top. We went over the final project. Homework: The baloon now appear too frequently. Make it appear lessRead More...
We continued with Hangman program. Homework: inside the Jan18_Hangman.py and inside the while loop add a code which will check if "lives" variable is equal to 0, break from the loop. AtRead More...
We continued with Shoot Baloon project. We made Baloon appear less frequently. We made Baloon and Target sprites to have "rect" or hitpoint. Homework: detect collision between baloon_group and target_group. The finalRead More...
We reviewed about class and Bird and Sprite. We continue creating Bird class. Homework: Review main.py and bird.py and come up with at least 3 questions that you don't understand.
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.