1:30 PM – Intro To Python – Bill
Your HW: Pages 79-81 from the textbook, put it in a file called july_22_IfElseHomework.py If you did not buy the text book yet: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/
Your HW: Pages 79-81 from the textbook, put it in a file called july_22_IfElseHomework.py If you did not buy the text book yet: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/
What We Did: Continued working on our Tunnel of Doom project. Homework: Create a timer to keep track of the time taken to beat the game. If you have any questions feelRead More...
What We Did We set up Gitlab account Loaded the background image and bird 1 Committed and pushed to Gitlab Homework Load bird02_A and bird03_A into variables named self.bird2 and self.bird3 ScaleRead More...
What We Did: Started our Gobo project. Finished the basics of Gobo. Homework: Add in a horse sprite to the project. Make the horse hidden when the code starts. If you haveRead More...
What We Did Today: Reviewed Recursion and Memoization in the Fibonacci algorithm Learnt about dynamic programming Homework: Review this video if you haven't already! Greedy Algorithms: https://www.youtube.com/watch?v=lfQvPHGtu6Q And go through this problem (weRead More...