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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T180000
DTEND;TZID=America/Los_Angeles:20240716T190000
DTSTAMP:20260421T225326
CREATED:20240717T020147Z
LAST-MODIFIED:20240717T020147Z
UID:25993-1721152800-1721156400@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nContinued the Jumpy Monkey project.\n\nHomework:\n\nMake a Level Banner sprite\, and make 2 costumes inside it.\n\nOne costume should be for Level 1.\nThe second costume should be for Level 2.\n\n\nIn your yellow coding book do page 100\, steps #16-18.\n\n\n\n\n\nIf you have any questions\, email me at yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-33/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T180000
DTEND;TZID=America/Los_Angeles:20240716T190000
DTSTAMP:20260421T225326
CREATED:20240717T021234Z
LAST-MODIFIED:20240717T021901Z
UID:25990-1721152800-1721156400@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nReviewed the quiz\nLearned about functions\n\nHomework\n\nCreate a new file called July16_FunctionsWithoutReturnValue:\n\nRead and do the codes from Pg. 130-133\nSolve problems #4-6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\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-50/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T180000
DTEND;TZID=America/Los_Angeles:20240716T190000
DTSTAMP:20260421T225326
CREATED:20240717T031750Z
LAST-MODIFIED:20240717T035540Z
UID:25997-1721152800-1721156400@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Darin
DESCRIPTION:What We Did Today:\n\nFinished Library\n\nHomework:\nContinue working on SupermarketApplication and do the following: \n\nAdd print statements using item.name and item.price in each of the if statements.\nOutside the while loop\, use a for loop to print each items name (you have to consider how to get the names of each item in the list)\n\nRefer to the comments below: \n\ndef application_loop(self):\n    while True:\n        selection = input(self.menu)\n        if selection == "1":\n            item = self.menu_items["1"]\n            self.shopping_cart.append(item)\n            # print "you bought {name} for {price}"\n        elif selection == "2":\n            item = self.menu_items["2"]\n            self.shopping_cart.append(item)\n        elif selection == "3":\n            item = self.menu_items["3"]\n            self.shopping_cart.append(item)\n        elif selection == "4":\n            break\n    # right here outide the while loop\n    # use a for loop to print the items in the shopping_cart list\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/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T190000
DTEND;TZID=America/Los_Angeles:20240716T200000
DTSTAMP:20260421T225326
CREATED:20240717T030354Z
LAST-MODIFIED:20240717T030354Z
UID:26001-1721156400-1721160000@www.ayclogic.com
SUMMARY:7 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nModify Turret to follow your mouse\nAdd animation to the Tank\n\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 bullet.py for the Bullet class which:\n    a. uses the assets/Bullet.png for the image\n    b. move to the left at a speed of 5\n2. In main\, create the bullet_group. \n3. In a new function called handle_player_bullet_creation: If you click with your mouse\, create a new bullet and add it to the group. You can use the tank's location for where the bullet starts for now. Only allow the player to create a new bullet every 2 seconds (add a timer)
URL:https://www.ayclogic.com/event/7-pm-advanced-python-game-development-sebastian-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T190000
DTEND;TZID=America/Los_Angeles:20240716T200000
DTSTAMP:20260421T225326
CREATED:20240717T030449Z
LAST-MODIFIED:20240717T030723Z
UID:26000-1721156400-1721160000@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today We Did\n\nFinished the Animal Crossing project.\nStarted the Tunnel of Doom project.\n\nHomework\n\nMake a new Win Banner sprite.\nWhen we start the game\, make it hide.\nWhen the Cat sprite is Home!\, make it show.\nMake the Win Banner change color forever.\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-31/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T190000
DTEND;TZID=America/Los_Angeles:20240716T200000
DTSTAMP:20260421T225326
CREATED:20240717T031554Z
LAST-MODIFIED:20240717T031554Z
UID:26005-1721156400-1721160000@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\nHomework:\n\n\n\n Create a file called July16_AdvancedTurtleHW.py and convert the following code into a function that can be used to draw the shape at any coordinates:\n\n\n\n\nimport turtle as t\n\nt.bgcolor("lightblue")\nt.speed("fastest")\n\ndef draw_rectangle(x\, y\, length\, height\, pen_color):\n# sets color\nt.color(pen_color)\n\n# this moves location\nt.penup()\nt.goto(x\, y)\nt.pendown()\n\nt.begin_fill()\n# this draws the shape\nfor i in range(2):\nt.forward(length) # draws length\nt.right(90)\nt.forward(height) # draws height\nt.right(90)\nt.end_fill()\n\ndraw_rectangle(0\, 0\, 100\, 20\, "black")\ndraw_rectangle(0\, 50\, 10\, 100\, "red")\ndraw_rectangle(90\, 50\, 10\, 100\, "red")\n\ndef make_shape(x\, y):\n# to make\n# to make\n\n\n\nHere is what the image looks like: \n\nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR