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:20201024T090000
DTEND;TZID=America/Los_Angeles:20201024T100000
DTSTAMP:20260429T021041
CREATED:20201024T170206Z
LAST-MODIFIED:20201024T170206Z
UID:4952-1603530000-1603533600@www.ayclogic.com
SUMMARY:9 AM Python Game Development
DESCRIPTION:1. Homework:\n   inside main.py\, inside launch_fireball function. Whenever user press space key\, create a fireball and add into self.fireball_group.
URL:https://www.ayclogic.com/event/9-am-python-game-development-31/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T100000
DTEND;TZID=America/Los_Angeles:20201024T110000
DTSTAMP:20260429T021041
CREATED:20201024T201307Z
LAST-MODIFIED:20201024T201342Z
UID:4956-1603533600-1603537200@www.ayclogic.com
SUMMARY:10 AM - Python Game Development - Gamas
DESCRIPTION:Homework\n\nFix the Flappy Bird Title so it will appear properly\nCreate coin.py and Coin class\nInside coin.py\, load coin_1.png and coin_2.png\nIntegrate coin.py into main.py
URL:https://www.ayclogic.com/event/11-am-scratch-level-1-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T100000
DTEND;TZID=America/Los_Angeles:20201024T110000
DTSTAMP:20260429T021041
CREATED:20201024T223150Z
LAST-MODIFIED:20201024T223150Z
UID:4961-1603533600-1603537200@www.ayclogic.com
SUMMARY:10AM - Intro to Python
DESCRIPTION:Today:\n\nTook 2-hour quiz 1\n\n\nHomework:\n\nNone\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/10am-intro-to-python-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T110000
DTEND;TZID=America/Los_Angeles:20201024T120000
DTSTAMP:20260429T021041
CREATED:20201024T201627Z
LAST-MODIFIED:20201024T201627Z
UID:4959-1603537200-1603540800@www.ayclogic.com
SUMMARY:11 AM - Scratch Level 1
DESCRIPTION:Homework\n\nIn Ask Gobo project when it answers NEVER\, you should change the color of Gobo to red. Look at “Looks” purple section and use “set color effect” block to achieve this\nIn Ask Gobo project when it answers DEFINITELY\, you should change the color of Gobo to green. Look at “Looks” purple section and use “set color effect” block to achieve this\nWhen Ask Gobo project answers everything else\, you should change the color of Gobo back to yellow. Look at “Looks” purple section and use “clear graphic effects” block to achieve this
URL:https://www.ayclogic.com/event/11-am-scratch-level-1-9/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T120000
DTEND;TZID=America/Los_Angeles:20201024T130000
DTSTAMP:20260429T021041
CREATED:20201024T200904Z
LAST-MODIFIED:20201024T200904Z
UID:4954-1603540800-1603544400@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Homework\n\nInside main.py\, create self.score =0\nInside main.py\, whenever the bird and the scoreline collide\, you want to increase self.score by 1\nCreate coin.py\n\nCreate Coin class which inherits from pygame.sprite.Sprite\nLoad coin_1.png and coin_2.png from assets folder\nIntegrate Coin class into main.py
URL:https://www.ayclogic.com/event/12-pm-python-game-development-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T130000
DTEND;TZID=America/Los_Angeles:20201024T140000
DTSTAMP:20260429T021041
CREATED:20201025T000232Z
LAST-MODIFIED:20201025T000408Z
UID:4963-1603544400-1603548000@www.ayclogic.com
SUMMARY:1 PM - Intro to Python
DESCRIPTION:Congrats on finishing your final project!\nToday we started Baby Name Generator.\nYou homework is to create a function “print_random_names”.  This function will take two parameter “names” which is a list of names\, and “num_names” which is the number of times to print out a random name from the “names” list.  Here’s what the function should look like:\n\ndef print_random_names(names\, num_names):\n    # you need to finish this function!\n    # This function should print out a random name from "names"\n    # num_names times.\nIf you call print_random_names(['bob']\, 1)\, your function should print out bob once.  If you call print_random_names(['bob']\, 2)\, it should print out bob twice.  Finally if you call print_random_names(['bob'\, 'james']\, 1)\, it should either print out bob once or james once.\n 
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-23/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T150000
DTEND;TZID=America/Los_Angeles:20201024T160000
DTSTAMP:20260429T021041
CREATED:20201024T230506Z
LAST-MODIFIED:20201024T230506Z
UID:4964-1603551600-1603555200@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 2
DESCRIPTION:We started Spaceship project\n\nWe learned to create a star sprite and clone\nWe learned to make clone appear on the top of the screen and going down\nWe duplicated the star into Asteroid sprite.\n\n\nHomework:\n\nChange the costume/drawing of the Asteroid sprite. Currently it is just a duplicate of the Star costume. Change the drawing so it looks like a rock/asteroid.\nChange the code to make the Asteroid clone creation to be less frequent.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T150000
DTEND;TZID=America/Los_Angeles:20201024T160000
DTSTAMP:20260429T021041
CREATED:20201025T014910Z
LAST-MODIFIED:20201025T014910Z
UID:4979-1603551600-1603555200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We finished Vehicle System Java FX\nHomework:\nCurrently when searching maker\, model\, it is case sensitive. Make it case insensitive. For example if I entered HONDA\, it should find Honda car.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-26/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T170000
DTEND;TZID=America/Los_Angeles:20201024T180000
DTSTAMP:20260429T021041
CREATED:20201025T010248Z
LAST-MODIFIED:20201025T010248Z
UID:4972-1603558800-1603562400@www.ayclogic.com
SUMMARY:5PM - Intro to Python - Latisha
DESCRIPTION:  \n\nToday in class\, we learned:\n\nhow to use \n\nhow to use \t\nhow to use .rstrip()\, .lstrip()\, and .strip()\nHow to make an if-else statement\n\n\nHomework:\n\npages 114-116 from the book\, put in a file called Oct24_InputFromShellHomework.py\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com \n 
URL:https://www.ayclogic.com/event/5pm-intro-to-python-latisha-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T170000
DTEND;TZID=America/Los_Angeles:20201024T180000
DTSTAMP:20260429T021041
CREATED:20201025T013213Z
LAST-MODIFIED:20201025T013317Z
UID:4974-1603558800-1603562400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:We completed Password Generator program\nWe started Hang man game\nHomework:\n\nInside the while loop\, check if the user input is the same with “secret_word”. If it is\, break from the loop\nIf it is not the same\, check if the user input is in the “secret_word”. If it is not\, then subtract”num_lives” by one. If it is\, for now just print Hooray\nTo check if a letter is inside the “secret_word”\, this is an example on how to do it\n\nletter = "a"\nsecret_word = "dragon"\nif letter in secret_word:\n   print("Hooray")\nelse:\n   print("Wrong")
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201024T180000
DTEND;TZID=America/Los_Angeles:20201024T190000
DTSTAMP:20260429T021041
CREATED:20201025T013442Z
LAST-MODIFIED:20201025T013442Z
UID:4977-1603562400-1603566000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Final Test Retake 1 hour
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR