American Young Coder

AYC logo

9 AM – Intro To Java – Gamas

Homework Continue on your Android Temperature Converter project. Add "Celcius" header on top right of the app. Change the id to "convertedTempHeader". Underneath, add a text field. Change the id to "convertedTextField".

9AM – Intro to Python – Saagar

Today we did: Went over the review sheet in depth Trivia style questions for more practice for the quiz Homework Study for the quiz!!! I strongly recommend doing practice problems and usingRead More...

12 PM – Android Game Development – Gamas

Homework Continue on Birdie Mobile game. In main_activity.xml, add the setting button (using gear.png image). When this button is clicked, bring to SettingActivity. This is very similar to when you click theRead More...

1 PM Intro To Java – Alex Lee

Today We Did: We reviewed the practice test that you guys did over the week for homework. Got through half of the questions and the rest will be covered next week. ForRead More...

2 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Removing end spaces: .rstrip(), .lstrip(), .strip() Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the followingRead More...

2 PM – Intro To Python – Gamas

Today We Did We learned about For Loop in Range. We learned about While Loop We learned about +=, -=, *=, /= shortcuts Homework Create Sep10_WhileLoopHomework.py Inside the file copy codes fromRead More...

3 PM – Intro To Python – Sebastian

Today We Did String functionalities:  .title(), .upper(), .lower() Formatted strings: f"" Escape keys: \n \t Homework Create a new Python file SEP10_StringHomework2.py in Thonny. On page 25, try the following by yourself:Read More...

4:30 PM – Scratch Level 2 – Allison

Today we: Reviewed the Final Test Started the Spaceship 2.0 project Added the Fireball sprite Changed the direction the Fireball sprite is facing Created a Fireball clone when the space key isRead More...

6 PM – Python OOP – Bill

Today We: Reviewed the Homework Continued the Shopping cart V3 project Added the items to the list instead of the name Finished the Shopping Cart V3 project Your HW: Create a newRead More...