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:20240620T150000
DTEND;TZID=America/Los_Angeles:20240620T170000
DTSTAMP:20260614T084055
CREATED:20240621T060513Z
LAST-MODIFIED:20240621T060513Z
UID:25679-1718895600-1718902800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nReviewed functions with/without return values\nLearnt about the random module.\nLearnt how to get a random integer using random.randint()\nLearnt how to get a random item from a list using random.choice()\n\nHomework:\nCreate a file named June20_Magic8BallV2.py in Thonny as shown\, and upload it into the google drive when finished: \n\nHomework:\nRecreate the magic 8 ball program\, but using random.choice() instead of random.randint().\nYou will have to create a list containing the possible answers for this.\n\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com!! \nLabel the numbers in your python files!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-summer-session-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240620T180000
DTEND;TZID=America/Los_Angeles:20240620T190000
DTSTAMP:20260614T084055
CREATED:20240621T021900Z
LAST-MODIFIED:20240621T021900Z
UID:25681-1718906400-1718910000@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Joshua
DESCRIPTION:Today We Did\n\n\n\n\n\n Review How to write a list:  name_of_list = [ 0\, “string”\, “string2”]\nHow to add things to list\n\nWay 1:  Appending -> name_of_list.append(new_object)\nWay 2 :  Inserting  ->    name_of_list.insert( 1\, new_object)\n\n\nHow To replace things in lists\n\n name_of_list[1] = new_object\n\n\nHow to Delete things\n\nWay 1: Delete  – >del name_of_list[0]\nWay 2 Pop    ->    x = name_of_list.pop()\n\nIf you want to pop a specific\, put its location within the parentheses  Ex. .pop(1)\nPopping is good if you need to use it later\n\n\nWay 3: remove  ->  name_of_list.remove(“string”)\n\nAllows you to remove the first instance of it\nUseful if you know the object/data/string but not Where it is\n\n\n\n\n\n\n\nHomework\n\nTRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\nName it List_practice_june_20.py\nUpload your answer to google drive before next week Wednesday night.\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-joshua-7/
END:VEVENT
END:VCALENDAR