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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230805T140000
DTEND;TZID=America/Los_Angeles:20230805T150000
DTSTAMP:20260506T220513
CREATED:20230807T204356Z
LAST-MODIFIED:20230807T204356Z
UID:20996-1691244000-1691247600@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nRevisited our old grocery system\nApplied object oriented programming to it\, began Grocery System project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Recall that we created dictionaries to store Grocery Item objects. Try to fix the rest of the code from class to make this code work as it did previously when we had 2 dictionaries for the name and price of each grocery item. 
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-7/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230805T150000
DTEND;TZID=America/Los_Angeles:20230805T160000
DTSTAMP:20260506T220513
CREATED:20230807T204952Z
LAST-MODIFIED:20230807T205416Z
UID:20995-1691247600-1691251200@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nBegan working on school system project\nStarted learning how to build code from a menu that we’re given\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Try to implement option 3 in our menu\, “3. List all students dictionary”You will make a method for this just like we did for option 2 in the menu “2. List all students list”\, but this time it will loop through the dictionary attribute “self.student_dictionary”.
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-5/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T190000
DTEND;TZID=America/Los_Angeles:20230807T200000
DTSTAMP:20260506T220513
CREATED:20230808T030342Z
LAST-MODIFIED:20230808T030342Z
UID:21006-1691434800-1691438400@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nInstalled and set-up Pycharm.\nCreated a Pycharm project\nStarted learning about dictionaries\n\nHomework\n\nName your file August14_Dictionary_HW.py and do:\n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T140000
DTEND;TZID=America/Los_Angeles:20230812T150000
DTSTAMP:20260506T220513
CREATED:20230814T175831Z
LAST-MODIFIED:20230814T175831Z
UID:21099-1691848800-1691852400@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued our Grocery System project but started implementing the class system structure\nOrganized each operation into its own method in the system class\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Stop application loop when user enters any version of “check out” as the menu states. The user should be able to write any variation of “check out”\, like “CHECK OUT”\, “CHeck oUT”\, etc. and the program will still exit.
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T150000
DTEND;TZID=America/Los_Angeles:20230812T160000
DTSTAMP:20260506T220513
CREATED:20230814T180210Z
LAST-MODIFIED:20230814T180210Z
UID:21101-1691852400-1691856000@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued SchoolSystem project\nTook another deep dive into the differences between lists and dictionaries for the “find_student” methods.\nFull lesson on how lists and dictionaries “find” different things\, very proud of how everyone really understood why dictionaries are faster at searching!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive (you will be uploading the entire school_system folder we made in class).\nHomework: Finish the edge cases for “find_student_dictionary method”. This means we should first check to see if the name that was provided by the user exists in our dictionary attribute. If it DOES exist\, then we can keep the code that we wrote in class. If it DOESN’T exist\, then we should provide an error message. 
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260506T220513
CREATED:20230815T030318Z
LAST-MODIFIED:20230815T030318Z
UID:21106-1692039600-1692043200@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nLearned about inserting\, removing\, modifying\, and accessing with dictionaries.\nLearned about looping through dictionary keys\, values\, and items.\nLearned about checking if a key exists in a dictionary\n\nHomework\n\nName your file August21_Dictionary_HW2.py and do:\n\nCopy code from pages 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T090000
DTEND;TZID=America/Los_Angeles:20230819T100000
DTSTAMP:20260506T220513
CREATED:20230820T033344Z
LAST-MODIFIED:20230825T235032Z
UID:21208-1692435600-1692439200@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Gamas
DESCRIPTION:Your HW:\n\nTry running the file “Aug_18_Dictionaries”\nIf you cannot\, message Mr. Gamas to help you set up your pycharm
URL:https://www.ayclogic.com/event/7-pm-python-oop-gamas-8/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T140000
DTEND;TZID=America/Los_Angeles:20230819T150000
DTSTAMP:20260506T220513
CREATED:20230819T215707Z
LAST-MODIFIED:20230819T215707Z
UID:21168-1692453600-1692457200@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished creating a full Grocery System with object oriented programming\nReviewed the important topics in object oriented programming that we’ve learned about (classes\, constructors\, attributes\, and objects)\nBegan learning about inheritance; where (child) classes can inherit the methods and attributes from another (parent) class\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Please copy the code from pages 168 to 170 in the book
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-7/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T150000
DTEND;TZID=America/Los_Angeles:20230819T160000
DTSTAMP:20260506T220513
CREATED:20230819T225625Z
LAST-MODIFIED:20230826T215942Z
UID:21170-1692457200-1692460800@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nAdded teachers\, staff\, and classrooms to our schoolsystem project\nReviewed how to create new classes\, then add them to a dictionary\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Complete the following methods that we started in class:\n– add_classroom\n– list_teacher_list\n– list_teacher_dictionary
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T170000
DTEND;TZID=America/Los_Angeles:20230821T180000
DTSTAMP:20260506T220513
CREATED:20230822T030733Z
LAST-MODIFIED:20230822T030733Z
UID:21227-1692637200-1692640800@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nSet up Pycharm\nStarted learning about dictionaries:\n\nGet from a dictionary\nAdding to a dictionary\nModifying a dictionary value\nRemoving from a dictionary\nLength of a dictionary\n\n\n\nHomework\n\nName your file August28_Dictionary_HW1.py and do:\n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T190000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260506T220513
CREATED:20230822T030455Z
LAST-MODIFIED:20230822T030455Z
UID:21223-1692644400-1692648000@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nReviewed looping through dictionary keys\, values\, and items.\nWorked on Phone Book Dictionary Program\n\nhttps://www.ayclogic.com/phone-book-system/\n\n\n\nHomework\n\nName your file August28_PhoneBook_HW.py and do:\n\nFinish code for\nChoice 2. Find a phone number\nChoice 3. Listing all phone numbers\nhttps://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T090000
DTEND;TZID=America/Los_Angeles:20230826T100000
DTSTAMP:20260506T220513
CREATED:20230826T030147Z
LAST-MODIFIED:20230826T030731Z
UID:21298-1693040400-1693044000@www.ayclogic.com
SUMMARY:SAT - 9 AM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe created a new Pycharm Project – SAT-9AM\nWe moved all the existing python files to this project.\nWe created aug_26_dictionary.py\nWe learned how to get\, add\, replace/set\, delete and loop through dictionary.\n\nHomework\n\nCreate inside Pycharm > PythonOOP directory aug_26_dictionary_hw.py\nCopy codes from the book from page 92 to 95.\nSubmit your project to google drive inside “PythonOOPHW” folder.
URL:https://www.ayclogic.com/event/sat-9-am-python-oop-gamas/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T140000
DTEND;TZID=America/Los_Angeles:20230826T150000
DTSTAMP:20260506T220513
CREATED:20230826T230019Z
LAST-MODIFIED:20230906T002820Z
UID:21316-1693058400-1693062000@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed fundamentals of inheritance with square & rectangle example\nBegan monster system project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nPlease name your homework “AUG26_inheritance_hw”\nHomework: Page 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T140000
DTEND;TZID=America/Los_Angeles:20230826T150000
DTSTAMP:20260506T220513
CREATED:20230906T005505Z
LAST-MODIFIED:20230906T005505Z
UID:21432-1693058400-1693062000@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed fundamentals of inheritance with square & rectangle example\nBegan monster system project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nPlease name your homework “AUG26_inheritance_hw”\nHomework: Page 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T150000
DTEND;TZID=America/Los_Angeles:20230826T160000
DTSTAMP:20260506T220513
CREATED:20230826T225849Z
LAST-MODIFIED:20230906T002816Z
UID:21314-1693062000-1693065600@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished school system\nRevisited why its important to have all this repetition: We need to memorize dictionary operations!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nHomework: Review your code that we made in class and be sure your School System looks the same as our code in the Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T150000
DTEND;TZID=America/Los_Angeles:20230826T160000
DTSTAMP:20260506T220513
CREATED:20230906T005553Z
LAST-MODIFIED:20230906T005553Z
UID:21438-1693062000-1693065600@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished school system\nRevisited why its important to have all this repetition: We need to memorize dictionary operations!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nHomework: Review your code that we made in class and be sure your School System looks the same as our code in the Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T170000
DTEND;TZID=America/Los_Angeles:20230828T180000
DTSTAMP:20260506T220513
CREATED:20230829T182343Z
LAST-MODIFIED:20230829T182343Z
UID:21368-1693242000-1693245600@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed homework.\nReviewed accessing\, modifying\, and inserting with dictionaries\nLearned about looping through dictionary keys\, values\, and items.\n\nHomework\n\nName your file Sept4_Dictionary_HW2.py and do:\n\nPg. 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260506T220513
CREATED:20230829T182038Z
LAST-MODIFIED:20230829T182038Z
UID:21365-1693249200-1693252800@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework for the Phone Book dictionary program\nWorked on the Grocery System project using dictionaries.\n\nHomework\n\nName your file Sept4_GrocerySystem.py and finish:\n\nAdding the purchased item to the shopping_cart list\nIncreasing total_price by the price of purchased item\nAdd a print statement to output:\n“You have purchased <item> for $<price>”
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR