7 PM – AI Agent – Gamas
7 PM – AI Agent – Gamas
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 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’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 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: Make sure you have your assets purchased/downloaded Work on your project's planned week 1 hw
What we learned today: Application of the Dictionary using the phone dictionary program
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 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...
Today we did: We learned about for loops with index. Homework: Make a for loop using index that prints "Hey there!" 10 times. Make a for loop using index that runs fromRead 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...
Today we did: We continued with SchoolSystem. Homework: Continue with SchoolSystem and do selections 4 and 5 (Add Teacher and List Teacher). To do this, you'll need to make a new fileRead More...
Today We Did Practicing using Rectangles to create combined shapes Starting building my robot Homework in a file called robot_arm_hw_april_30.py Use rectangles to draw a right arm for you robot! Design andRead More...
Today We did finish our long review about classes , dictionaries, and applications talked about monster inheritance Homework: We are diagraming the relationship between parent and child classes # 2-3Read More...
Your HW: Find your assets and finalize the 9 week plan Start on your project's week 1 planned HW
Today we did: We continued with ShootBalloon and the personal project. Homework: For ShootBalloon, make sure to add the game over and game win pages as well.
Today we did: We worked on the personal project and finished YOLO combined detection. Homework: Continue making progress in your personal project. Work on the new dataset for those of youRead More...
Today we did: We continued working on the Titanic and the personal project. Homework: For the personal project, make sure to figure out which variables are categorical, continuous, and apply theRead More...
Today We We finished working on Cheese Chase project. We started working on Fantastic Flower project. Homework In your Cheese Chase project, create a win banner sprite. The sprite will appear afterRead More...
Today We We went over turtle functions. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a new file called “May2_Turtle_Exercises_HW.py” Do these exercises,Read More...
What we did today: Continued the Drawing Shapes project Went over coordinates Made the square in code. Homework: Find the coordinates of the triangles points on the grid paper. Review the origin,Read More...
Your HW: Add new TextViews for the 2 number text boxes below the From/To Unit TextViews Add a Button Component that is centered and below the 2 number text boxes Make sureRead More...
What we did today: Went over homework Continued the Super market project Made the Checkout button Homework: Please make it so that when you click on the Checkout button, it returns toRead More...
Today We Did We started building streamlit page that will interact with ai functions which we build in spaceship_game.py. We displayed scenario produced by AI We added text area where user canRead More...
What we learned today: If statements And and Or Operator Homework: Pages 78-81 from the textbook, put it in a file called 04May_IfElseHomework.py
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 to ensureRead More...
Today We Did We learned about Python JSON library. We learned the difference between JSON String and JSON Object. We started Streamlit page. Homework Continue with Streamlit page try to add everythingRead More...
What we learned today: How to make shapes using turtle Learning about using the penup, pencolor, pendown Homework: Create a file called 5May_ BasicTurtleHW and do https://www.ayclogic.com/event/6-pm-intro-to-python-46/
What We Did: Continued our Funny Faces project. Homework: Have the mouth update its costume forever. Make the bowtie spin forever. Feel free to email me at jsaroufim@ayclogic.com if you have anyRead More...
Your HW: Add a main menu copy and paste the code for the button from dragon birdie make the game start on the main menu when player hits the play button, gameRead More...
What We Did: Continued work on our Spaceship project. Homework: Add a timer to keep track of how long the player has been playing the game. Have the timer stop when youRead More...
What We Did: Continued our Virtual Snow project. Homework: Make it so that the snow stamps on the snowman when it contacts him. This is very similar to how we stamp theRead More...
What We Did: Started our Spaceship project. Homework: Paint your own comet sprite. Have the comet sprite create a clone of itself every 0.5 seconds. Place those clones at random x positionsRead More...
Today we did: We continued with SchoolSystem. Homework: #Do the selections 7, 8, 9 #Make the Staff class with the following attributes: #name, phone_number, email, age, and duty #The only integer attributeRead More...
Today’s Activities: Continued the Single Digit Classifier project. Homework: Come up with a final project! Choosing what you want to classify — Can be anything in real life, the only thing isRead More...
Today we did: We started working on Monster Inheritance. Homework: Do selection number 2, which is List all Monsters. Don't forget to make an elif for this selection. And in the elif,Read More...
Today we did: We continued making the robot in Turtle. Homework: Still in the same file, make a function for the right_leg and left_leg in the similar way you did for theRead More...
Today we did: We worked on ShootBalloon. Homework: In your personal project, add the audio assets into your game where they should be added.
Today we did: We were able to send an email when YOLO detected a human. Homework: If you have finished your personal project, then no homework. Otherwise, continue making progress on yourRead More...
Today we did: We worked on the personal project and Titanic. Homework: #Homework #Search in Google how to use fillna and do it on the test_df column #Turn the test_df intoRead More...
Today We We continued working on Fantastic Flower project. Homework No homework because you finished it during class :) If you have any questions, email me at abigail@ayclogic.com
Today We Did We continued learning X and Y coordinates. We drew triangle in Scratch. Homework Continue with Draw Shape scratch project to draw the rectangle shape. Continue to draw the OctagonRead More...
Today we did: We reviewed the homework and learned about while loops. Homework: Make a new file called May9_LoopsHomework. Do number 3 from here: https://www.ayclogic.com/java-list-forloop/ Do the exercise from here as well:Read More...
Today We Did We finished Spaceship Survival AI game. We finished streamlit page. Homework No homework
Today We We went over more Python Turtle applications. We began to illustrate a robot using Python Turtle. Homework Sketch your final project proposal. You can draw on paper or draw onRead More...
What we learned today If Statements - Equals to and Not Equals to Input and int() to get input and converting the input into an integer
Today We Did We continue with streamlit page. We learned about the st.session_state built-in feature to store variables in the page session. Using st.session_state, we can store existing scenario so scenario doesRead More...
What We Did: Started our Dino Dance project. Homework: Create a new dinosaur and put it into your project. Make it change its costume every 1.5 seconds forever. Also make it bounceRead More...
What we learned: Learned more about turtle (goto, forwards, left, right) Learned about filling with the turtle
What we learned today: Different data types in java and how to use them Getting inputs Homework: Create a file called May12_VariablesAndDataTypesHW.java https://www.ayclogic.com/java-variables-datatypes/ do number 1 to 3
Your HW: Create the credits page using a new font It should look something like this: Put your name after Game Developer and keep everything else the same
What We Did: Continued work on our Spaceship project. Homework: Add in some music to your game. Vincente: make sure that when you press the B button your bomb will be clonedRead More...
What We Did: Finished our Virtual Snow project. Homework: Complete the Scratch 1 Practice Test: https://docs.google.com/forms/d/1D2V4Z65i10Mj8oNbuCVY1ShidaLwd4178U-LZrSHs5k/viewform?edit_requested=true Remember this is going to be 10% of your final grade so work hard on it! RememberRead More...
Today we did: We continued learning about for loops. Homework: Make a class called May13_ReviewHomework. Make a list called shoppingCart. Ask the user to input how many items they want toRead More...
What We Did: Continued our Spaceship project. Homework: Make a bomb sprite that spawns at the player's position when they press the B button. Have it explode after a certain distance itRead More...
Today’s Activities: Finished the Single Digit Classifier project. Homework: Come up with a final project if you haven't already! Choosing what you want to classify — Can be anything in real life,Read More...
Today We: Went over the pros and cons of using a dictionary vs list Your HW: Add a student dictionary In the add new student function, add the newly created student toRead More...
What we learned today: We learned how to draw circles and using the arguments such as radius and extent Making a face using simple shapes such as a circle and a rectangle
Today, we did Variables and assignment Data types: integer, double/float, string, boolean Math: addition, subtraction, multiplication, division Printing strings: Concatenate with + or f"" Printing with print() Homework Create May_14_StringHomework.py pages 20-23Read More...
Your HW: Give the monster class a new function recieve_sword_attack 1 parameter, damage_amount The function will subtract from hp damage_amount Make sure damage_amount is not negative
Today we did: We continued making the robot in Turtle. Learnt how to compose functions. Homework: Still in the same file, make a function for the right_leg and left_leg in the similarRead More...
Today We Did We started Intro To List Project Homework Inside Mary Had A Little Lamb project create a list, "Notes" Inside the list put the following notes below And then haveRead More...
Today, we worked on Illustrating the rest of the robot with Python Turtle Homework Upload project proposals to Google Drive Ethan: Make draw_cactus() function Make draw_cloud() function Emma: Make draw_tree() function MakeRead More...
Today, we Reviewed last week's lesson (data types, variables, strings) Learned if-elif-else and booleans Set up Zoom for future lessons Homework Create May_16_StringHomework2.py, and do exercises from page 25 of the textbookRead More...
What we did today: Checked Homework Started Animal Crossing project Made a sprite go from left to right Made a sprite go down to up. Homework: Make another animal start from theRead More...
Your HW: Do the practice final (it will be graded and be worth 10% of your grade) https://docs.google.com/forms/d/e/1FAIpQLSfiDSEy-PemNDJQSrfYKzAem-IRT7vSzsRH62kCl6HevSnWoA/viewform?usp=header The actual final will be 2 hours long so use a 2 hour timerRead More...
What we did today: Went over and checked homework Started the Movie Ticket project. Homework: Create another if statement for the age range of 3-10 for a $5 ticket Create another ifRead More...
Today We Did We started Ai Agent Tool project. We created prank_calculator tool Homework Define two additional tools similar to prank_calculator tool. Integrate these two tools when you define you agent.
Today we did: We started working on OCR. Homework: This is the last week to finish your personal project. Please contact me if you have any issues. You should finish trainingRead More...
What we learned today: We learned about if statements and inputs for both string and integer Homework: Name the file May18_InputHW Input from shell homework – Page 114 to 116 Page 117Read More...
Today We We started working on the turtle faces project. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Do your homework in your may18_faces.pyRead More...