7:30 AM – Intro To Python – Gamas
Homework Continue to finish https://www.ayclogic.com/intro-to-python-exercises/
Homework Continue to finish https://www.ayclogic.com/intro-to-python-exercises/
Today We Do We continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree. HomeworkRead More...
Today We Do We went over Lawrence and Devan division of work. We continued with Flappy Bird project. We started with Game Credit page. Homework Continue with your final project according toRead More...
Today: We went over the homework to add the cancel purchase button and music. We fixed the bug where clicking on the towers for purchase deducted more coins We added logic soRead More...
Today we did: Variables: why they are used (to store information) and how to declare them (variable_name = value) Data Types: the 4 types (integer, float, string, boolean) Variable naming conventions (case-sensitivity,Read More...
Today We Do We made draw_face(x,y) function so it can draw face in Python turtle module. Homework Continue on your Turtle project. Don't forget to upload your project to the google drive.Read More...
Today We Do We went over the project progress. We added PLAY and CREDIT buttons on the credit page. Homework Add background sound for your game. Use "Happy Baby.wav" file under "assets/audio/HappyRead More...
Today we did: String methods like upper(), lower(), title() and how to use them (variable.method()) Reviewed string concatenation and introduced f-strings, an easier, better way to use variables in strings (e.g. f"hiRead More...
Today: We went over the homework to add the game over page. We added logic to reset the state of the game when clicking the play button. We added the game wonRead More...
Today We Do We reviewed final projects. We started Shoot Balloon project. Homework The final project is due on July 21. Please make progress on your final project every week according toRead More...