BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T090000
DTEND;TZID=America/Los_Angeles:20221008T100000
DTSTAMP:20260425T155955
CREATED:20221008T172923Z
LAST-MODIFIED:20221008T172923Z
UID:15591-1665219600-1665223200@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nWent into functions with return values in detail: why they are needed\, how we use them\, how the location of return affects what code runs\nexamples of functions with return value we’ve seen like input()\nran through examples together of writing and calling functions with return values and doing something with that return value\n\nHomework\nIn a file called FunctionsWIthReturnValueHW.py\, do the following: \n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7\nPage 138\, 139 from textbook
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T140000
DTEND;TZID=America/Los_Angeles:20221008T150000
DTSTAMP:20260425T155955
CREATED:20221008T215625Z
LAST-MODIFIED:20221008T215625Z
UID:15613-1665237600-1665241200@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nlist.pop(index) removes item at index\nlist.insert(index\, value) puts a value at an index\nlist.append(value) puts a value at the end of a list\nlist.remove(value) removes one of that value from list\nReplace value at index with:     list[index] = newValue\n\nHomework\n\nPage 38 to 41: access\, modify\, append\, remove \nTRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6\nIf you want the challenge\, try: Tell Me Your Age homework (ONLY number 1)
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T150000
DTEND;TZID=America/Los_Angeles:20221008T160000
DTSTAMP:20260425T155955
CREATED:20221008T231117Z
LAST-MODIFIED:20221008T231117Z
UID:15617-1665241200-1665244800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nlist.insert(index\, value) puts value at index of where it would be once added\nlist.append(value) puts value at end of list\nlist.remove(value) removes one of that value from list\nlist.pop(index) removes the value at the index\nReplace: list[index] = newValue\n\nHomework\n\nPage 38 to 41: access\, modify\, append\, remove \nTRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR