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:20240413T103000
DTEND;TZID=America/Los_Angeles:20240413T113000
DTSTAMP:20260426T120630
CREATED:20240413T232128Z
LAST-MODIFIED:20240413T232128Z
UID:24745-1713004200-1713007800@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned how to make our programs run continuously\n\nYour HW:\n\nMake sure to give yourself 1 hour to do this practice quiz:\nCreate a new file called Apr_14_PracticeQuiz1\nDo the practice quiz found here:\n\nhttps://www.ayclogic.com/intro-to-python-exercises/\nIf there is anything you have a hard time with\, mark them down and we will do them in class next week
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T113000
DTEND;TZID=America/Los_Angeles:20240413T123000
DTSTAMP:20260426T120630
CREATED:20240413T232409Z
LAST-MODIFIED:20240413T232409Z
UID:24747-1713007800-1713011400@www.ayclogic.com
SUMMARY:11:30 AM - Unity Game Development - Bill
DESCRIPTION:Today We:\n\nLearned how to move objects in script\n\nYour HW:\n\nIn the game controller script\, make it so the objects that spawn are created where the user’s mouse position is\nIf you cannot figure out how to do this\, check out this link
URL:https://www.ayclogic.com/event/1130-am-unity-game-development-bill-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T140000
DTEND;TZID=America/Los_Angeles:20240413T150000
DTSTAMP:20260426T120630
CREATED:20240415T003455Z
LAST-MODIFIED:20240415T003917Z
UID:24761-1713016800-1713020400@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nCompleted Explosion class\nAdded buttons to landing page\nBegan credits page\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian\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\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T150000
DTEND;TZID=America/Los_Angeles:20240413T160000
DTSTAMP:20260426T120630
CREATED:20240415T003311Z
LAST-MODIFIED:20240415T003927Z
UID:24749-1713020400-1713024000@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nReviewed how if statements work\nReviewed how to get user input\nLearned about lists\, and all the different things we can do with them.\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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 to your Google Drive\nHomework: Complete part 1 of the “Tell Me Your Age” project as explained here: https://www.ayclogic.com/tell-me-your-age/\n\nPlease ignore parts 2 and 3 which say “After you are done with number 1\, put the entire program inside a forever loop” and “As a bonus point\, put a code inside the forever loop that if they enter exit\, break from the loop”.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T160000
DTEND;TZID=America/Los_Angeles:20240413T170000
DTSTAMP:20260426T120630
CREATED:20240415T110257Z
LAST-MODIFIED:20240415T115603Z
UID:24765-1713024000-1713027600@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nContinued working on Temperature Converter\n\nSwapped unit labels to match temperature conversion type (C –> F)\n\n\n\nHomework\nContinue working on TemperatureConverter: \n\nChange the unit labels according to the other conversion options:\n\nCelsius –> Kelvin\nFahrenheit –> Celsius (this is needed in case the user switches back)\n\n\nWhen switching between conversion types\, we want to clear the values for the previous conversion:\n\nAfter changing the labels\, create 2 TextView objects to represent toTextField and fromTextField (use findViewById())\nUse the setText() method to set the text of the fromTextField and toTextField to an empty string\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-19/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T170000
DTEND;TZID=America/Los_Angeles:20240413T180000
DTSTAMP:20260426T120630
CREATED:20240415T104524Z
LAST-MODIFIED:20240415T104524Z
UID:24763-1713027600-1713031200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed x-\, y-coordinate system and last week’s homework\nCreated function to draw filled-in circles\n\nHomework\nWork on the following: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nMake sure to create functions!\n\n\n\n\nApr13_TurtleHW2.py\n\nCreate a square() function with 4 parameters: x\, y\, length\, color that draws a filled-in square using the color argument\n\nHint: the process is very similar to our circle() function from our lesson!\n\n\nDraw 3 squares of different sizes\, locations\, and colors using the function you just created\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T173000
DTEND;TZID=America/Los_Angeles:20240413T183000
DTSTAMP:20260426T120630
CREATED:20240414T012403Z
LAST-MODIFIED:20240414T012403Z
UID:24751-1713029400-1713033000@www.ayclogic.com
SUMMARY:5:30 PM — Python OOP — Shawn
DESCRIPTION:Today We Did\n\nFinish Monster Inheritance\n\nHomework\n\nDo the practice final that was shared with you in your email.\n\nIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-python-oop-shawn-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T180000
DTEND;TZID=America/Los_Angeles:20240413T190000
DTSTAMP:20260426T120630
CREATED:20240414T015535Z
LAST-MODIFIED:20240414T015622Z
UID:24754-1713031200-1713034800@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Abigail (Yitong sub)
DESCRIPTION:What we did today\n\nFinished up the Beetle and Ghost sprites.\nWorked on the Level Banner sprite and made Level 1 & Level 2 costumes.\nAdded code in the Cheese sprite to start Level 2.\nTalked about what happens after Level 2 starts.\n\nHomework\n\nMake the Game Over Banner sprite.\nMake a Maze costume for Level 2.\n\nGive the Mouse sprite more space to move in\, because the enemies are faster in Level 2.\n\n\nMake the You Win Banner sprite.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-abigail-yitong-sub/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T183000
DTEND;TZID=America/Los_Angeles:20240413T193000
DTSTAMP:20260426T120630
CREATED:20240414T022730Z
LAST-MODIFIED:20240414T022730Z
UID:24750-1713033000-1713036600@www.ayclogic.com
SUMMARY:6:30PM — Intro to Java — Shawn
DESCRIPTION:Today We Did\n\nIf Else and Scanner\n\nHomework\n\nAssignment: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/\nUpload it to the Google Drive.\n\nIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/630pm-intro-to-java-shawn/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T190000
DTEND;TZID=America/Los_Angeles:20240413T200000
DTSTAMP:20260426T120630
CREATED:20240414T030310Z
LAST-MODIFIED:20240414T030310Z
UID:24758-1713034800-1713038400@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration 2 - Abigail
DESCRIPTION:What we did today\n\nWe continued working on the face and expressions drawing.\n\nHomework\n\nShade the 3rd guy completely (Angry expression).\nShade hair\, skin\, eyes\, etc.\nUse red for your shading color.\nReference the other characters for shading.\nLight source is coming from TOP LEFT.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-2-abigail-18/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
END:VCALENDAR