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...
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 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 went over IF ELSE statements We went over List Homework: Page 34,35,37,38,39,40,41
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 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 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 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.