We continued with Password Generator program Homework: Do number 2 and 3 from https://www.ayclogic.com/intro-to-python/star-wars-problem/
We continued with For Loop discussion Reviewed how to repeat certain codes using for loop. How to iterate each element inside a list using for loop. We started While Loop. Homework: CreateRead More...
We went over the while loop homework. Homework: Page 123. Sep9_WhileLoopHomework2.py Do the "TRY IT YOURSELF" both 7-4 and 7-5
Homework: Inside Sep9_Hangman.py Create a forever loop and inside the loop do the following: print the 9 live symbols get input from user "Guess a letter or the whole word: " ifRead More...
We discussed about final projects. We started Starry Night project. Homework: Please continue on your final project. It is due on Sep 25. but if you can submit on Sep 19, thenRead More...
We reviewed while loop homework. We reviewed how to use while loop to continuously ask user something until user enter "quit". Homework: Several weeks ago, we did the following homework: https://www.ayclogic.com/tell-me-your-age/ whereRead More...
Next Sunday (Sep 20) is a 2 quiz. Please study everything we have learned so far: Variables and Data Types: Integer, String, Float. Make sure you review IF ELIF and ELSE statementsRead More...
We continued with Hangman games. Homework: Use for loop to go through each element inside the list names = print(names) print(names) print() for i in range(4): print(i)
We completed Starry Night project. Homework: Finish your final project and email the code to me.
Homework: Create fireball.py, copy the code from cloud.py and change accordingly. Load the assets/fireball.png inside fireball.py Inside main.py import fireball on the top of your file. create fireball_group Create Fireball variable andRead More...
Homework: Sep26_FunctionWithReturnValueHomework.py Do function with return value homework from page 138 to 139. Convert Farenheight into Celcius Ask user "Enter a temperature in Farenheight: " Whatever user enter, pass to below functionRead More...
Homework: Continue with Sep26_BabyNameGenerator.py Outside the while loop create the following boy_names list. Inside the list, put 6 different boy's names. girl_names list. Inside the list, put 6 different girl's names. InsideRead More...
Homework: P.130 to P.131 (TRY IT YOURSELF) Do the quiz that I am going to send in your gmail.
We continued with the Hangman Game project. We added a feature to replace the question mark from "clue" list with a letter that the user guesses correctly. Homework: In our hangman game,Read More...
We finished Hangman project. We learn how to read Python error messages and fix it. Homework: Copy and paste the code from : https://www.ayclogic.com/fixing-python-bugs/ to your Thonny. Fix all the errors
We completed Kaleido Spiral project. We checked with everyone how the progress of their final projects. We learned how to make diagonal rectangle. Homework: Final project is due on October 17. PleaseRead More...
We went through how to do function with return value. We went through how to use random modules. Homework: Do exercises in https://www.ayclogic.com/intro-to-python/star-wars-problem/
We continued with Baby Name Generator Homework: When user enter a number that is bigger than the number of names that we have, you should use for loop to go through allRead More...
This site uses cookies to understand your visit and improve future outreach. We do not sell personal data.