American Young Coder

AYC logo

9 AM – Intro To Java – Gamas

Homeworks Continue working on the Practice Test. Make sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next weekRead More...

9AM – Intro to Python – Saagar

Today we did: Went into functions with return values in detail: why they are needed, how we use them, how the location of return affects what code runs examples of functions withRead More...

10 AM – Minecraft Modding with Java – Gamas

Today We Did We added SATURN_TURTLE custom creature to our minecraft modding project. We fixed the body and head animation problem We continued with SATURN_FOX custom creature. We transfered the SaturnFoxModel.java classRead More...

12:30 PM – Scratch 2 – Abigail

What we did today We worked on the Supermarket project. Homework Add 2 more fruits, 2 more "bakery" foods, and 1 more "others" foods. (You can choose any food sprite, just makeRead More...

1 PM Intro To Java – Alexander Lee

Today We Did: We started with the Monster Inheritance project. We were able to create the Monster and add it to a map, along with listing it out. Also, we started theRead More...

2 PM – Intro To Python – Sebastian

Today We Did list.pop(index) removes item at index list.insert(index, value) puts a value at an index list.append(value) puts a value at the end of a list list.remove(value) removes one of that value fromRead More...

2 PM – Intro To Python – Gamas

Homework Continue with Oct8_PhoneDictionary.py. Add a new feature to exit from program if user enter "exit". Add a new feature to print all name and phone numbers in the dictionary. To doRead More...

3 PM – Intro To Python – Sebastian

Today We Did list.insert(index, value) puts value at index of where it would be once added list.append(value) puts value at end of list list.remove(value) removes one of that value from list list.pop(index) removesRead More...

4 PM Intro To Java – Alex Lee

Today We Did: We started the first project and were able to get through the variable data types. We learned about how to initialize string, integer, double, and floats for variables. Also,Read More...

4:30 PM – Scratch Level 2 – Allison

Today we: Reviewed the homework Continued the Fantastic Flowers project Coded the game to draw a flower whenever the player clicks on the screen Learned about "my blocks" Created a block titledRead More...

6 PM – Intro To Python – Bill

Today We: Learned how to search using dictionary Created find_student_dictionary method Your HW: Create a teacher_dictionary attribute Update your add_new_teacher method to add the new teacher to the teacher dictionary with theRead More...

7 PM – Digital Illustration – Abigail

What we did today We finish working on the Lighthouse drawing We started working on the Captain America shield + Thor's Hammer drawing. Homework Finish doing the "messy sketching" on the wholeRead More...