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:20230812T100000
DTEND;TZID=America/Los_Angeles:20230812T120000
DTSTAMP:20260425T202556
CREATED:20230812T190104Z
LAST-MODIFIED:20230812T190104Z
UID:21067-1691834400-1691841600@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Darin (Riley Class)
DESCRIPTION:What We Did Today:\n\nCovered the topic of lists\, how to modify lists by adding\, removing\, or replacing elements\nCovered the topic of for loops\, using lists as well the range function to iterate a certain number of times\nTried implementing for loops with conditionals (if statements inside of for loops)\n\nHomework:\n\nCreate a file called Aug12_ListForLoopsHW.py\nCreate an empty list\, and then add numbers from 1- 100 inclusive to the list using a for loop.\nModify the list\, doubling every value by 2.\nPrint out the first 10 elements using the range function in a for loop.\n\nNOTES:\n\nIf you have any questions\, email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-darin-riley-class-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T140000
DTEND;TZID=America/Los_Angeles:20230812T150000
DTSTAMP:20260425T202556
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:20260425T202556
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
END:VCALENDAR