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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T180000
DTEND;TZID=America/Los_Angeles:20240723T190000
DTSTAMP:20260421T210803
CREATED:20240724T015620Z
LAST-MODIFIED:20240724T015620Z
UID:26099-1721757600-1721761200@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nFinished the Jumpy Monkey project.\nStarted the Fireball Fight project.\n\nHomework:\n\nDownload a picture of 2 different characters.\nDownload a picture of 2 different attacks.\n\nIf you have any questions\, email me at yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-34/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T180000
DTEND;TZID=America/Los_Angeles:20240723T190000
DTSTAMP:20260421T210803
CREATED:20240724T053042Z
LAST-MODIFIED:20240724T053042Z
UID:26118-1721757600-1721761200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished Supermarket Application\nReviewed concepts/functions on using Dictionaries such as .values()\, .keys()\, and .items()\n\nHomework:\nImplement MonsterSystem.py and Monster.py and upload the two files into the google drive when you are finished. \n\n# The monster class has the attributes: species (string)\, health (int)\, max_attack (int)\n\n# The MonsterSystem class has a dictionary with key {monster's name (String)} and value Monster object\n\n# Make the menu print out forever and get input from the user\, and implement selection 1 and selection 2\n\n\nclass MonsterSystem:\n    def __init__(self):\n        self.menu = """\nPlease select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter 'exit' to quit): """\n\n        self.monsters = {}\n\n    def application_loop(self):\n        while True:\n           # some code here\n\nm = MonsterSystem()\nm.application_loop()\nInside of # some code here^ you want to get input using the self.menu the same way we did in Library System\, School System\, and Supermarket Application. \nContinue to create the add monster and list all monster methods. \n\n\nNotes:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T180000
DTEND;TZID=America/Los_Angeles:20240723T190000
DTSTAMP:20260421T210803
CREATED:20240724T085112Z
LAST-MODIFIED:20240727T011821Z
UID:26120-1721757600-1721761200@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nLearned about functions with if else statements inside\nLearned about functions with return values\n\nHomework\n\nCreate a new file called July23_FunctionsWithReturnValue:\n\nDo the “Try It Yourself” section for parts\n\n8-1\, 8-2 (found in Pg. 131) and 8-3\, 8-4\, 8-5 (found in Pg. 137)\n\n\nRead and do the code from\n\nIf you have the second version of the book: Pg. 138-139\nIf you have the third version of the book: Pg. 137-139\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-51/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T190000
DTEND;TZID=America/Los_Angeles:20240723T200000
DTSTAMP:20260421T210803
CREATED:20240724T025616Z
LAST-MODIFIED:20240724T030038Z
UID:26112-1721761200-1721764800@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today We Did\n\nContinued the Window Cleaner project.\n\nHomework\n\nDraw 4 more Splat costumes. They must be different colors and shapes.\nDownload 2 pictures onto your Scratch computer\, 1 picture of your mom and 1 picture of yourself.\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-33/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T190000
DTEND;TZID=America/Los_Angeles:20240723T200000
DTSTAMP:20260421T210803
CREATED:20240724T050522Z
LAST-MODIFIED:20240724T050732Z
UID:26111-1721761200-1721764800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to combine multiple shapes into one function in turtle\n\n  \nHomework:\nCreate your project proposal on paper or on tablet (by drawing)\, and label/color the drawing. You want to follow the requirements listed in the link below\, and take a picture of the proposal (drawing) send me an email of the photo to ddjapri@ayclogic.com. \nSample drawing proposal: \n \nAlternatively\, you can upload the photo image to google drive but let me know by email that you uploaded by google drive. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \n  \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240723T190000
DTEND;TZID=America/Los_Angeles:20240723T200000
DTSTAMP:20260421T210803
CREATED:20240725T054008Z
LAST-MODIFIED:20240725T054008Z
UID:26133-1721761200-1721764800@www.ayclogic.com
SUMMARY:7 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nModify Enemy Turret to follow player tank\nMake bullet shoot in direction of Turret\nFind the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm \nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, please email me at latisha@ayclogic.com\n\nHomework\n1. Create a file called wall_explosion.py for the WallExplosion class which:\n    a. uses all the images in assets/Bricks to make an animation (have something like tank's get_next_image)\n    b. once you've shown all the images\, call self.kill()\n2. In main\, create the wall_explosion_group. \n3. Add a collision between the bullet and the wall. Both should disappear when they collide\, but create a new\n WallExplosion in the place of the wall.
URL:https://www.ayclogic.com/event/7-pm-advanced-python-game-development-sebastian-6/
END:VEVENT
END:VCALENDAR