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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T170000
DTEND;TZID=America/Los_Angeles:20220223T180000
DTSTAMP:20260424T030547
CREATED:20220224T020426Z
LAST-MODIFIED:20220224T020426Z
UID:11725-1645635600-1645639200@www.ayclogic.com
SUMMARY:5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nSubmitted the Turtle Projects\nStarted the Grocery System project\nLearned how to make multi lined menu string variables\nReviewed what += and adding 2 strings does\nLearned another way to make multi lined menu string variables using triple double quotes\nGot input from user from printing out the menu and printed the input out into the shell\n\nYour HW:\n\nMake the code continuously ask the user for an input (like the magic 8 ball project) and print out the input\nWhen the user inputs “4” stop the code from asking for input
URL:https://www.ayclogic.com/event/5pm-intro-to-python-bill-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T170000
DTEND;TZID=America/Los_Angeles:20220223T180000
DTSTAMP:20260424T030547
CREATED:20220303T003759Z
LAST-MODIFIED:20220303T003759Z
UID:11821-1645635600-1645639200@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nToday we continued the Sayu project. We continued to add more color and details to her clothes! \n \nHOMEWORK \nWork on your final project. Start the stick-figure and body sketch for the pose your character will be in.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-43/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T180000
DTEND;TZID=America/Los_Angeles:20220223T190000
DTSTAMP:20260424T030547
CREATED:20220224T025727Z
LAST-MODIFIED:20220224T025727Z
UID:11729-1645639200-1645642800@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework \nCalculate the sum of each column of a two dimensional array. For example \nt = [[1\, 2\, 3]\,\n     [3\, 7\, 4]\,\n     [8\, 3\, 5]\,\n     [9\, 10\, 11\, 12]]\nThen the output should be \nres = [21\,22\,23\,12]\nBecause for first column: 1 + 3 + 8 + 9 = 21\, for second column: 2 + 7 + 3 + 10 = 22\, for the third column: 3 + 4 + 5 + 11 = 23\, for the fourth column\, there is only one element\, so the sum is 12. \n 
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T180000
DTEND;TZID=America/Los_Angeles:20220223T190000
DTSTAMP:20260424T030547
CREATED:20220228T014859Z
LAST-MODIFIED:20220228T014859Z
UID:11795-1645639200-1645642800@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today we Did:\n\nUsing the Random Module\nStarted Magic 8 Ball\n\nHomework:\n\nAdd 3 new answers to Magic 8 Ball: “Ask again later”\, “Most likely” and “I don’t think so”. Also\, before you print the answer\, ask the user to give a question (input from shell)\nNOTE: Please submit your homework file inside the google drive folder Tuesday at 5pm\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-latisha-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T190000
DTEND;TZID=America/Los_Angeles:20220223T200000
DTSTAMP:20260424T030547
CREATED:20220224T040311Z
LAST-MODIFIED:20220224T040311Z
UID:11731-1645642800-1645646400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished going over List Homeworks from page 38 to 42.\nWe also learned how to replace element in the list and how to know the number of element inside the list.\n\nHomework\n\nCreate a new file Feb23_ForLoopList.py\nCopy code from page 50\, 51\, 52
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220223T190000
DTEND;TZID=America/Los_Angeles:20220223T200000
DTSTAMP:20260424T030547
CREATED:20220224T041607Z
LAST-MODIFIED:20220224T041619Z
UID:11732-1645642800-1645646400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWent over the homework to add animation and finish the enemy map navigation.\nWe added the tower.\nWe added the health indicator.\n\nHomework: \n\nCreate a new sprite class called Bullet.  Use the the image “assets/images/red_projectile2.png”. for the bullet’s self.image attribute.\nAdd a method to create bullet inside main.py called launch_bullet\, that every 120 frames launches a new bullet.  Make it so that your tower will create one bullet moving to the right about every 3 seconds.\nBonus: first add a direction parameter to your Bullet class to face and move it the correct direction provided which is measured in degrees.  Then inside the tower\, create 4 bullet every 3 seconds\, but make it so the bullets face different directions and move different directions\, as in the example below. A bullet should be created with each of these directions: 45\, 135\, 225\, and 315.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-109/
CATEGORIES:Python Game Development
END:VEVENT
END:VCALENDAR