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:20210921T160000
DTEND;TZID=America/Los_Angeles:20210921T170000
DTSTAMP:20260424T184407
CREATED:20210926T225720Z
LAST-MODIFIED:20210926T225720Z
UID:9573-1632240000-1632243600@www.ayclogic.com
SUMMARY:4PM - Python Game Development
DESCRIPTION:Today We Did:\n\nAdded movement to turret\n\nHomework:\n\nCreate the Bullet class in bullet.py. Load in the image (Bullet.png) and blit it to the screen in the class. Create 1 bullet in main.py and blit it to the screen in the top left corner\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-python-game-development-28/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210921T180000
DTEND;TZID=America/Los_Angeles:20210921T190000
DTSTAMP:20260424T184407
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:20210921T180000
DTEND;TZID=America/Los_Angeles:20210921T190000
DTSTAMP:20260424T184407
CREATED:20210922T043852Z
LAST-MODIFIED:20210922T043852Z
UID:9492-1632247200-1632250800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java
DESCRIPTION:Today We Do\n\nWe learned how to add listener to Spinner. This way when Spinner is selected it we can do some action.\nWe made MainActivity.java implements OnItemSelectedListener interface\n\nHomework:\n\nWhen Spinner item is selected changed the sourceLabel TextView and destinationLabel TextView text. Look at how we get the UI components (sourceTextField and destinationTextField) when we click the “convert” button. You need to add a similar code when Spinner item is selected.\n\n// check if selectedConversion is equal to "Celcius to Fahrenheit"\n// then set the text for sourceLabel and set to "Celcius"\n// check if selectedConversion is equal to "Fahrenheit to Celcius"\n// then set the text for destinationLabel and set to "Fahrenheit"
URL:https://www.ayclogic.com/event/5-pm-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR