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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241024T180000
DTEND;TZID=America/Los_Angeles:20241024T190000
DTSTAMP:20260425T204658
CREATED:20241025T010420Z
LAST-MODIFIED:20241025T010420Z
UID:27179-1729792800-1729796400@www.ayclogic.com
SUMMARY:6PM – Intro to Python – Joshua Widjanarko
DESCRIPTION:Today We Did\n\n\n\nWe took the Quiz!\n\nHomework and Reminders \n\nSo if you have any questions from the Test\, feel free to ask me about it afterwards!\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241024T180000
DTEND;TZID=America/Los_Angeles:20241024T190000
DTSTAMP:20260425T204658
CREATED:20241025T020352Z
LAST-MODIFIED:20241025T020352Z
UID:27185-1729792800-1729796400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWe reviewed the quiz questions from Quiz 2 and went over any questions\n\nHomework\n\nWe will start on a new topic next week\, so no homework.\nReview quiz questions if you had trouble\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-39/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241024T183000
DTEND;TZID=America/Los_Angeles:20241024T193000
DTSTAMP:20260425T204658
CREATED:20241025T024916Z
LAST-MODIFIED:20241025T025024Z
UID:27188-1729794600-1729798200@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nQuiz review\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Work through these Python exercises to help you prepare for the quiz:https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241024T190000
DTEND;TZID=America/Los_Angeles:20241024T200000
DTSTAMP:20260425T204658
CREATED:20241025T011212Z
LAST-MODIFIED:20241025T011212Z
UID:27181-1729796400-1729800000@www.ayclogic.com
SUMMARY:7PM – Intro to Python – Joshua Widjanarko
DESCRIPTION:Today We Did\n\n\n\n\n\nWe reviewed for loops!\nRange = How we figure\nrange() : How we can create Numeric Lists for for loops\n\nThree Inputs: range(starting number\,last number in list +1\, spacing)\n\nex: range(2\,9\,2)=[2\,4\,6\,8]\n\n\nTwo Inputs: range(starting number\, last number+1)\n\nyou use two inputs if you know the spacing between numbers is 1\nex range(3\,7) = [3\,4\,5\,6]\n\n\nOne input range(last number +1)\n\nyou use one input if you know the spacing between numbers is 1 and you want to start with zero\nex. range(5) = [0\,1\,2\,3\,4]\n\n\n\n\n\n\n\n\nReminders about for loops- For Loops: how we access an entire list\n\n\n\n\n\n\nDon’t forget to indent! All code you want to be looped/repeated should be one indent more than the for loop and right under it\n\nAnother Reminder\, the code under if/else statements need an additional indent\n\n\n Structure for a For loop is  ->\n\nfor <variable_name> in <name_of_list>:\n\nCode is indented here\n\n\n\n\n\n\n\n\n\nHomework and Reminders \n\ndo the following exercises\nhttps://www.ayclogic.com/animal-list-and-for-loop-exercises/\nCopy/DoPage 56 to 58\nName it For_range_practice_october_24.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/7pm-intro-to-python-joshua-widjanarko-4/
END:VEVENT
END:VCALENDAR