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:20240506T160000
DTEND;TZID=America/Los_Angeles:20240506T170000
DTSTAMP:20260426T152632
CREATED:20240506T220014Z
LAST-MODIFIED:20240507T011218Z
UID:25012-1715011200-1715014800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt and improved how we connect different shaped together using geometry.\nLearnt how to use a function to combine different shapes together to create an object.\n\nHomework:\nYour homework this week is to make a function for the right arm as we did in class for the right leg. \nYou should complete this function: \ndef makeRightArm(x\, y):\n……….drawRectangle(__\, __\, 100\, 20\, “black”)\n……….drawRectangle(__\, __\, 20\, 70\, “red”) \nand here you need to figure out the x and the y positions\, where the second rectangle’s x and y is relative to the first rectangles. \nIf I originally had \n drawRectangle(-30\, -50\, 20\, 100\, “black”)\ndrawRectangle(-30\, -150\, 55\, 20\, “yellow”) \nThen my function coordinates would become: \ndrawRectangle(x\, y\, 20\, 100\, “black”)\ndrawRectangle(x\, y-100\, 55\, 20\, “yellow”) \nwhere the second rectangle’s coordinates depend on the difference between the second rectangle and the firs rectangle. \nWhile you’re at it\, finish the rest of the robot (left leg and left arm). \n \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T170000
DTEND;TZID=America/Los_Angeles:20240506T180000
DTSTAMP:20260426T152632
CREATED:20240506T220054Z
LAST-MODIFIED:20240507T010632Z
UID:25014-1715014800-1715018400@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nStarted on the Flappy Bird Project\, where we initialized and spawned a tube to moves backwards in our screen.\n\nHomework:\n\nCreate a new Player class\, and (using Birdie’s player class as reference)\, make the Player spawn on the screen and flap its wings. You do not have to make the player bird move in different directions since it only goes forwards.\nRemove all the unnecessary code as you copy it from Birdie.\n\nIMPORTANT NOTES:\nI forgot to mention this in class\, but if you are working in the “master” branch\, you should copy your code first and then checkout your own branch from the lower left git logo. \nIf you do not see any other branches other than master\, then you should “update” your project first. \nDo not push and commit until you are in your own branch. \nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-darin-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T190000
DTEND;TZID=America/Los_Angeles:20240506T200000
DTSTAMP:20260426T152632
CREATED:20240507T025242Z
LAST-MODIFIED:20240507T025242Z
UID:25024-1715022000-1715025600@www.ayclogic.com
SUMMARY:7 PM – Scratch 1 – Abigail (Yitong Sub)
DESCRIPTION:What we did today\n\nWe started the Punch the Dummy project.\n\nHomework\n\nIn the Head sprite\, decorate the Dummy.\nMake a happy costume and a sad costume.\nLabel the costumes.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-scratch-1-abigail-yitong-sub/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T190000
DTEND;TZID=America/Los_Angeles:20240506T200000
DTSTAMP:20260426T152632
CREATED:20240507T030047Z
LAST-MODIFIED:20240507T030047Z
UID:25026-1715022000-1715025600@www.ayclogic.com
SUMMARY:7 PM – Intro to Java – Sebastian
DESCRIPTION:Today We Did \n\nLearned about lists\nLearned about for loops\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Parts 1 & 2 from here (don’t worry about the “simple Game inventory system”)\nhttps://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-sebastian-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T193000
DTEND;TZID=America/Los_Angeles:20240506T203000
DTSTAMP:20260426T152632
CREATED:20240507T042542Z
LAST-MODIFIED:20240507T042542Z
UID:25028-1715023800-1715027400@www.ayclogic.com
SUMMARY:7:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nIn the main\, create the tube_group\nCreate a method called spawn_tubes that will spawn a new tube to the tube group every second\nMake it so the tubes will move to the left\nCall the spawn_tubes method and update the tube_group in the game loop
URL:https://www.ayclogic.com/event/730-pm-python-game-development-bill-13/
END:VEVENT
END:VCALENDAR