9 AM – Intro To Python
We continued with Baby Name Generator program. We added foreverlopp We format the input as menu. Homework: Before calling get_random_name(selection)), ask user "How many names do you want? " Whatever number userRead More...
We continued with Baby Name Generator program. We added foreverlopp We format the input as menu. Homework: Before calling get_random_name(selection)), ask user "How many names do you want? " Whatever number userRead More...
We moved creation of the bird into Bird class. Homework: Create 50 birds. Some birds will move from left to right. Some birds will move from right to left.
We completed enhancing Baby Name Generator so it no longer has duplication of names. We learned about class in Python. Homework: Do page 158 to 161.
We learn about variables and datatypes String Integer Float Boolean Boolean expression Homework: In Thonny, create a new file April25_VariableHomework.py Do the codes listed in page 20 to 23.
We continued with Hangman game. We added code that will check if the user can guess the whole word. We check if the user wins or loses. We updated the "clue" variableRead More...
We went over the List homework. We went over the Tell Me Your Age homework. We went over how to create forever loop. We went over how to break from loop. Homework:Read More...