7 PM – Python OOP – Joel
7 PM – Python OOP – Joel
Today we did: We reviewed the homework and starting learning about OOP and classes. Homework: Come up with a class you want to make. It should be a specific type likeRead More...
Today we did: We reviewed the homework and starting learning about OOP and classes. Homework: Come up with a class you want to make. It should be a specific type likeRead More...
Today’s Activities: Continued the first project on Cat vs Dog classification, doing deployment outside of Kaggle. Homework: Part 1 In your pycharm project, do the following: # hw: # deploy the streamlitRead More...
Today We Did: Continued work on our Draw Shapes project. We did the Rectangle, Square, and Triangle today. Homework: Have the cat go to the bottom left of the screen and createRead More...
What We Did: Finished our Punch The Dummy project. Started our Virtual Snow project. Homework: Make it so that when the snow appears when it is cloned, it starts falling down towardsRead More...
What we learned today: We learned the functions with return and functions without return value Homework: Name the file 03Mar_functions_without_ReturnHw 130 to 133 130, 131 (TRY IT YOURSELF), 132 Name the fileRead More...
What we learned: Names and Variables Boolean, String, Float, and Integer Homework: Create 06April_StringHomework.py pages 20-23 copy python codes from the book: 2nd week or 3rd week IntroToPythonP20toP23
Today’s Activities: Reviewed finals projects, debugged streamlit and dataset related issues. Finished the Titanic Survival Rate Prediction Problem! Homework: NOTE: please click on save version for your respective final projects on theRead More...
What We Did: Went over the practice test. Here is the practice test for reference: https://docs.google.com/forms/d/1tNhLbsE9wZ6YiULGhG5Huut-zQaXekyxNUzg1ObUlXY/viewform?edit_requested=true Homework: None! You guys are going to do great on the test next week. If you haveRead More...
Today We Did We reviewed functions We learned about Python random module. Homework Create april_7_magic_8_ball_v1.py Do number 1 from https://www.ayclogic.com/intro-to-python/magic-8-ball/
What We Did: Finished our Dino Dance project. Started our Animal Race project. Homework: Add in a dog sprite and a bat sprite (you choose which version you want) When the “z”Read More...
What we learned: Dictionary Homework: Name it April7_DictionaryHW1 Page 92 to 97. Page 99 TRY IT YOURSELF. 6-1 and 6-2 Name it April7_DictionaryHW2 Copy code from page 100, 101. TRY IT YOURSELFRead More...
Your HW: Create the player bird class It just needs to be animated Create the tube class Just use the tallest tube image and move to the left
What We Did: Finished our Draw Shapes project. Started our Animal Crossing project. Homework: Add in a new animal that is able to glide upwards to the top of the screen andRead More...
Today we did: We worked on the if-else scanner homework. We learned about and and or operators. Homework: Make a new file called April8_BooleanExpressionHomework Inside, go to number 2 and do specificallyRead More...
What We Did: Took the Final Test. Homework: Wait for an email with your graded test score. Check the feedback. How to submit homework: Go to your email and compose a newRead More...
What We Did: Finished our Virtual Snow project, went over some possible questions on how to move the snow. Went over the practice test and how to submit it. Homework: Complete theRead More...
Today’s Activities: Started the new project on Multi-class Classification Went over deployment code using streamlit Homework: Continuing off of last week if you haven't already: Part 1 In your pycharm project, doRead More...
What we learned today: Random module - randomint, choice, shuffle Magic 8 Ball using randomint and choice Homework: Name it April9_RandomHW https://www.ayclogic.com/intro-to-python/star-wars-problem/ Name it April9_ExerciseBeforeQuiz https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
Today We Did WELCOME TO THE DRAWING CLASSESSSSSS turtle turtle.goto(0,0) turtle. penup()/pen(down) turtle.color() Homework Create a Triforce using turtle Create a shape of your choice that is not a triangle orRead More...
NEXT WEEK IS YOUR FINAL EXAM FROM 5-7PM!! STUDY WELL! The google drive notes have been updated with the latest reviews. Your final exam is also open notes, but not open internet.Read More...
Today we did: We worked on ShootBalloon and the personal project. Homework: For ShootBalloon: Make the handle play and credit buttons function, and make the play button work so that you canRead More...
Today we did: We tried deploying the 3rd project today and discussed the personal project. Homework: Write a simple proposal in Google Docs with the link of the dataset you plan toRead More...
Today We We went over more random use cases. We created a random password generator. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) MakeRead More...
What we did today: Went over homework. Finished the Ask Gobo project. Started the Funny Faces project. Homework: For each of the replies Gobo has, please record your own voice saying thoseRead More...
What we do today: Went over homework Continued the Mary had a Little Lamb. Made the balls play the correct notes, grow big, and change color when touching the mouse or haveRead More...
Your HW: Make use of the magic menu method When the user wants to use a magic attack, prompt the user with the menu Using their response combined with the 2 dictionariesRead More...
Today We Did We learned how to create Open AI API Key. We learned where in https://platform.openai.com website we can keep track of usage and billing. We learned about 122 different typesRead More...
Today we did: We continued with the Glasses Detection project. Homework: If you haven't already put the best.pt into the Pycharm folder, make sure that you finish training first, and onceRead More...
Today’s Activities: Reviewed 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 learned how to create Open AI API Key. We learned where in https://platform.openai.com website we can keep track of usage and billing. We learned about 122 different typesRead More...
Today We Did We learned how to create Open AI API Key. We learned where in https://platform.openai.com website we can keep track of usage and billing. We learned about 122 different typesRead More...
Today We Did: Our final test for this class! Thank you all for a great year and I wish you the best of luck on your programming journey. If you wish toRead More...
What we learned today: Learnt about bugs and practiced fixing code. Homework: Continue in your Apr13_FixingBugs1.py for this: https://www.ayclogic.com/fixing-python-bugs/
Today We We went over homework. We went over common Python errors. Homework (Upload your homework into your Google Drive HW folder a day before the class starts) Make a 2 newRead More...
What We Did: Continued working on our Animal Crossing project. Added movement to the dog and bat sprite. Introduced variables Homework: Set count equal to 3 before the repeat loop Decrease countRead More...
Your HW: Come up with a project proposal like you did for Python Game Development (pygame) It must be 2D and can be only a little bit more complex than something doneRead More...
Your HW: Give hitboxes to the tube Create a coin class that is animated and moves to the left like the tube does
What We Did: We continued working on the Animal Crossing project. Homework: Make a new sprite, have that sprite glide from the bottom left corner to the top right corner. When theRead More...
Today we did: We continued with if statements and learned how to compare strings, as well as the ! operator. Homework Create a new file called April15_BooleanHomework Make an integer variable calledRead More...
Today We Did We went over the 1st problem from the practice test. We will discuss the solution for the 2nd problem next week. Homework On April 29, we will have finalRead More...
Today’s Activities: Continued the new project on Multi-class Classification Went over deployment code using streamlit Homework: # Part 1 # Make sure the streamlit deployment on the web works # Ensure theRead More...
Today we did: We reviewed classes and applied methods. Homework: 9-1. Restaurant: Make a class called Restaurant. The __init__() method for Restaurant should store two attributes: a restaurant_name and a cuisine_type. MakeRead More...
What we learned today: Learnt about bugs and practiced fixing code. Homework: Create a new file Apr16_FixingBugs2.py for this: https://www.ayclogic.com/fixing-python-bugs-2/ and submit to your google drive.
Today We did - Reviewing Dictionaries and classes Homework # Classes /objects #Classes are templates for creating things with unique info/actions class Character(): # initialize proccess #The goal here is to takeRead 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...
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...
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...
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...
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...
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...