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:20240806T180000
DTEND;TZID=America/Los_Angeles:20240806T190000
DTSTAMP:20260515T152650
CREATED:20240809T082541Z
LAST-MODIFIED:20240809T082755Z
UID:26389-1722967200-1722970800@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nContinued Magic 8 Ball project\n\nHomework\n\nIn your Magic8Ball project (from class)\n\nIf the user types in “quit” or “exit” (no matter what lower and upper case)\, end the program\n\nEx: the program should quit if the user types in: quit\, QUIT\, quIT\, qUiT\, exit\, EXIT\, exIt\, etc.\n\n\n\n\nCreate a new file called Aug6_Magic8Ball_V2\n\nMake another version of the Magic8Ball_V1 but by using random.choice\n\nIn other words\, the Magic8Ball_V2 program should do the same thing as Magic8Ball_V1 program\, but by using random.choice instead of random.randint\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-53/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240806T190000
DTEND;TZID=America/Los_Angeles:20240806T200000
DTSTAMP:20260515T152650
CREATED:20240807T043229Z
LAST-MODIFIED:20240807T043229Z
UID:26331-1722970800-1722974400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to make a Kaleidoscope\, and use the while loop to go through and repeat through the list items for colors\nStarted on the Grocery System program\, a text based interactive program.\n\nHomework:\nYour final project is due August 27 \nCreate 50% progress on your final project. This means you want to finish at least 2 objects (a combination of shapes) by next week. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T180000
DTEND;TZID=America/Los_Angeles:20240813T190000
DTSTAMP:20260515T152650
CREATED:20240814T022958Z
LAST-MODIFIED:20240814T022958Z
UID:26442-1723572000-1723575600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nLearned how to do the Magic 8 Ball project (version 2) using random.choice\nLearned about Python errors (AKA bugs) and how to correct them\n\nHomework\n\nCorey:\n\nCreate a new file called Aug13_StarWars:\n\nSolve all problems #1-4 from https://www.ayclogic.com/intro-to-python/star-wars-problem\nIn your own words\, answer these questions by writing them as comments in Python (Remember: you can write comments by putting a # in front of words in Thonny)\n\nWhat is the difference between functions with return values and functions without return values?\nWhat is the purpose of functions? How are they helpful?\n\n\n\n\n\n\nEveryone:\n\nCreate a new file called Aug13_Magic8Ball_V2_Answers\n\nCopy and paste the code from the “Aug13_Magic8Ball_V2_Answers” file found in our class Google Drive. (This was the class code we reviewed)\nStore this file along with your class lesson notes/code so you can study it in the future if needed\n\n\nCreate a new file called Aug13_PythonBugs1\n\nFix all errors in the code from https://www.ayclogic.com/fixing-python-bugs\n\n\nCreate a new file called Aug13_PythonBugs2\n\nFix all errors in the code from https://www.ayclogic.com/fix-python-bugs-2\n\n\nCreate a new file called Aug13_Quiz2Preparation\n\nSolve all problems #1-4 from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2\\n\n\nHint: Remember these steps to fix Python errors\n\nClick the bottom blue line\nRead the error message\nFix the error and rerun\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-54/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T190000
DTEND;TZID=America/Los_Angeles:20240813T200000
DTSTAMP:20260515T152650
CREATED:20240814T024823Z
LAST-MODIFIED:20240814T025110Z
UID:26446-1723575600-1723579200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Grocery System program.\nGot started on the Robux System program\, which takes the Grocery System program one step further by using functions and global keywords.\n\nHomework:\nYour final project is due August 27 \nCreate 75% progress on your final project. This means you want to finish at least 2 objects (a combination of shapes) by next week. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T180000
DTEND;TZID=America/Los_Angeles:20240820T190000
DTSTAMP:20260515T152650
CREATED:20240821T022347Z
LAST-MODIFIED:20240821T022347Z
UID:26565-1724176800-1724180400@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nReviewed and prepared for the second quiz next week\n\nHomework\n\nStudy for your quiz next week\n\nStudy these concepts\n\nFunctions without return values\nFunctions with return values\nHow to correct python errors\nrandom.randint\nrandom.choice\nFor loops and while loops\nData types\nGetting user input\n\n\nReview these homework\n\nQuiz Preparation\nStar Wars\nMagic 8 Ball\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-55/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T190000
DTEND;TZID=America/Los_Angeles:20240820T200000
DTSTAMP:20260515T152650
CREATED:20240820T211021Z
LAST-MODIFIED:20240820T211021Z
UID:26546-1724180400-1724184000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued and finished the Robux System.\nStarted reviewing for the final exam.\n\nHomework:\nYour final project is due August 27 \nFinish 100% of your final project. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240824T150000
DTEND;TZID=America/Los_Angeles:20240824T160000
DTSTAMP:20260515T152650
CREATED:20240824T230302Z
LAST-MODIFIED:20240824T230309Z
UID:26608-1724511600-1724515200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Daniel (Darin Sub)
DESCRIPTION:What We Did:\n\nLearnt how to use a while loop to achieve various effects of drawing to create a Kaleidoscope effect.\nImplemented a text based program – Grocery System – that tests the knowledge gained in the class so far on loops\, conditionals\, and lists.\n\nHomework:\n\n Continue on your file called Project.py and continue working on the project.\nThe project is due on 09/21\, by next week (08/24)\, you should have your project 50% completed.\n\nNotes:\nYou can email at ddjapri@ayclogic.com or dmeng@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-daniel-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR