American Young Coder

AYC logo

5 PM – Intro to Java – Joel

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...

7 PM – AI/ML – Darin

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...

7 PM – Python OOP – Joel

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...