Today We Did Reviewed homework. Reviewed accessing, modifying, and inserting with dictionaries Learned about looping through dictionary keys, values, and items. Homework Name your file Sept4_Dictionary_HW2.py and do: Pg. 100, 101 TryRead More...
Today We Did Reviewed last week's homework for the Phone Book dictionary program Worked on the Grocery System project using dictionaries. Homework Name your file Sept4_GrocerySystem.py and finish: Adding the purchased itemRead More...
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...
Today We Did Continued Monster System Reviewed overall game structure and how the logic has to work Began adding inheritance In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Began Library System Practiced all the ways we can add to dictionaries Reviewed how to make classes for our Book objects In case you need anything, feel free toRead More...
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...
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
Today We Did We finished converting Robux Shopping cart project to use dictionary. We review again how to use for loop to go through each element inside dictionary. Homework Inside sep_16_looping_dictionary.py fileRead More...
Today We Did Finished inheritance Monster Project Did full review of class concepts Full explanation of class homework (practice test) In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Finished Library System project Started last version of Grocery System project In case you need anything, feel free to email me at sebastian@ayclogic.com Homework No homework (only for thisRead More...
Today We Did We reviewed how to loop through each element inside a dictionary. We enhanced sep_9_robux_shopping_cart.py so it will print the selection menu according to elements inside item_prices and item_names dictionaries.Read More...
Today We Did Reviewed sample final exam Reviewed important things to keep in mind while we take the final exam In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Finished fourth version of GrocerySystem project Began learning about inheritance Inheritance means the "child class" will "inherit" all the methods and attributes from its parents In case you needRead More...
Today We Did We reviewed Phone Book homework. We went over proof that in worst case scenario, using python dictionary to search is faster than using list. We went over using PythonRead More...
Today We Did Continued learning about inheritance fundamentals Worked through monster system project Completed Monster parent class In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Please submitRead More...