5 PM – Python OOP – Brandon
5 PM – Python OOP – Brandon
What we learned today: We learned about OOP We learned about classes how to make it and how to use it Private and Public Functions and variables inside of a class Homework:Read More...
What we learned today: We learned about OOP We learned about classes how to make it and how to use it Private and Public Functions and variables inside of a class Homework:Read More...
What We Did: Started our Shopping Cart project. Homework: Create a new list called Categories. Inside this list, create 3 categories. Group your 9 items into these 3 categories, each containing 3Read More...
Today We Did We learned how to create AI Agent Tools Prank Calculator. We started creating web_search AI Agent Tools using Duck Duck Go Search. Homework Inside web_search() function Add @function_tool AddRead More...
What we learned today: We learned about break We went over for loop in more detail Homework: Create a file called July30_ForLoopHW do page 56(Try it yourself 4-1 and 4-2)
Today’s Activities: Finished the media pipe project smile detection. Next week we will do Optical Character Recognition! Homework: Watch this video: https://youtu.be/or8AcS6y1xg?si=Iy4cyQ3n0K9IJJuR if you haven't already Fix the code in the is_smilingRead More...
Your HW: Copy any code from the textbook: Page 92 to 97, 100 to 101 Page 99 TRY IT YOURSELF. 6-1 and 6-2 Page 105 TRY IT YOURSELF
Today we did: We continued with SchoolSystem. Homework: Make a new Java Class called Teacher.java. Make a Teacher class and have these attributes: firstName (String) lastName (String) age (int) subjectRead More...
Today we did: We did the chatbbot and listing models tutorial. Homework: Make a new Python file called spaceship_malfunction_game.py, and make a function called create_scenario() that can ask the response fromRead More...
Today we did: We continued with the Boston Housing Prediction project. Homework Do research on how to use RandomForestRegressor, and use it in the code. This should include importing it, creatingRead More...
Today We Did We reviewed String homework. We started learning IF ELSE statements Homework Create aug_1_string_hw_2.py answer problem from page 25: Just do 2-3, 2-4 and 2-5 Create aug_1_if_else_hw.py copy codes fromRead More...
Today We Did We reviewed for loop with list We learned about for loop in range Homework Create aug_01_for_loop_hw1.py copy codes from page 54 to 55 page 56 TRY-IT-YOURSELF: 4-1 and 4-2Read More...
Your HW: Create a copy of your robux shopping cart system file Convert it to use dictionaries like we did in today's class
What we did today: Went over homework completed the Fireball Fight project. Reviewed for the Final test Homework: Please do the Practice test. It will help when doing the Final test. :)Read More...
Today We Did We reviewed Class homeworks. We reviewed all the terminologies: class attributes, methods, self, and other related rules within class. Homework Memorize all terminologies and rules about class: A toRead More...
Homework Kai create Game WIN page create Game Over page create landing page It needs to have one image of the blue slime and one image of the pink slime, It needsRead More...
What we learned today: We finished the school system We learned about hashmaps
Your HW: Copy from text book: Page 158 to 161 Page 163 to 166 TRY IT YOURSELF: Page 162 Page 167 Remember to upload to google drive the night before next class
Today we did: We continued with SchoolSystem. Homework: Make new selections Find Teacher and Edit Teacher, and do it like we did Find Student and Edit Student today.
Today’s Activities: Overview of ADV AI Homework: When you are done, submit your file and any images into the same google drive from the intro to ML/AI! Watch this video: https://www.youtube.com/watch?v=aircAruvnKk Create aRead More...
What we learned today: Variables and Data Types How to use each data types Homework: Create a file called August5_DataTypesHW.java Do number 1-3 at https://www.ayclogic.com/java-variables-datatypes/
Today We Did We reviewed homeworks on how to create your own custom AI Agent tool. We started the ai_chatbot.py Homework We want to display information provided by AI in Markdown formatRead More...
What We Did: Continued work on our Shopping Cart project. Homework: Make it so that the code for the when the rest of the sprites are clicked is the same as theRead More...
Today we did: We finished Monster Inheritance. Homework: Do the practice test within this week, don't do it to close to the deadline. Give yourself at least 2 hours to doRead More...
Today We Did We reviewed class homeworks (Restaurant and User classes) We learned about some class terminologies Homework Try to memorize below points THINGS TO REMEMBER A. Attributes of a class attributesRead More...
What we learned today: We went over for loops and did page 56 (Try it yourself)
Today’s Activities: Finished the optical character recognition project! Homework: None! Congratulations on finishing the course! Notes: You can reach me at ddjapri@ayclogic.com. All class notes can be found here.
Your HW: Add the following options to the school system Add teacher Find teacher (list) Ask user for name, check first and last name if they match Find teacher (dictionary) Ask forRead More...
Today We Did We finished School System project. We started learning about Map and HashMap. We started creating AddressBookSystem Homework Inside AddressBookSystem add Add run method that will continuously display the menuRead More...
Your HW: Create a teacher class Attributes: name, age, email, room number, subject(english, math, etc.) Create a teacher list and dictionary Add the following options: List all teachers Add teacher Find teacherRead More...
Today We Did We started spaceship_ai_game project. We were able to ask AI to generate a scenario AND ask AI to judge our survival strategy. Homework Create a streamlit page (python fileRead More...
Today We Did We did Random Forest algorithm to solve Boston Housing Price. We did XGBoost algorithm to solve Boston Housing Price. We learned how to use the training data vs validatorRead More...
Today We Did We learned about if else statements We started turtle tutorial. Homework Create aug_8_turtle_face_hw.py The background has to be brown Inside this file add code to draw face using python.Read More...
Today, we Reviewed for loops Learned about the range function range(5) -> 0, 1, 2, 3, 4 range(5, 10) -> 5, 6, 7, 8, 9 Used range to repeat code a certainRead More...
Today We Did We reviewed Human class homework. Homework Inside aug_3_2026_human_hw.py create a new method, do_activity(self, action) Inside this method print the name and action like this Emma played basketball yesterday. CheckRead More...
Your HW: Add monster selection Ask the user for all the attributes needed to create a monster Create the monster and add it to the dictionary Create any class that inherits fromRead More...
What we did today: Went over the practice test Homework: We will have a review day this next class. Please prepare for a quiz just like last class!!!.
What we learned today: We learned more about classes & OOP Grocery System with classes
Today We Did We started SchoolSystem project. We created Student class. Homework Inside Student class, add a new method, "describe_student". When called it will print "John is 11 years old with aRead More...
Today We Did We reviewed AI Agent project We started YouTube AI Researcher project. Homework Inside search_youtube(..) function, add one more field inside the result dictionary "video_url". You have to research howRead More...
Your HW: Copy code from pages 137-139 Do #4-7 from: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Your HW: Create a new class that also inherits from monster Make it have at least one function that overrides a monster class function Be creative Examples: Takes double damage from waterRead More...
What We Did: Kept on working on our Shopping Cart project, we added the categories list and went over each of our items. Homework: Vicente: Make each item its own sprite insteadRead More...
Today we did: We continued with AddressBookSystem. Homework: Make a new class called Owner.java. It will have the following attributes: name - String age - int phoneNumber - String Create theRead More...
Today We Did We reviewed the ai agent tool project. We reviewed how to create agent tool We reviewed prank calculator tool We reviewed web_search tool Homework integrate grep_local_py tool with theRead More...
Today’s Activities: Implemented YOLO (You-Only-Look-Once) for object detection! Homework: Read through the code we implemented in human_detection_v2 to get a sense of how it uses the model. Add 3 more classifications ontoRead More...
What We Did: Finished our Shopping Cart project. Homework: Set up a new project and make a sprite that looks like a human. If you have any questions feel free to emailRead More...
What we learned today: We learned how to get input with scanner If Statements and else if + else Homework: Create a file called "August12_IfElse" and do https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
Today We Did We learned about os.walk feature and fnname python features. We created created file_search function inside ai_agent_tools.py Homework Add docstring and @function_tool for file_search function and integrate it with the agent. AndRead More...
Today we did: We went over the practice test. Homework: Do this before next week: https://docs.google.com/document/d/1cD6eUn8VacyxKo1fxGZJybTIE0_HYcq49QdTcDWrgqI/edit?usp=sharing Access to it has been given to your emails. Give yourself 2 hours, or more ifRead More...
Today we did: We continued with the first project. Homework: Create a new function, create_a_new_person() Inside the function ask AI to create a new person every you call the function, whichRead More...
Your HW: Find book by title ask user for name of book, look for a book with that name in the list (or use dictionary) FInd book by date range Ask userRead More...
Your HW: Create a teacher class Attributes: name, age, subject, room number Get info function also needed This should show the subject and room number of the teacher Create an Add TeacherRead More...
Today we did - Downloading and setting up Pycharm - Pycharm Tutorial - Quick review on simple subjects Homework: Read: Page 92 to 97. Look at these terms and tell me whichRead More...
Today we did: We learned about neural networks, YOLO, and started our first project.
Today, we Used while loops to print out a series of numbers Used while loops to make a loop that repeats until the user says "quit" Method 1: while message != "quit"Read More...
Your HW: Do the practice final test: https://docs.google.com/forms/d/1OhKBN8q59La_rmyNiMu1iSrQks5ssOIMDH0cACNV1Z0/viewform?edit_requested=true Give yourself 2 hours to practice what the final test will be like Afterwards, take as much time as you need to make yourRead More...