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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T120000
DTEND;TZID=America/Los_Angeles:20210807T130000
DTSTAMP:20260429T005134
CREATED:20210807T200209Z
LAST-MODIFIED:20210807T200209Z
UID:8878-1628337600-1628341200@www.ayclogic.com
SUMMARY:12 PM - Advance Python Game Development
DESCRIPTION:Today We Do\n\nWe display GAME WIN page.\nWe made sure the tank explosion animation is given a chance to finish before GAME WIN page is displayed.\n\nHomework\n\nWhen tank is destroyed\, add sound effect “assets/audio/explodify.wav”.\nCreate a new sprite shield.py. Use “assets/Get_Shield_Player_1.png” for image. Make the sprite appear on the screen.
URL:https://www.ayclogic.com/event/12-pm-advance-python-game-development-3/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T130000
DTEND;TZID=America/Los_Angeles:20210807T140000
DTSTAMP:20260429T005134
CREATED:20210807T205634Z
LAST-MODIFIED:20210807T210458Z
UID:8880-1628341200-1628344800@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe fixed the Flappy Duck credit button. I’ve uploaded the source code here.\nWe went over how to clone source code from Gitlab.\nWe went over the final project proposal\n\nHomework: \n\nMeet with you team to discuss the final project proposal.\nBuy some game assets.\nWrite google docs final project proposal.  You can follow the example here. You don’t need to include a timeline yet.  Include a Title section\, an Assets section\, and a Story section.  Also include a Components section that lists the different sprites and components how you will divide them with your teammate.\nDownload the shoot balloon project.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-29/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T130000
DTEND;TZID=America/Los_Angeles:20210807T140000
DTSTAMP:20260429T005134
CREATED:20210807T212210Z
LAST-MODIFIED:20210807T212210Z
UID:8885-1628341200-1628344800@www.ayclogic.com
SUMMARY:SAT 1PM - OOP Python - Sohan
DESCRIPTION:What We Did Today:\n1. We used a dictionary to find an object \n2. We went over self. \nHomework:\n1. None \nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/sat-1pm-oop-python-sohan/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T140000
DTEND;TZID=America/Los_Angeles:20210807T150000
DTSTAMP:20260429T005134
CREATED:20210807T224628Z
LAST-MODIFIED:20210810T015802Z
UID:8887-1628344800-1628348400@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed the functions homework\nWe do more function exercises\n\nHomework\n\nCreate a function according to below instruction\n# Create a new function convert_minute_to_second(minute)\n# inside the function\, multiply minute by 60 and return the multiplication result\n# Ask user input from shell to enter “How many minutes: ”\n# Call the function\, use user input as parameter of the function\n# capture the return value and print “There are <result> seconds in <user_input> minutes.\nDo Page 142. TRY IT YOURSELF 8-6 only.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T160000
DTEND;TZID=America/Los_Angeles:20210807T170000
DTSTAMP:20260429T005134
CREATED:20210808T000909Z
LAST-MODIFIED:20210808T000909Z
UID:8895-1628352000-1628355600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Nathaniel
DESCRIPTION:Gamas sub Nathaniel today \nToday We Do\n\nWe reviewed legs homework.\nWe drew the body\, head and eyeball white strip.\nWe create left_arm(x\,y\,color) function to draw the left arm. The left arm consist of 2 rectangles.\n\nHomework\n\nCreate right_arm(x\,y\,color) function to draw the right arm. It should be similar to the left_arm function. It should consist of 2 rectangles.\nCall the right_arm function after it is done to draw the right arm on the right side of the body.\nDraw 2 small black rectangles inside the eyeball for eye pupil like below\n\n\n 
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T170000
DTEND;TZID=America/Los_Angeles:20210807T180000
DTSTAMP:20260429T005134
CREATED:20210808T011019Z
LAST-MODIFIED:20210808T011019Z
UID:8898-1628355600-1628359200@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We:\n\nContinued working on school application\nImplemented add_student() method to StudentApplication class\n\nHomework\n\nThe project can be found in google drive under folder named “SchoolApplication”. Go to the src folder and you will see the python files there\nCreate a method in SchoolApplication class to list all students in the list of students. Look at example below:\n\n  \n\nHere's an example: \n\nstudent_list has 3 student objects. the 3 student objects each have a name attribute. and \nwe'll say that the names are 'N'\, 'E'\, 'L'\nIf I choose option 2:\n\nI expect this output:\n\nStudent list contians:\n'N' who is 18 years old and is in grade 12\n'E' who is 21 years old and is in grade 15\n'L' who is 15 years old and is in grade 10
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-nathaniel-2/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T180000
DTEND;TZID=America/Los_Angeles:20210807T190000
DTSTAMP:20260429T005134
CREATED:20210808T030905Z
LAST-MODIFIED:20210808T030905Z
UID:8902-1628359200-1628362800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed everyone’s final project progress\nWe continued with Shoot Balloon project\n\nHomework\n\nContinued with your final project progress
URL:https://www.ayclogic.com/event/6-pm-python-game-development-153/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR