BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240903T180000
DTEND;TZID=America/Los_Angeles:20240903T190000
DTSTAMP:20260506T093208
CREATED:20240904T042413Z
LAST-MODIFIED:20240904T042413Z
UID:26663-1725386400-1725390000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 6-8 PM\n\nWhat We Did Today:\n\nReviewed the driver system project for the final exam next week.\n\nHomework:\n\nStudy for your final exam through driver system\, monster inheritance\, OOP concepts in past notes!!\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240910T180000
DTEND;TZID=America/Los_Angeles:20240910T200000
DTSTAMP:20260506T093208
CREATED:20240911T031009Z
LAST-MODIFIED:20240911T031009Z
UID:26741-1725991200-1725998400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nDid our final exam.\nYou will get your results soon within the next 3 days.\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240916T160000
DTEND;TZID=America/Los_Angeles:20240916T170000
DTSTAMP:20260506T093208
CREATED:20240917T031200Z
LAST-MODIFIED:20240917T031200Z
UID:26801-1726502400-1726506000@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We:\n\nReviewed the idea of classes and objects (object oriented programming)\, and learnt how to use classes and create objects out of them.\nLearnt more about attributes (variables of the class) and methods (functions of the class) through the Dog class.\n\nHomework:\n(1) IF you haven’t already: \n\nCreate a new file called Sep9_RobuxSystem.py and modify your robux system from thonny (you can get the code from the google drive notes if you don’t have the file anymore) to use a dictionary to keep track of the names of the items and the price of the items\, and modify the code inside of the while True loop to be similar to how you did in the grocery system to use the dictionary instead.\nYou do not need to modify the function at all for this assignment.\n\n(2) MAIN homework\, do the following: \n\nDo Try It Yourself page 162 in a new file called Sep16_ClassesHW.py\nCopy pages 163 to 166 in the same file as the above^\n\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240917T180000
DTEND;TZID=America/Los_Angeles:20240917T190000
DTSTAMP:20260506T093208
CREATED:20240918T071640Z
LAST-MODIFIED:20240918T071640Z
UID:26807-1726596000-1726599600@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Darin
DESCRIPTION:What We Did Today:\nReviewed the final exam for the final exam retake! \nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240923T160000
DTEND;TZID=America/Los_Angeles:20240923T170000
DTSTAMP:20260506T093208
CREATED:20240923T234208Z
LAST-MODIFIED:20240924T002351Z
UID:26867-1727107200-1727110800@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We:\n\nChanged the grocery system program to use classes to minimize the number of dictionaries needed for our program.\nReviewed how dictionaries work.\n\nHomework:\n(1) IF you haven’t already: \n\nDo Try It Yourself page 162 in a new file called Sep16_ClassesHW.py\nCopy pages 163 to 166 in the same file as the above^\n\n(2) MAIN homework\, do the following: \n\nDo Try It Yourself page 167 numbers 9-4 and 9-5 in the same file as the above^.\nA default value means something like __init__(self\, name\, price = 10)\, where price is a default value (an optional value)\n\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-7/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240924T190000
DTEND;TZID=America/Los_Angeles:20240924T200000
DTSTAMP:20260506T093208
CREATED:20240925T030231Z
LAST-MODIFIED:20240925T030231Z
UID:26884-1727204400-1727208000@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Darin
DESCRIPTION:What We Did Today:\n\nInstalled and did the setup for PyCharm\, our new IDE to use in this course.\nNavigated the PyCharm environment\, and explained how to submit homework and access PyCharm files.\nWrote some code as a preface for next week.\n\n  \nHomework:\n\nCopy pages 92 – 97 (from “Working with Dictionaries” until just before “using get() to Access Values”) in your file called Sep24_DictionariesHW.py\nUpload it to the google drive when you are finished!\n\n  \nNotes:\nYou can contact me at ddjapri@ayclogic if you have any questions!
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240930T160000
DTEND;TZID=America/Los_Angeles:20240930T170000
DTSTAMP:20260506T093208
CREATED:20240930T220637Z
LAST-MODIFIED:20241001T000937Z
UID:26936-1727712000-1727715600@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We:\n\nReviewed the homework for TIY pages 162\, 167\nGot started on the School Application project\, further implementing object oriented concepts.\n\nHomework:\n(1) IF you haven’t already: \n\nDo Try It Yourself page 167 numbers 9-4 and 9-5 in the same file as Sep16_ClassesHW.\nA default value means something like __init__(self\, name\, price = 10)\, where price is a default parameter when creating an object of the class (an optional parameter)\n\n(2) MAIN homework\, do the following: \n\nIn your Sep30_SchoolSystem project\, store the newly created s Student object in a list AND a dictionary.\nYou have to create the list and dictionary in the __init__  method. You can do this like:\nself.students_list = []\nself.students_dict = {}\nAdd the s object into the list by use of students_list.append(s) and add the s object into the dictionary by use of students_dict[ {student_name} ] = s\n\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR