American Young Coder (AYC)

AYC logo

7 PM – Python OOP – Darin

FINAL EXAM IS NEXT WEEK! So you have to study the past projects and finish up the final exam review. Today We Did Went over the final exam review, going over similarRead More...

6 PM – Python OOP – William

Today We Did Installed PyCharm Community Edition + created project Learned about Python dictionaries Key, value Add/update entries Get/delete entries Code for today's and future lessons can be found here (you shouldRead More...

6 PM – Python OOP – William

Today We Did Benchmarked dictionary vs. list Reviewed dictionary concepts Looping through keys, values dict.items() Homework Follow the instructions at: https://www.ayclogic.com/phone-book-system/ If you want supplemental reading about dictionaries, check out the textbook:Read More...

6 PM – Python OOP – William

Today We Did Created GrocerySystemV2 using Dictionaries Overview of Object-Oriented Programming Homework Create a file named May21_RobuxShoppingV2.py: Modify your original RobuxShopping code from Intro to Python to use dictionaries instead of multipleRead More...

6 PM – Python OOP – William

Today We: Reviewed homework/OOP Concepts Started SchoolSystem Created Student class for add_student() Created list and dictionary to store students Homework: Continue working on SchoolSystem: Add the following options to the menu: 2.Read More...

6 PM – Python OOP – Darin (William Sub)

What We Did Today: Continued School System Implemented the listing methods for both the student and teacher Converted the main.py file into a class called SchoolSystem Homework: Continue working on SchoolSystem, butRead More...

6 PM – Python OOP – Darin (William Sub)

What We Did Today: Continued Library System, emphasizing the usage of dictionaries. Homework: Continue working on LibrarySystem, and do the following: Implement the list_all_old_books method which lists books that have a publishRead More...

6 PM – Python OOP – Darin

What We Did Today: Finished Library Homework: Continue working on SupermarketApplication and do the following: Add print statements using item.name and item.price in each of the if statements. Outside the while loop,Read More...

6 PM – Python OOP – Darin

What We Did Today: Finished Supermarket Application Reviewed concepts/functions on using Dictionaries such as .values(), .keys(), and .items() Homework: Implement MonsterSystem.py and Monster.py and upload the two files into the google driveRead More...

Verified by MonsterInsights