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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250409T190000
DTEND;TZID=America/Los_Angeles:20250409T200000
DTSTAMP:20260603T162109
CREATED:20250410T020018Z
LAST-MODIFIED:20250410T033047Z
UID:28617-1744225200-1744228800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed past lessons\nLearnt about the while loop\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Apr9_LoopsHW.py: \n\nFrom the textbook (depending on your book edition)\, do:\nTRY IT YOURSELF from page 56: 4-1\, 4-2\nAlso do:\nTRY IT YOURSELF from pages 123: 7-4\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250416T190000
DTEND;TZID=America/Los_Angeles:20250416T200000
DTSTAMP:20260603T162109
CREATED:20250417T025516Z
LAST-MODIFIED:20250417T030115Z
UID:28716-1744830000-1744833600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed past lessons\nReviewed the while loop\nLearnt how to use if statements in a while loop\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Apr16_QuizReview.py and do the following: \n\nhttps://www.ayclogic.com/intro-to-python-exercises/\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250423T190000
DTEND;TZID=America/Los_Angeles:20250423T200000
DTSTAMP:20260603T162109
CREATED:20250424T030830Z
LAST-MODIFIED:20250424T030830Z
UID:28808-1745434800-1745438400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:You will have your first quiz next week\, do not come late!\nWhat We Did Today:\n\nReviewed past lessons in anticipation for the quiz.\n\nHomework:\nStudy for your quiz next week! Use class notes and the previous homework to study. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T170000
DTEND;TZID=America/Los_Angeles:20250428T180000
DTSTAMP:20260603T162109
CREATED:20250429T005957Z
LAST-MODIFIED:20250429T010406Z
UID:28856-1745859600-1745863200@www.ayclogic.com
SUMMARY:5 pm - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nSet up thonny\, explained class logistics\nLearnt about variables\, data types\, and the difference between data types\nLearnt about how to use math in Python\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate Apr28_StringHomework.py\n\npages 20-23 copy python codes from the book: 2nd week or 3rd week\nIntroToPythonP20toP23\n\n\nCreate Apr28_StringHomework2.py page 25. TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T180000
DTEND;TZID=America/Los_Angeles:20250428T190000
DTSTAMP:20260603T162109
CREATED:20250429T015558Z
LAST-MODIFIED:20250429T015558Z
UID:28862-1745863200-1745866800@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nComments\nVariables\n\nNames\nValues\, and the values data types\n\n\nMath operations\nString operations\n\nUpper\nLower\nTitle\nFormatted strings\n\n\nHow to get user input\, and how to provide users output (print)\nHow to cast between the 4 different data types\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: On page 25\, complete the “TRY IT YOURSELF” for 2-3\, 2-4\, 2-5\, and 2-6
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T190000
DTEND;TZID=America/Los_Angeles:20250428T200000
DTSTAMP:20260603T162109
CREATED:20250505T015203Z
LAST-MODIFIED:20250505T015203Z
UID:28971-1745866800-1745870400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nRobux system\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?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: Finish the rest of your project\, its due next week
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250430T190000
DTEND;TZID=America/Los_Angeles:20250430T200000
DTSTAMP:20260603T162109
CREATED:20250501T023334Z
LAST-MODIFIED:20250501T023334Z
UID:28888-1746039600-1746043200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nHad our first quiz!\n\nHomework:\nNone! Enjoy the no homework for this week! I recommend looking into how to “use turtle in python” if you are bored\, to prepare yourself for the next few weeks. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR