5 PM – Intro to Java- Brandon
5 PM – Intro to Java- Brandon
What we learned: We learned about how to use listeners and continued the progress on the temperature converter
What we learned: We learned about how to use listeners and continued the progress on the temperature converter
Homework Research in the internet what this yolo label content file means 0 0.268875 0.655833 0.14674999999999996 0.125 Research in the Internet what is this yolo yaml file means train: ../train/images val: ../valid/imagesRead More...
Today’s Activities: Revisited homework on using different models for training and analyzed their performance. Learnt about virtual environments and dependencies (your "copy" of the computer) Setup github and demonstrated web app deploymentRead More...
What We Did: Implemented the monkey shooting and our launcher (vector) in the Jumpy Monkey project. Homework: Make it so that when the monkey touches the banana make the banana disappear. AlsoRead More...
What We Did We added the target and balloon collision Talked more about the project. Homework This Project is Due February 24. Create the player sprite using the tank image and addRead More...
What we learned: Creating a list Adding and removing elements from a list Getting the amount of elements inside of a list Homework: Name the file feb3_listHW Do 3rd edition: PageRead More...
What We Did: We learned how the user interface of Scratch works. We dived into importing a sprite and creating code for each sprite. We learned how costumes work and how toRead More...
Your HW: Create 2 new animation clips: idle and jump, both ending at frame 60 To get to the animation window: Window->Animation->Animation
Your HW: Create 2 new birds for the 2 other bird types you didn't use Make them spawn in the other corners of the screen
What We Did: Finished the Pow sprite. Finished the Punch the Dummy project. Homework: Finish the last 3 weeks’ homework: https://www.ayclogic.com/event/5-pm-scratch-1-yitong-24/ How to submit homework: Go to your email and compose aRead More...
Today We We finished working on the Animal Race project. We started working on the Dino Dance project. Homework Duplicate your dinosaurs to get 3 dinosaurs in total. Change the colors ofRead More...
What We Did Today: Semi finished bug class and added the credit and play button handlers Homework: Make the various game modes work visually. For game menu, call the handle play andRead More...
Today We Did Everyone finished their projects. Good job everyone. We started learning about Pandas library. Homework Youtube.csv Use this csv file - https://drive.google.com/file/d/1kP6A9y0UBssOg3Exunv9Mnmilb0657Sh/view?usp=drive_link Load the data Show only the Channel andRead More...
Today We: Reviewed final projects. Finished the Robux Balance project. Homework: Keep working on your final project. You have 1 weeks left to do it. I will check your progress next class. AlexRead More...
Today we did Started our school system practiced importing practiced setting up applications Homework Implement the following methods in your School System Application def add_student(self): # you should ask with three inputsRead More...
Today We Did functions with return how we send things outside of a list Practiced more functions using practiced lists talked about rare bugs Homework 130, 131 (TRY IT YOURSELF), 132Read More...
What we learned: Creating a circle using the turtle.circle function Learned the extent, steps, and radius which can be used inside of that function to adjust the result of the circle
What We Did Today: Learnt more about turtle, how to use functions to draw shapes Homework: Continue in the previous file Feb6_ShapeFunctions.py and: # HW: make new functions for the triangle andRead More...
Today we did: We continued with ShootBalloon. Homework: Create a explode.py file and define the Explosion class, which takes in x, y, and screen. Create a function in main,py that creates theRead More...
Today We Did Titanic Survival Rate Homework Create a computer vision project proposal Find a good data set in Kaggle. For example, flower images. Good dataset means, it has about 100 toRead More...
Today We Did Variables and Data Types Homework create feb_7_string_hw.py Copy codes from text book from page 20 to 23.IntroToPythonP20toP23
Today We We started working on the Cheese Chase project. Homework When the beetle touches the mouse, stop the whole game. Add the game over banner. If you have any questions, emailRead More...
Today We Did We review functions. We started hangman game. Homework create feb_7_hangman_turtle.py Inside the file, use turtle to draw hang man create feb_7_starwars_functions_hw.py Do exercises from https://www.ayclogic.com/intro-to-python/star-wars-problem/
Your HW: Create the Find Teacher option: It will ask the user for a teacher last name It will print all teachers that have a matching last name Create the ListAllMathTeachers optionRead More...
What we did today: Continued the Cheese Chase project. completed the cheese and the ghost sprites. Made the maze. Homework: Complete the maze if you haven’t already. Complete the pages in yourRead More...
What we learned today: We continued the temperature converter Application
Today’s Activities: Continued multi-class classification on the MNIST dataset. Learned about data augmentation through the batch_tfms parameter for the dataloader. Homework: Create a google doc under your homework google drive Write up yourRead More...
What We Did: Implemented the level system for our monkey shooting game and fixed up the bananas so that they can clone themselves based on different levels. Homework: Cause a dinosaur toRead More...
What We Did We looked over Evan's slime project in class. Added bug to shoot balloon project. Homework This Project is Due February 24. Create the game landing screen with a playRead More...
What we learned: Learned about how the for loop works Using for loop with lists Using if inside for loops Homework: Do this below, name it Feb10_ForlooplistHW https://www.ayclogic.com/animal-list-and-for-loop-exercises/ Homework: 54 and 55.Read More...
What We Did: Finished Dino Dance project. Homework: Create a new project. Inside of this new project, add a dog and a bat sprite. Code the dog sprite so that it canRead More...
Your HW: Randomize the direction of the spawned birds (either left or right) Depending on the random direction, make the bird start at the correct X, (if facing left, spawn on theRead More...
What We Did: Finished the Pow sprite. Finished the Punch the Dummy project. Homework: Finish the last 4 weeks’ homework: https://www.ayclogic.com/event/5-pm-scratch-1-yitong-24/ How to submit homework: Go to your email and compose aRead More...
Today We Did: Since Scratch was down we had to restart our Dino Dance project. We worked on the dinosaurs who stood still and changed costumes. We worked on dinosaurs who movedRead More...
Today We Reviewed x and y coordinates. Went over our Birthday Card project. Started implementing our Birthday Card project. Homework Make it so that both shark 2 and shark 3 have oneRead More...
What We Did Today: Wrote multithreaded code! Congrats on finishing the class everyone! Make sure your code is up to date for the final game projects, it will be published. Homework: Nothing,Read More...
Today We: Reviewed final projects. Reviewed for the Final Test. Homework Keep working on your final project; it is due Saturday night. Alex Feng Add 3 more clouds in the background. FixRead More...
Today We Did We reviewed youtube csv homework. We started Titanic Survival Rate project. Homework Add some codes in the Titanic Survival Rate project. count how many passengers are male and howRead More...
Today We did reviewed homework for building the School System Showed how to search through lists talked about why dictionaries are used catch people up Homework: Finish options 5,6 def list_student_dict(self):Read More...
Today We Did random libraries random.rand int random.choice Homework # lets create password generator function # create two three lists # use random.choice to pick from the list # combineRead More...
What we learned today: We learned how to make a kaleido spiral using turtle
What We Did Today: Learnt more about turtle, how to use functions to draw shapes, adding more parameters to the functions. Tried to copy over a collection of shapes from one locationRead More...
Today we did: We continued working on Shoot Balloon. Homework: #Homework #Make sure that when the bug is clicked by the target, #the bug doesn't disappear, and instead #drops slowly like inRead More...
Your HW: Create 2 new animation clips for the Player Idle If you don't want it to be waving at you every second, its ok to just make it a 2 frameRead More...
Today we did: We continued with the deployment for the 2nd project. Homework: Make a streamlit.py file, where you do all the same steps as the first project (import libraries, st.title andRead More...
Today We Did We continued with Titanic Survival Rate project. We reviewed student custom project. Homework Start with your custom project. Finish the Kaggle portion training the dataset.
Today We Did We learned about function with return value. We continued doing hangman. Homework add more codes in feb_7_hangman_turtle.py Add codes to put the word HANGMAN. If possible in big font.Read More...
What we did today: Went over the homework. Continued the Cheese Chase project. Learned about functions. Homework: Finish the function “movement” by inputting the direction just like the first one we didRead More...
Today’s Activities: Continued multi-class classification on the MNIST dataset. Learned about data augmentation through the batch_tfms parameter for the dataloader. Homework: Create a google doc under your homework google drive Write up yourRead More...
What We Did: Worked on the finishing touches of our Monkey Launcher project. Homework: Finish the "You Win" banner and display it when the person wins the game. Creates a "launches" variableRead More...
What we learned: We learned about while loop: While loop with a condition Infinite while loop Homework: Create a file and name it 17Feb_ForLoopHW Page 56 to 58: 9th week Create aRead More...
Today We We went over last weeks homework. We learned about if else statements. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make aRead More...
What We Did We reviewed the Evan's Slime Shooter project Added the dizzy mode and chirping sound for bird and handled bird collision. Homework This Project is Due February 24. Make anyRead More...
What We Did: Worked on Animal Race project. Got the dog sprite moving forward as you press the "m" key. Learned about broadcast and receive as a way of communication between sprites.Read More...
Your HW: Give the coin its own animation Create a new gameObject like we did for the coin but for the key Also give this key object an animation These are onlyRead More...
Your HW: Create a new file for the cloud sprite Create the cloud sprite class Make sure it has a direction attribute and moves in that direction (left or right) No needRead More...
What We Did: Started the Spiralizer project. Homework: Do pages 97-99 in your coding, #7-13. Do only the Angle variable for #7-12. How to submit homework: Go to your email and composeRead More...
Today We: Finished our Dino Dance project. Homework: Create a new project that imports Gobo as his own sprite. Make Gobo say something unique at the start of your code. If youRead More...
Today We Finished Birthday Card. Went over the majority of Tower of Doom. Homework Create a home button and place it somewhere in the level. Create a win banner that appears everyRead More...
Today We Did We continued with Titanic Survival project. We learned how to plot or create a graph to show percentage of survival for Male vs Female. We learned how to plotRead More...
Today We: Took the Final Test. Homework: No homework!!! Wait for two emails from me: One email will have your graded project's score. Another email will be your released test score. IfRead More...
What we learned today: We learned to make a grocery system using while loops, lists, etc
Today We did finished the student project Homework Finish the and make sure the first two methods work (will check everyone individually at the start of class Try the thirdRead More...
Today we did bug fixing name error syntax error indentation error type error index error Homework https://www.ayclogic.com/fixing-python-bugs/
What we learned today: We learned about the different data types (Booleans, Strings, Integer, and Floats) Homework: Create 19Feb_StringHomework.py pages 20-23 copy python codes from the book: 2nd week or 3rd weekRead More...
What We Did Today: Learnt more about turtle, how to use functions to draw shapes, adding more parameters to the functions. Tried to copy over a collection of shapes from one locationRead More...
Your HW: Continue to fill out your level 1 scene Make sure to have spots in mind for coins, keys, and the door(for the end of the level)
Today We Did We continued with Hangman game We added code to check if user wins the game We added code to replace underscore with letter inside "clues" variable. Homework Continue onRead More...
Your HW: Java Practice Quiz: https://docs.google.com/forms/d/e/1FAIpQLSfC1cFV5ttcFlTmew-iesaLkwM-d4UCnJLtU2vxc95s946V7A/viewform?usp=sharing&ouid=110601056447233871365 Set aside 1 hour to do it by next week
What we did today: Went over homework Quizzed on functions Made level 2 for the Cheese Chase Homework: Make a new spawning point for the mouse when the games reaches level 2.Read More...
Today We Did We used the best.pt file produced by google colab when we trained the glasses model inside Pycharm so we have a streamlit application that can detect glasses on theRead More...
Today’s Activities: No class today, there was a technical issue with zoom links, we will meet next week in the updated zoom link. Make sure you join the right one! Homework: BeginRead More...
What We Did: Finished our Monkey Launcher project. Worked on our Movie Ticket project. Homework: Code your character to ask for your name and store that into a variable. Have the characterRead More...
What We Did We reviewed the Evan’s Slime Shooter project Added the explode class and explosion to balloons. Homework For the project, prevent the player from moving off the screen. For ShootRead More...
What We Did: Worked on Animal Race project. Got the bat sprite to move when you press the "z" key. Introduced costumes and how you can make your own costumes. Homework: MakeRead More...
Your HW: Add a display on the canvas to display whether or not the player has collected the key
Your HW: Add a new Bullet sprite class Make sure it has a rect/hitbox Also add a rect/hitbox to the player
Today We: Worked on our Gobo project. Homework: Record your voice saying the different expressions that Gobo says based on the random answer. If you have any questions, feel free to emailRead More...
What We Did: Finished the Tunnel of Doom project. Homework: In your Splat sprite, make 4 different costumes and label them splat1, splat2, splat3, and splat4. Each splat should have different shapesRead More...
Today We: Finished up our Tunnel of Doom project and started our Window Cleaner project. Homework: Create 4 different UNIQUE costumes under 1 sprite that will represent the splatter that goes ontoRead More...
Today We Did We continued with our Titanic Survival Rate prediction project We added code to test manually using python inputs. We added code to test using test.csv We started Pycharm projectRead More...
What we learned today: If, elif, and else Inputs and how to use them in conjunction with if statements Homework: Pages 78-81 from the textbook, put it in a file called 26Feb_IfElseHomework.pyRead More...
Today We Did Finish the student teach system Start Library system Homework complete the add book and list all book options in your system
Today We did bug /error fixing 2.0 bugs: when are no error Homework https://www.ayclogic.com/fix-python-bugs-2/
What we learned today: We learned how to make a simple program robux cart program with while loop, functions, and 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...
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...
Today we did: We started working on Single Digit Prediction. Homework: Train the model using .fine_tune for 1 epoch, using the learning rate that was suggested. First argument is the epoch, secondRead More...
Today We Did We troubleshoot individual project result. Homework Research the Boston Housing price csv dataset. Create a documentation of the meaning for each columns for all 14 columns
Homework Create feb_28_supermarket.py where you need to keep track of the money you have spent so far. Enter the item you want to purchase 1. Chocolate - $1 2. Muffin - $5Read More...
Today We We went over homework. We went over input from shell. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new fileRead More...
What we did today: Went over homework and finished it Reviewed what functions are and how to use them (Call upon a function). Debugged all of our projects Continued Cheese Chase Homework:Read More...
Calendar powered by The Events Calendar