American Young Coder

AYC logo

9 AM – Intro To Python – Indo – Gamas

What We Did We used 2 dictionaries to simplified GroceryShoppingCart program. We learned how to check if a key exists in a dictionary. Homework Inside sep_9_robux_shopping_cart_dictionary.py: Create 2 dictionaries to store theRead More...

5:00 PM – Python OOP – Juan

Today We Did Reviewed homework. Reviewed looping through dictionary keys, values, and items. Finished the Phone Book System Homework Name your file Sept18_GrocerySystem_V2.py and do: Create a dictionary "items_inventory": Keys are theRead More...

7 PM – Intro to Python – William

Today we did: Learned about for loop with range Started learning while loops Homework: Make the following files: Sep11_ForLoopHW.py Compete Try It Yourself 4-1 and 4-2 on p. 56 Sep11_ForLoopRangeHW.py Read textbookRead More...

7:00 PM – Python OOP – Juan

Today We Did Finished Robux Shopping Cart Started learning about classes: Attributes Methods Homework Name your file Sept18_OOP_HW.py Complete pg. 158-161

6 PM – Intro To Python – Darin

What We Did Today: Introduced the concept of programming in python Learned about variables and 3 data types: Integers, Floats/Doubles, Strings Learned about printing to the shell Learned about doing math withRead More...

6 PM – Intro To Python – Darin

What We Did Today: Reviewed the homework on applying different concepts together in a function Covered extra ideas on functions including using functions inside other functions Practiced complicated examples for functions Homework:Read More...