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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T100000
DTEND;TZID=America/Los_Angeles:20200808T110000
DTSTAMP:20260605T124358
CREATED:20200808T182234Z
LAST-MODIFIED:20200822T180707Z
UID:4162-1596880800-1596884400@www.ayclogic.com
SUMMARY:10AM - Intro to Python
DESCRIPTION:Today we learned: \n\nHow to use .title()\, .upper()\, and .lower()\nHow to use the f-string method and “+” method for string combinations\nHow to add code into f-string combination method\n\nHomework: pg. 79-81 from the book (IntroToPythonPg79to81)\, put into a file called Aug8_IfElseHomework.py \nIf you have any questions\, you can send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/10am-intro-to-python/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T110000
DTEND;TZID=America/Los_Angeles:20200808T120000
DTSTAMP:20260605T124358
CREATED:20200808T191833Z
LAST-MODIFIED:20200808T191833Z
UID:4165-1596884400-1596888000@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:we continued with Birdie project.\n\nWe made the game not automatically started when the program is run. Only the play button\, clouds and birds appear. But player is hidden.\nWe made the Play button appear on the middle of the screen.\nWe made the game start when user click anywhere above\, below and on top of the play button.\n\n\nHomework:\n\nMake the game start only when the user click on top of the play button.\nAdd a function “handle_player_bird_collision” function to detect collision between player and the bird similar to “handle_fireball_bird_collision” function. When player and bird collide\, the self.current_mode should be set to GAME_NOT_STARTED.
URL:https://www.ayclogic.com/event/11-am-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T130000
DTEND;TZID=America/Los_Angeles:20200808T140000
DTSTAMP:20260605T124358
CREATED:20200808T210715Z
LAST-MODIFIED:20200811T231822Z
UID:4167-1596891600-1596895200@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We continued with Hangman game.\n\nWe learned how to loop through each element in the list via for loop using the list index.\nWe learned how to treat string as list.\nWe learned how to replace question mark inside the list with the user guessed letter.\n\n\nHomework:\n\nIn the hangman game\, when the user guess a letter correctly\, you need to update the question mark (“?”) with the right letter. For example\,\n\n\n['?'\,'?'\,'?']\n\nif the secret_word is "cat" and user enters "a" then you need to update "?" in the middle to be "a" like the following\n\n['?'\,'a'\,'?']\n\nIn order to do this\, you need to need to review what we did in Aug8_LoopingListForLoop.py. You need to put your code inside the function “update_clue(user_guessed_letter)”. This is the function that we did in the class. Last time in the class\, we did the following and you need to modify this function to replace the “?” from “clue” variable. Again you need to review what we did last week in “Aug8_LoopingListForLoop.py” file:\n\n\ndef update_clue(user_guessed_letter):\n    # You need to update the clue variable\n    pass
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T150000
DTEND;TZID=America/Los_Angeles:20200808T160000
DTSTAMP:20260605T124358
CREATED:20200808T230814Z
LAST-MODIFIED:20200808T230814Z
UID:4169-1596898800-1596902400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:Homework:\n\nMake the “Number Of Seats” filter works.\n\nIf user enters 2 for “Number Of Seats”\, the system should display all vehicles whose seat is 2 or bigger. For example\, Honda Civic (2 seats) and Honda Accord (5 seats) and Honda Oddysey (8 seats) should appear and other cars that have seat bigger or equal with 2.\nIf user enters 5 for “Number Of Seats”\, the system should display all vehicles whose seat is 5 or bigger. For example\, Honda Civic will not appear because its seat is 2 which smaller than 5. But Toyota Camry and Toyota Sienna will appear and other cars whose seat is bigger or equal to 5.\nTo do this homework\, you should look at how we did the filtering for modelFilter.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-20/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T160000
DTEND;TZID=America/Los_Angeles:20200808T170000
DTSTAMP:20260605T124358
CREATED:20200809T011732Z
LAST-MODIFIED:20200809T011732Z
UID:4173-1596902400-1596906000@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:Today we were able to mostly finish the Super Market Lists project.\nWe have no homework but if you wanna look over my project here it (link)
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-19/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T170000
DTEND;TZID=America/Los_Angeles:20200808T180000
DTSTAMP:20260605T124358
CREATED:20200809T005932Z
LAST-MODIFIED:20200809T005932Z
UID:4171-1596906000-1596909600@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate a file Aug8_ForLoopHomework.py\nPage 52.\nPage 56 “Try It Yourself”\, do only 4-1\nPage 58
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T170000
DTEND;TZID=America/Los_Angeles:20200808T180000
DTSTAMP:20260605T124358
CREATED:20200809T012124Z
LAST-MODIFIED:20200809T012124Z
UID:4175-1596906000-1596909600@www.ayclogic.com
SUMMARY:5 PM Scratch Level 2
DESCRIPTION:Today we were able to complete the Glacier Race project.\nWe started on the Fireball Fight project.\nFor Homework:\n\nPlease add in lives for each of your characters.\nAlso add in the other fireball and make sure that the characters lose lives when they are hit by the other’s fireball.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-13/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T180000
DTEND;TZID=America/Los_Angeles:20200808T190000
DTSTAMP:20260605T124358
CREATED:20200809T021512Z
LAST-MODIFIED:20200809T021512Z
UID:4177-1596909600-1596913200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We continued with drawing the multiple left arms and right arms.\nHomework:\n\nDraw the balloon and the string either on the right arm or left arm.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR