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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210907T180000
DTEND;TZID=America/Los_Angeles:20210907T190000
DTSTAMP:20260611T013740
CREATED:20210908T014528Z
LAST-MODIFIED:20210908T015331Z
UID:9281-1631037600-1631041200@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Nathaniel
DESCRIPTION:What we did today: \n\nFinished learning about the random module in python\nStarted working on the Magic8Ball program\n\nHomework: \n\nConvert the above magic 8 ball program by using lists and r.choice instead of randint. DON’T USE RANDINT().\nAnd add the other 4 answers to the if blocks: \n“Of course not”\, “Try again later”\, “Don’t count on it”\, “Tt is certain”\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-6/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T140000
DTEND;TZID=America/Los_Angeles:20210911T150000
DTSTAMP:20260611T013740
CREATED:20210911T234844Z
LAST-MODIFIED:20210911T234844Z
UID:9348-1631368800-1631372400@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued on Hangman game. We learned on how to loop through each letter at a time in Sep11_LoopingEachLetterInAWord.py. The latest code is uploaded into the google drive already.\n\nHomework\n\nInside Sep11_LoopingEachLetterInAWord.py create a new variable “clues” and this should be a List of 6 question marks.\nTry your best\, Inside the for loop that loops every letter of the “secret_word“\, change the code so when secret_word[index] == user_input\, it will update one of the element inside “clues” list with the “user_input”.\nAfter the for loop\, print the “clues” variable.\nIf you do things properly\, it will do the following output\n\nd\nr - replace the ?\na\ng\no\nn\n['?'\, 'r'\, '?'\, '?'\, '?'\, '?']
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T160000
DTEND;TZID=America/Los_Angeles:20210911T170000
DTSTAMP:20260611T013740
CREATED:20210911T234344Z
LAST-MODIFIED:20210911T234344Z
UID:9349-1631376000-1631379600@www.ayclogic.com
SUMMARY:4 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We:\n\nFinished building GrocerySystem program\n\nHomework\n\nContinue coding your project\, I will be checking the progress each class period\nFinal Project due date: October 2\nFinal Project Criteria Link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nProject Examples\nProject Examples 2\n\nIf you have any questions please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-7/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210914T180000
DTEND;TZID=America/Los_Angeles:20210914T190000
DTSTAMP:20260611T013740
CREATED:20210915T015637Z
LAST-MODIFIED:20210915T015637Z
UID:9374-1631642400-1631646000@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Nathaniel
DESCRIPTION:What we did today: \n\nFinished the Magic8Ball program\nStarted the Hangman program\n\nHomework: \n\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-7/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210918T140000
DTEND;TZID=America/Los_Angeles:20210918T150000
DTSTAMP:20260611T013740
CREATED:20210925T171815Z
LAST-MODIFIED:20210925T171815Z
UID:9546-1631973600-1631977200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nCreate Sep18_FixPythonErrorHomework.py\nCopy all the codes from https://www.ayclogic.com/fixing-python-bugs/ into Thonny.\nFix all the broken codes . Remember last week we learn how to fix python bugs.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210921T180000
DTEND;TZID=America/Los_Angeles:20210921T190000
DTSTAMP:20260611T013740
CREATED:20210922T020512Z
LAST-MODIFIED:20210923T021415Z
UID:9486-1632247200-1632250800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Nathaniel
DESCRIPTION:Today We Do\n\nWe went over the homework from last week: https://www.ayclogic.com/intro-to-python/star-wars-problem/\n\nHomework\n\nReview Sep14_Hangman.py codes and come up with at least 2 questions. And ask these questions to Nathaniel next week.\nIf you guys don’t have questions\, that means you already understand the Hangman game\, so Nathaniel is going to ask you some questions. Be ready.\nCreate Sep28_LoopingEveryLetterInAWord.py file and add the following code\n\nfor index in range(10):\n    print(index)\n\nsecret_word = "dragon"\nnum_of_letters = len(secret_word)\nprint(num_of_letters)\n\nprint(f"First letter = {secret_word[0]}")\nprint(f"Last letter = {secret_word[5]}")
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210925T140000
DTEND;TZID=America/Los_Angeles:20210925T150000
DTSTAMP:20260611T013740
CREATED:20210925T233411Z
LAST-MODIFIED:20210925T233411Z
UID:9559-1632578400-1632582000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed Sep18_FixPythonErrorHomework.py.\nWe exercised more on fixing python error in the class. https://www.ayclogic.com/fix-python-bugs-2/ we are not finished.\n\nHomework\n\nFinished fixing the problem in https://www.ayclogic.com/fix-python-bugs-2/. The last problem was inside ticket_price(age) function\, python complained that age is a String instead of Integer.\nCreate Sep25_ListLoopFunctionsHomework.py\nDo all exercises in https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ you guys probably have done number 1 to 3 in the past\, just try to do it again without looking at the past work. We are going to have a quiz in 2 weeks\, this is part of the exercises that you have to do.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210925T160000
DTEND;TZID=America/Los_Angeles:20210925T170000
DTSTAMP:20260611T013740
CREATED:20210926T081322Z
LAST-MODIFIED:20210926T081322Z
UID:9568-1632585600-1632589200@www.ayclogic.com
SUMMARY:4 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We\n\nReviewed progress on final project\nFinished all but one final function implementation in the roblox program\n\nHomework\n\n\n\nContinue coding your project\, I will be checking the progress each class period\n\n\nFinal Project due date: October 2\nFinal Project Criteria Link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nProject Examples\nProject Examples 2\n\nIf you have any questions\, please send an email to nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-8/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210928T180000
DTEND;TZID=America/Los_Angeles:20210928T190000
DTSTAMP:20260611T013740
CREATED:20210929T020444Z
LAST-MODIFIED:20210929T020517Z
UID:9594-1632852000-1632855600@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We\n\nAnswered questions about hangman\nReviewed how index works in strings\, lists\, and for loops\n\nHomework\nCreate a python program that completes the following: \nget word from user\ncheck if word has the letter ‘i’\nif the word has a letter ‘i’\, print “This word has the letter i” \n  \nIf you have any questions\, please send an email to nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-9/
CATEGORIES:Python Level 1
END:VEVENT
END:VCALENDAR