7 PM – Python Game Development – Gamas
Today We Did Helped Keanu with his Final Project. Helped Christopher with his Final Project. Homework Continue with your team project.
Today We Did Helped Keanu with his Final Project. Helped Christopher with his Final Project. Homework Continue with your team project.
Today we did: Went over the review sheet in depth Trivia style questions for more practice for the quiz Homework Study for the quiz!!! I strongly recommend doing practice problems and usingRead More...
Homework If you did not do your homework last week or 2 weeks ago or 3 weeks ago, please do them. Create a new file Sep10_IfElseHomework2.py Answer questions from page 84 andRead More...
Today We Did String functionalities: .title(), .upper(), .lower() Formatted strings: f"" Removing end spaces: .rstrip(), .lstrip(), .strip() Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the followingRead More...
Today We Did We learned about For Loop in Range. We learned about While Loop We learned about +=, -=, *=, /= shortcuts Homework Create Sep10_WhileLoopHomework.py Inside the file copy codes fromRead More...
Today We Did String functionalities: .title(), .upper(), .lower() Formatted strings: f"" Escape keys: \n \t Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the following by yourself:Read More...
Today We Did We went over how to add count down to Flappy Bird game. We added sound effect when Bird and Coin collide. We added Game Win page when count downRead More...
Today we did: First quiz - data types, for/while loops, input from shell, if else, lists Homework No homework!!! Enjoy your week!
Today We Did Learned how to check if things are the same, and if things are not the same (==, !=) Learned if, elif (otherwise if), and else (otherwise) Learned the differenceRead More...
Today We Did Learned the difference between = (gives variable a value) and == (checks if both sides are the same). Learned about != (checks if the right side is not theRead More...