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:20250903T000000
DTEND;TZID=America/Los_Angeles:20250903T000000
DTSTAMP:20260517T002411
CREATED:20250904T032201Z
LAST-MODIFIED:20250910T232924Z
UID:30636-1756857600-1756857600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over For Loop List Hw 3.\nReviewed using for-each loops and range.\nLearned about while loops.\n\nHomework:\n\nMake a file called Sept3_while_loop_hw1.\nDo pages 117 and 121 in your coding book.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/30636/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250903T190000
DTEND;TZID=America/Los_Angeles:20250903T200000
DTSTAMP:20260517T002411
CREATED:20250904T025250Z
LAST-MODIFIED:20250904T025250Z
UID:30632-1756926000-1756929600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed final project proposals\nFinished the interactive grocery system program\nStarted the last robux program\n\nHomework:\nYOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! \n\nFor those of you that have a drawing ready\, make 100% progress on your final project\, so be finished with creating 8 objects using the function trick we learnt in class. This is the criteria page: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit this into the google drive: here when you are done!\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-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250905T170000
DTEND;TZID=America/Los_Angeles:20250905T180000
DTSTAMP:20260517T002411
CREATED:20250906T010354Z
LAST-MODIFIED:20250906T011038Z
UID:30716-1757091600-1757095200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt about functions without RV\n\nHomework:\nMake a file called Sept5_FunctionsWithRV_HW.py and submit to the google drive HW folder when you guys are done: \n\nfrom https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ do number 7. This should be similar to Sept5_FunctionWithInput.py that we did in class.\n\nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250910T190000
DTEND;TZID=America/Los_Angeles:20250910T200000
DTSTAMP:20260517T002411
CREATED:20250910T202318Z
LAST-MODIFIED:20250911T031159Z
UID:30786-1757530800-1757534400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Robux System project\n\nHomework:\nYou have a one week extension for the final project! \nYOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! \n\nFor those of you that have a drawing ready\, make 100% progress on your final project\, so be finished with creating 8 objects using the function trick we learnt in class. This is the criteria page: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit this into the google drive: here when you are done!\n\n  \nDylan: Make the changes so that your drawings are in the form of a function (combine multiple makeRectangles and makeCircles into one function for one drawing) \nAvin: Submit your new drawing on paper and finish drawing everything using code we taught in class. \nLiam: Make the changes to abstract everything into a function\, and draw the words using a combination of rectangles\, circles\, or polygons \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-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250910T190000
DTEND;TZID=America/Los_Angeles:20250910T200000
DTSTAMP:20260517T002411
CREATED:20250911T030622Z
LAST-MODIFIED:20250911T030708Z
UID:30796-1757530800-1757534400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over Sept3_while_loop_hw1.\nReviewed using while loops.\nLearned about infinite loops\, break\, and flag variables.\n\nHomework:\n\nMake a file called Sept10_while_loop_hw2.\nDo the Try-It-Yourself (7-4\, 7-5\, 7-6\, 7-7) section on page 123 in your coding book.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250912T170000
DTEND;TZID=America/Los_Angeles:20250912T180000
DTSTAMP:20260517T002411
CREATED:20250913T005827Z
LAST-MODIFIED:20250913T005827Z
UID:30856-1757696400-1757700000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt about random module to use the random functions\n\nHomework:\nMake a file called Sept5_Magic8BallV2.py and submit to the google drive HW folder when you guys are done: \n# modify version 1 of magic8ball to use random.choice()\n# or r.choice() instead \n# put the code that does the random generation into a function\n# return the “response” in the function\, and then\n# use that function in the while loop to store the generated result\n# and print it out \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250912T170000
DTEND;TZID=America/Los_Angeles:20250912T180000
DTSTAMP:20260517T002411
CREATED:20250913T021753Z
LAST-MODIFIED:20250913T021911Z
UID:30860-1757696400-1757700000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over different Variable types and their uses.\n\nHomework\n\nCopy down the code from pages 20-23 from your Python Crash Course book.\nFrom pages 22-23\, there are these symbols “>>>” after each line of code. DON’T add them to your code.\nDo not do any code in the shell.\n\nPDF: IntroToPythonP20toP23 \nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-abigail/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250917T190000
DTEND;TZID=America/Los_Angeles:20250917T200000
DTSTAMP:20260517T002411
CREATED:20250918T030823Z
LAST-MODIFIED:20250924T231428Z
UID:30962-1758135600-1758139200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 7-9 PM\nIf you haven’t submitted your python final project already\, please do so in your google drive. \nIf you have any issues\, let your parents know and we’ll find a time slot for you to do your final exam \nWhat We Did Today:\n\nReviewed Final Projects\nReviewed for Final Exam next week\n\nHomework:\nStudy for your final exam! \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-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250917T190000
DTEND;TZID=America/Los_Angeles:20250917T200000
DTSTAMP:20260517T002411
CREATED:20250918T031625Z
LAST-MODIFIED:20250924T184906Z
UID:30965-1758135600-1758139200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over sept10_while_loop_hw2.\nReviewed using while loops.\n\nHomework:\n\nMake a file called sept17_quiz1_review.\nFinish ALL of the exercises here: https://www.ayclogic.com/intro-to-python-exercises/\n\nUse your past projects and the textbook to help you review for the quiz next week.\n\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250919T170000
DTEND;TZID=America/Los_Angeles:20250919T180000
DTSTAMP:20260517T002411
CREATED:20250920T010830Z
LAST-MODIFIED:20250920T010940Z
UID:30982-1758301200-1758304800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\nSaw a couple more examples on the random module to use the random functions\nLearnt debugging techniques and forms of errors\n\nHomework:\nMake a file called Sept19_RandomHW.py and submit to the google drive HW folder when you guys are done: \nFrom this page do numbers 1-4. \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250919T170000
DTEND;TZID=America/Los_Angeles:20250919T180000
DTSTAMP:20260517T002411
CREATED:20250920T011600Z
LAST-MODIFIED:20250920T061747Z
UID:30981-1758301200-1758304800@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last week’s homework.\nWe learned about Strings:\n\nBuilt-in String methods (ex: .upper()\, .lower()\, .title())\nNew way to combine variables into Strings (ex: f”{var1} {var2}”)\nString Shortcuts (ex: \t\, \n)\n\n\n\nHomework\n(Upload your homework into your Google Drive HW folder before the class starts) \n\nMake a new file called “Sept19_String_2_HW.py”\nOn page 25\, do questions 2-3\, 2-4\, 2-5\, and 2-6 from the “Try It Yourself” section in your Python Crash Course book.\nFinish any homework you haven’t done before the next class.\n\nPDF: page25Python \nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250924T190000
DTEND;TZID=America/Los_Angeles:20250924T200000
DTSTAMP:20260517T002411
CREATED:20250925T062821Z
LAST-MODIFIED:20250928T000946Z
UID:31051-1758740400-1758744000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nTook the Intro to Python Quiz 1.\n\nHomework:\n\nNo homework! Review your quiz results.\n\nSince many students will be absent next week\, there will be no class on 10/1. Class will resume 10/8/2025. \n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250924T190000
DTEND;TZID=America/Los_Angeles:20250924T210000
DTSTAMP:20260517T002411
CREATED:20250929T205008Z
LAST-MODIFIED:20250929T205018Z
UID:31121-1758740400-1758747600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nHad our final exam!\nResults have been sent via email and if you need a retake you will have to schedule one with your parents.\n\nHomework:\nNone! \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-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250926T170000
DTEND;TZID=America/Los_Angeles:20250926T180000
DTSTAMP:20260517T002411
CREATED:20250927T010445Z
LAST-MODIFIED:20250927T010641Z
UID:31073-1758906000-1758909600@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last week’s homework.\nWe learned about If-Else statements.\n\nHomework\n(Upload your homework into your Google Drive HW folder before the class starts) \n\nMake a new file called “Sept26_IfElse_HW.py”\nCopy down the code from pages 78-81 from your Python Crash Course book.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/31073/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250926T170000
DTEND;TZID=America/Los_Angeles:20250926T180000
DTSTAMP:20260517T002411
CREATED:20250929T204808Z
LAST-MODIFIED:20250929T204848Z
UID:31118-1758906000-1758909600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:You will have your second quiz next week same time !!\nWhat We Did Today:\n\nReviewed how to use the random module\nWent over a couple more debugging examples\nReviewed for next weeks quiz\n\nHomework:\nCreate your Sep26_Quiz2Review.py and do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \nSubmit the above into the google drive when you are done! \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR