4 PM – Python OOP – Darin
Today We: Reviewed the idea of classes and objects (object oriented programming), and learnt how to use classes and create objects out of them. Learnt more about attributes (variables of the class)Read More...
Today We: Reviewed the idea of classes and objects (object oriented programming), and learnt how to use classes and create objects out of them. Learnt more about attributes (variables of the class)Read More...
What We Did Today: Reviewed the final exam for the final exam retake! Notes: If you have any questions, you can email me at ddjapri@ayclogic.com
Today We: Changed the grocery system program to use classes to minimize the number of dictionaries needed for our program. Reviewed how dictionaries work. Homework: (1) IF you haven’t already: Do TryRead More...
What We Did Today: Installed and did the setup for PyCharm, our new IDE to use in this course. Navigated the PyCharm environment, and explained how to submit homework and access PyCharmRead More...
Today We: Reviewed the homework for TIY pages 162, 167 Got started on the School Application project, further implementing object oriented concepts. Homework: (1) IF you haven’t already: Do Try It YourselfRead More...
What We Did Today: Learnt about dictionaries, how to access, remove, edit, and loop through dictionaries. Homework: In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and pageRead More...
Today We: Reviewed TIY page 167, highlighting default values. Continued the School Application project, further implementing object oriented concepts. Homework: For Ian: In your Sep30_SchoolSystem project, add a staff class and addRead More...
What We Did Today: Applied dictionaries in a text based game Homework: (If you havent already) In a file called Oct1_DictionaryHW, do pages 99 (TIY 6-1 to 6-3) and page 105 (TIY 6-4Read More...
Today We: Reviewed the inner workings of classes, object relationships, and how to use dictionaries. Added the teacher class into the program. Next week we will start on a similar but differentRead More...
What We Did Today: Further applied dictionaries We changed Grocery System from intro to python to use a dictionary instead, making things more efficient. Homework: CHANGE robux system so that you useRead More...