What We Did Worked on creating a rectangle and circle again Used the circle and rectangle functions to draw a face Talked about project proposals. Homework Create the project proposal with atRead More...
What We Did Today: Finished Grocery System, and got started on the School System application, introducing more OOP. Homework: Continue on your School System application in main.py, and complete the find methodRead More...
Today We Did We learned how to find famous dog breed that is not in the dataset. We learned about fast.ai computer vision We learned how to train the RESTNET34. We usedRead More...
Today We We started working on the Animal Crossing project. Homework Make a sprite start from the right side of the screen and moved to the left side of the screen. MakeRead More...
Today We Did We finished reviewing homework from last week. We continued with grocery_shopping_cart project Homework Create nov_13_practice_test.py Fix this broken python codes while true print() name = input("What isRead More...
Today We Did: Continued the SchoolApplication project. Learnt about Object Oriented Programming in Java, reviewing concepts such as classes, objects, attributes, methods, constructors Introduced concepts such as getters, setters, and how toRead More...
Today We Did: Reviewed Homework Reviewed Turtle remember to import with import turtle How to put a background color How to put a draw with turtle penup() vs pendown() turtle.goto(x_coordinate, y_coordinate) HowRead More...
What We Did Went over the project proposals and clarified any questions. Continued drawing more functions. Worked on drawing a letter a and went over set heading more. Homework Create a file,Read More...
Today We Did – Review 1 Reviewed While loop homework Reviewed Test content Variables If/Elif/else input using strings While loops HOMEWORK Create a file and name it November_ReviewHW.py and do these problems https://www.ayclogic.com/intro-to-python-exercises/ UploadRead More...
Today we did: We learned about the random class. Homework: Make a new file called Nov15_Magic8Ball and do the exercises from here: https://www.ayclogic.com/intro-to-python/magic-8-ball/ You don't have to do the random.choice part.
Today we: Continued the Shopping Cart project. Homework: For all the other Food sprites, do the code we did together in the Watermelon sprite for them. Add a "show" block when theRead More...
Today We Did We added ability for the player to jump We learned how to crop Tube image. We learned how to create project proposal Homework Create project proposal for your game.Read More...
Today we did: We started working on the MonsterSystem Homework: Make a new file called Nov17_Exercises and do the following: Make a new dictionary called student that stores the name as aRead More...
Today We: Reviewed HW and got inspiration for how we can use OOP in games. Started on the MonsterSystem project. Homework: Continue in your main.py file for the MonsterSystem project. If you areRead More...
Today We Did We went over each of the fields inside SaturnArmorMaterial. We added Saturn item. Homework Change the saturn_layer_1.png, so the front of the armor, will have saturn item image onRead More...
Today we did Review while loops Review for loops Combine while loops with user input Monday 7:00PM class code: https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything, feel freeRead More...
Today We Did We added the player's health We added code to reduce player's health when enemy reached the finish line. We fixed the region's boundaries and angle. We made the enemyRead More...
Today We Did We discussed the homework solution We created streamlit account We created a github project We downloaded cat_vs_dog_model.pkl file from kaggle and upload to github project. Homework No homework andRead More...
What We Did Went over the homework, drawing a letter w. We went over the polygon function, and talked more about what to add to the project proposals Homework Create a fileRead More...
What We Did Today: Continued the School System application, introducing more OOP. Homework: Continue on your School System application in main.py, and complete the remaining methods for the Teacher. This is theRead More...
Today We Did We discussed the homework solution We created streamlit account We created a github project We downloaded cat_vs_dog_model.pkl file from kaggle and upload to github project. Homework No homework andRead More...
Today We Did We reviewed homework We continued with grocery_shopping_cart.py Homework Create nov_20_random_hw2.py and copy and paste this code and tell me what it is doing import random as r cars =Read More...
Today We We finished working on the Animal Crossing project. We showed off the Birthday Card project. Homework Make another sprite. Have the sprite glide from the top left corner, to theRead More...
Today We Did: Continued the SchoolApplication project. Implemented the listing and finding methods for students. Examined various ways to use a for loop on a list Examined how the find method worksRead More...
Today we did: We redid the robot the right way using rectangle functions. We finished the entire head. Homework: Finish the entire robot minus the right and left arm. This means toRead More...
What We Did We reviewed the homework, how to draw the letter E Worked with circle and learned extent and angle parameters Learned how to create functions for objects in the project.Read More...
Today we did Review the basics of functions Learn about how functions give output using return Mixed functions with for loops, lists, and if statements Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYC Logic’sRead More...
Homework: Make sure to review the following topics: Variable If-Elif-Else, Input List (accessing from a list, adding to the list, getting the length of the list) For loops (For loop for aRead More...
Today we did: We finished the Magic8Ball version 2 and started with Java methods. Homework: Similar to the way we made the Nov21_Methods object, and accessed the application_loop method using that object,Read More...
Today we: Finished the Shopping Cart project. Started the How Old Are You? project. Homework: No homework! Enjoy your Thanksgiving break! :) Class begins again on 12/6. Email me if you needRead More...
Homework Eugene Add game title in landing page. change the score according to which state of the button that is being hit. If it is fully up button then the score isRead More...
Homework Project Homework After Mr. Gamas created project for each one of you Make sure you get all the game assets for your game. If you need to purchase, please purchase immediately.Read More...
Today we did: We continued with the MonsterSystem. Homework: Make water golem, troll, and griffin classes, similar to the way we did dragon today. The only difference is the species isRead More...