What we did today: Went over homework Continued the Birthday Card Project Added the happy birthday dialogue Homework: Take a picture of yourself and the person you will be sending your customRead More...
Events
Calendar of Events
|
Sunday
|
Monday
|
Tuesday
|
Wednesday
|
Thursday
|
Friday
|
Saturday
|
|---|---|---|---|---|---|---|
2 events,
-
-
What we learned today: We learned about dictionary, how to add delete, and read We converted the robux shopping cart and the grocery system into a dictionary |
2 events,
-
What we learned today: Did the quiz We learned and used inheritance polymorphism(method overloading)
-
Today, we Made a Car class to review classes, __init__, and class functions Updated the Grocery Shopping Cart to use a GroceryItem class Homework Do the Try It Yourself from page 162Read More... |
4 events,
-
Today We: Finished the car game project Your HW: Make sure your project is uploaded to your google drive (Assets, Project Settings, Packages)
-
Today We Did We learned how to display either WHITE or BLACK font depending on balloon color. We learned how to display loading page. Homework Samuel Make the game finish if theRead More...
-
Today, we Reviewed the 1st Quiz that we took in the last lesson. Started to learn about functions without return values Homework Copy code from pages 130-133 Do the Try It YourselfRead More...
-
What we learned today: OOP (Classes, and the 4 pillars of OOP) Importing classes from other files We started the school system |
6 events,
-
What We Did: Finished our Mary Had A Little Lamb project. Homework: Create a list called shopping cart. Create 2 variables: index and total price. Choose 9 different items that you wantRead 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...
-
Today we did: We learned about classes and started the SchoolSystem. Homework: In the same way we did the else if for selection number 1, do the else if for selection 2Read 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...
-
|
2 events,
-
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... |
3 events,
-
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... |
5 events,
-
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... |
|
0 events,
|
1 event,
-
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... |
2 events,
-
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 |
7 events,
-
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... |
3 events,
-
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. |
4 events,
-
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... |
6 events,
-
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!!!. |
1 event,
-
What we learned today: We learned more about classes & OOP Grocery System with classes |
3 events,
-
-
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... |
2 events,
-
-
Your HW: Copy code from pages 137-139 Do #4-7 from: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ |
9 events,
-
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... |
1 event,
-
|
4 events,
-
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... |
4 events,
-
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...
-
What we did today: Reviewed for the final test Homework: Please look over your practice test and review the project that you are least familiar with. Reviewing your last Fireball fight projectRead More... |
1 event,
-
|
1 event,
-
Your HW: Make the final shopping cart and total price print out in the GrocerySystem V3 after the user exits Make sure it shows all the information about the grocery item includingRead More... |
2 events,
-
-
Today we did: We reviewed the homework and learned about Random. Homework: Continue in Aug18_Magic8Ball, and finish number 4 from here: https://www.ayclogic.com/intro-to-python/magic-8-ball/ If you have any questions, feel free to emailRead More... |
4 events,
-
What We Did: Kept on working on our Shopping Cart project. Homework: Finish up copying the "when this sprite clicked" code that we finished in class to every item in your shop.Read More...
-
Today we did: We continued with the AddressBookSystem. Homework: Add the selections for Find Owner, and Edit Owner, and do those like we did today for Find Address and Edit Address.Read More...
-
-
Today we did: We reviewed the exercise today. Homework: Do the exercise from here for more practice: https://docs.google.com/document/d/1XfKNhcw4RQJL1umzBz5ZpoTjScuaziqv1IXOzBAW6a4/ This has been shared to your emails, if you cannot access it, letRead More... |
5 events,
-
Your HW: Study for your final exam next Saturday Study Driver System Monster inheritence School System Extra Practice: Complete the Vehicle/Garage System Add Vehicle """ ADD VEHICLE Enter Vehicle Type 1. GeneralRead More...
-
Today we did: We worked on DragonBirdie. Homework: We were able to move one of the birds left to right. See if you can make the other existing birds move inRead More...
-
-
Today We Did We learned how to create Open AI API Key. We learned about 122 different types of OpenAI models. Homework Go through this website: https://developers.openai.com/api/docs/guides/text?lang=python Answer these questions in yourRead More...
-
What we learned today: We finished the grocery system OOP We started the school system |
2 events,Today We did - - Dictionary introduction - What is a dictionary -Key-Value Pair - using for loops with dictionary - dict_name.keys(), .values(), .items() Homework None
-
Today we did: We continued working on the Spaceship Malfunction Project. Homework: Make the streamlit page like this: (without the new scenario button is alright for now) |
6 events,
-
Today We Did We learned how to fill colors to closed-shape. We learned how to reduce code duplication by using function. Homework Inside aug_22_turtle_face_with_function.py file, add code to get the following result.Read More...
-
Today we did: We continued working on the YOLO human detection. Homework: Look at https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml and find object other than human and test if it works by adding more elif statementsRead More...
-
Today, we Went over the quiz review homework from last week Homework Review these topics for the quiz next week: Data types: You should be able to tell what data type aRead More...
-
Today We Did We finished Grocery Shopping Cart Homework. Homework Add code inside grocery system project so it can do the 999. Add New Grocery Item What do you want to purchase?Read More...
-
Your HW: Study for your final test next Saturday More Vehicle System Practice: # repair method in vehicle class: # have one parameter: amount # increase health by that amount # makeRead More...
-
What we did today: Finished the final test today!!!! Great job everybody, I’m really proud of you all. Homework: None!!!! |
1 event,
-
What we learned today: We finished the school system We learned more about dictionary and OOP |
3 events,
-
What wee learned today: We finished the Temperature Converter Android App We began the final test practice quiz
-
Today We Did We completed GroceryShoppingCart V3 using classes. Homework Inside sat_1230_monster_inheritance project, create aug_24_class_inheritance_hw.py Copy codes from Page 168 to 170. Run it and make sure there is no error.
-
Today We Did We made good progress on streamlit page for Video Youtube AI Researcher. Homework Inside video_ai_analyzer.py Add codes to be able to connect to OpenAI model. Look at how weRead More... |
1 event,
-
Today we did: We reviewed the homework and finished the second version of Magic 8 Ball. Homework: Make a new file called August25_FunctionRandomHomework.py and do the exercises from here: https://www.ayclogic.com/intro-to-python/star-wars-problem/ IfRead More... |
6 events,
-
What We Did: Finished our Shopping Cart project. Started our How Old Are You project. Homework: Ask for the age of the user and say their age back to them. HINT: UseRead More...
-
Today We Did We continued with grep_local_py function to integrate with AI Agent and limit the number of result. Homework Modify grep_local_py function so it can translate ~/Desktop into /Users/crystal.apple/Desktop. Hint, youRead More...
-
Today we did: We reviewed the homework and learned to fix errors in the code. Homework: Complete the practice quiz sent in your email. Give yourself around 1 hour toRead More...
-
-
Today’s Activities: Completed YOLO (You-Only-Look-Once) for object detection! Homework: Go through this documentation to figure out how to extract confidence scores, and then display boxes only if the confidence is beyond 85%:Read More...
-
Today We Did We continued file_search function to be enable AI Agent to search files in your directory. We limit the file_search result to 50 to avoid sending too big of promptRead More... |
4 events,
-
-
Today we did: We continued with BirdieDragon. Homework: Make a new calss called Cloud in a file called cloud.py similar to the one we made for Bird. Use the cloud1.pngRead More...
-
-
Today We Did Got more familiar with the OpenAI API key usage. Learnt about how ChatGPT works internally with tokens, context, and prompt engineering. Homework Using what we have learnt on memoryRead More... |
2 events,
-
Today we did practiced Dictionaries with phone book How to do an application menus, forever loops, why dictionaries help with coding Homework: Copy code from page 100, 101. Page 99 TRYRead More...
-
Today we did: We reviewed the homework and completed the streamlit with session state. Homework: Use this to learn about spinner, snow, and balloons. https://docs.streamlit.io/develop/api-reference/status For when you call the surviveRead More... |
4 events,
-
Today we did: We mapped the coco class indices to the labels. Homework: Research in the Internet, how to display select box in streamlit – Camera and Video URL When VideoRead More...
-
Today We Did We added more features on the draw_rect function. We added width and height parameters. We started redoing the face drawing using draw_rect function. Homework Continue with your aug_29_face_with_function.py andRead More...
-
Today, we Took the first quiz Homework When the quiz results are released, go over them and the feedback so that you can ask about it during the next class. UPDATE:Read More...
-
|
1 event,
-
What we learned today: We started the library system project. Homework: Finish the list all books |
1 event,
-
Your HW: Create a monster class with the following information: Attributes: species health min damage max damage Methods: get info: Display all the stats of the monster |
3 events,
-
What We Did: Finished our Funny Faces project. Learned about the coordinate system and how to figure out where specific points are. Homework: Write on a sheet of paper the coordinates (xRead More...
-
-
Today we did: We reviewed the homework, did password generator, and learned how to fix errors. Homework: Still in Sep1_FixPythonErrors, put the following code here and try to fix: names =Read More... |
5 events,
-
What We Did: Finished our How Old Are You project. Looked at our Movie Ticket project. Homework: Ask the user for their name. Say "Hello, {name}, welcome to the cinema!" {name} shouldRead More...
-
Today we did: We reviewed the 1st quiz practice test. Homework: Finish the rest of the practice quiz and submit it. Then, you can keep reviewing your files and redo theRead More...
-
What we learned today: Random module We learned how to use the random module in a lot of ways Homework: Create a file called September2_Magic8BallHW and do https://www.ayclogic.com/intro-to-python/magic-8-ball No 2 only. ForRead More...
-
What we did today: Finished one shot YOLO model inference. HW: Finish training on google colab for the glasses model, and export the model from "best_model.pt", save it as best_glasses.pt, then useRead More...
-
Today we did: We reviewed the Final Test. Homework: Redo these HospitalSystem and SushiRestaurant for practice, and you can also redo the practice final test and the final test forRead More... |
4 events,
-
Today we did: We continued with DragonBirdie. Homework: #Homework: Make a create_cloud function in the main just like we did today for the create_bird. Don't forget to add timers asRead More...
-
What we learned today: We did the practice quiz Homework: Finish the number 9-10 in the practice quiz at https://www.ayclogic.com/intro-to-python-exercises/
-
Today We Did Got started on the 20 questions game using OpenAI API Homework Count how much it costs to run a game of 20_questions with gpt-5. You may need to editRead More...
-
|
1 event,
-
Today we did: We started the AI Chatbot Agent project. Homework: Define two additional tools similar to prank_calculator tool. Integrate these two tools when you define you agent. |
1 event,
-
Today we did: We finished the YOLO human detection and started the glasses detection. Homework: Research in the internet what this yolo label content file means 0 0.268875 0.655833 0.14674999999999996 0.125 ResearchRead More... |