5 PM – Intro to Python – Darin
What We Did Today: Learnt more on function chaining for whole shapes. Made a robot and spaceship function duplicator. Learnt how to draw circles in python using turtle. Homework: Create your finalRead More...
What We Did Today: Learnt more on function chaining for whole shapes. Made a robot and spaceship function duplicator. Learnt how to draw circles in python using turtle. Homework: Create your finalRead More...
Today we did: We continue working on ShootBalloon. Homework: #Display the game score on the top left of the screen #You can look at DragonBirdie or FlappyBird on how to do itRead More...
Your HW: Create a new Key object Make sure it is animated like the coin Also like the coin, make it so when the player touches it, it disappears and there isRead More...
Today we did: We started working on YOLO Human Detection. Homework: At the top of the code (after setting the title perhaps), load the YOLO model by using: YOLO("yolov8n.pt"). This shouldRead More...