7:00 PM- Intro to Python – Joshua
7:00 PM- Intro to Python – Joshua
Today We Did - We reviewed making shapes with go to How we can take a shape we create and use functions to draw it anywhere Homework I want you to makeRead More...
Today We Did - We reviewed making shapes with go to How we can take a shape we create and use functions to draw it anywhere Homework I want you to makeRead More...
Your HW: Finish 3d modeling your car (doesn't need to have too many details) Make sure to save (control + s) the blend file so you can come back to it laterRead More...
Today we did: We continued with ShootBalloon. Homework: For your personal project: Make the countdown (look at FlappyBird or ShootBalloon for this) Make the handle play and credit buttons function, and makeRead More...
Today we did: We finished the YOLO glasses detection project and started working on the YOLO combined detection. Homework: Search for a dataset on Kaggle that you want to use for yourRead More...
Today we did: We continued working on the Titanic project. Homework: Search for a dataset on Kaggle that you want to use for your personal project. Remember to include YOLO in theRead More...
Today We We continued working on Cheese Chase project. Homework Change the code in the "Level Banner" sprite to use My Block. Look at your mouse sprite for reference. The code shouldRead More...
Today We We went over function exercises to practice for the quiz. Homework Study for your 2nd quiz is on Tuesday! Topics the quiz will cover: Data types How to get inputRead More...
Today We Did We finished Book Store program Homework Inside apr_18_kirby_turtle.py draw below make the background dark green or green copy the draw_circle(x,y,r, color) and draw_rectangle(x,y,width,height, color) make a function, draw_kirby(x,y) IRead More...
What we did today: Went over homework. Continue the funny faces project. Made the Hair, Hat, Eyes, and Nose sprite. Homework: Please make a mouth sprite and at least one accessory (Ex.Read More...
Your HW: Install android studio https://developer.android.com/studio Create another class, FireDragon that inherits from ElementalDragon It must still be immune to it's own element but also take 2x damage from water type magicRead More...
What we did today: Went over homework. Continued the Mary had a little lamb project. Made a List to play Mary had a little lamb. Homework: Make another list called Happy Birthday.Read More...
Today We Did We started spaceship-survival game powered by AI. We did the generate_scenario feature. Homework Add code in spaceship_game.py so it will do the following After displaying the provided scenario, askRead More...
Today’s Activities: Finalized finals projects, debugged streamlit and dataset related issues. Continued the Boston Housing Price Prediction! Homework: NOTE: please click on save version for your respective final projects on the kaggleRead More...
Today We Did We finished going over last week homework. We started spaceship-survival-ai project. Homework Implement ai_survive_or_not(user_solution) function by sending user_solution to AI agent and ask it to decide whether or notRead More...
What We Did: Continued work on our Animal Race project. Homework: Finish painting your finish line. Code the dog so that when he touches the finish line he says “I finished!” YouRead More...
What We Did: Started our Spaceship project. Homework: Make it so that the space ship can go left right up and down based on the w, a, s, and d keys justRead More...
What We Did: Finished our Animal Crossing project. Started our Spiralizer project. Homework: Every 0.5 seconds create a clone of the ball and make it go forward. If you have any questionsRead More...
Today we did: We learned about the boolean data types and started learning about lists. Homework: Do number 1 and 2 only from here: https://www.ayclogic.com/java-list-forloop/
What We Did: Went over the second problem on the practice final test. Homework: None! If you want to prepare for your final test you can look at past projects. If youRead More...
Today we did: We reviewed the homework and worked on GrocerySystemV3 with classes. Homework: Create a new file called SchoolSystem.py. Create another new file called student.py. If if conflicts with a previousRead More...
Today’s Activities: Continued the new project on Multi-class Classification Went over deployment code using streamlit Homework: Upload a screenshot of the website working (not locally) On the streamlit website, ensure you choseRead More...
Today We did continue with dictioanries with classes review Homework Link to review https://drive.google.com/file/d/1kGkhBCy1dbJ8XMP5MjB03Wnlw9b3_vUN/view?usp=sharing #Homework #Part 1 Fill this in class Pokemon: def __init__(self,name, type, hp, attack): # fill inRead More...
Today We DID We Learned about An alternative way of drawing. Rather than locations, we can command the turtle to turn left, right and right with turtle.forward(100) (goes 100 steps in theRead More...
Today we did: We continued working on the combined YOLO detection and discussed the datasets for the personal projects. Homework: If you have already locked in your dataset with me last lessonRead More...
Today We We started working on the Shopping Cart project. Homework Add two more food sprites for each category. Make sure the all the food sprites shake when their category is called.Read More...
Today We Did We continued with Funny Faces We added animation in nose sprite. We added bow tie and adding rotating animation. Homework Print below grid paper in a piece of paperRead More...
Today we did: We continued working on the Titanic Survivor Prediction project. Homework: In your personal project, load the dataset, and do all the things we did like .mean, .sum, etc.Read More...
Today We We went over the 2nd quiz. Homework Create a function called age_classifier with one parameter called age This function will RETURN a string depending on the age If age isRead More...
Today We Did We continued with Spaceship Ai Survival Game. We added the AI Judge portion to decide if strategy user provided is sufficient for someone to survive. We enforce the AIRead More...
Today’s Activities: Finalized finals projects, debugged streamlit and dataset related issues. Finished the Boston Housing Price Prediction! Homework: Get your app working on the streamlit website! One more thing you have toRead More...
Today We Did We made survive_or_not_survive function We learned, we have to include the scenario when asking ai to evaluate the survival strategy. We learned how to force AI to response inRead More...
Today We We went over Python Turtle basics. Homework Create a diamond shape. It must be filled with a color we haven't used before. It could be located anywhere on the screen.Read More...
What We Did: Finished our Animal Race project. Started our Funny Faces project. Homework: Paint your own eyes, nose, and ears into the funny face. Be creative with this! Try to addRead More...
Your HW: Add collisions between coin and player Add a way to track how many coins collected Display that coin count on screen using a font like we did using score/time onRead More...
What we learned today: Application of the Dictionary using the phone dictionary program
What We Did: We covered the fireball code, the movement code, and started the bomb code. Homework: Have the bomb go forward about 200 pixels, then explode. All I want you toRead More...
What We Did: Finished our Spiralizer project. Started our Virtual Snow project. Homework: Create a sprite called snow and make it a white circle without the black border. Every 0.5 seconds IRead More...
What We Did: Completed our Scratch 1 Final Test. If you have any questions feel free to email me at jsaroufim@ayclogic.com.
Today We Did We finished Pet Breed Project We started Single Digit Prediction Project Homework In you Kaggle Single Digit Prediction project Create a new code cell Create a new function defRead More...