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:20240302T090000
DTEND;TZID=America/Los_Angeles:20240302T100000
DTSTAMP:20260426T065357
CREATED:20240302T090256Z
LAST-MODIFIED:20240302T090256Z
UID:24125-1709370000-1709373600@www.ayclogic.com
SUMMARY:9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe started working on the game over page\, and the dizzy animation when the player crashes into a tube. We also made sure that the user loses the game if they go out of the screen (either above or below).\n\nHomework:\n\nMake sure that you reset the player’s game mode to flying mode everytime the play button is pressed.\nSimilar to the way we worked on the game over page\, draw the title for the game win page\, along with the play and credit buttons.
URL:https://www.ayclogic.com/event/9-am-indo-python-game-development-joel-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T103000
DTEND;TZID=America/Los_Angeles:20240302T113000
DTSTAMP:20260426T065357
CREATED:20240302T193327Z
LAST-MODIFIED:20240302T193327Z
UID:24130-1709375400-1709379000@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned about lists\nLearned how to create a list\nLearned how to modify items in a list\nLearned how to add and remove from a list\nLearned how to get the length of a list\n\nYour HW:\n\nDo pages 38 to 41 from the book but do not do the Try It Yourself
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T140000
DTEND;TZID=America/Los_Angeles:20240302T150000
DTSTAMP:20260426T065357
CREATED:20240302T230702Z
LAST-MODIFIED:20240302T230702Z
UID:24143-1709388000-1709391600@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nAdjusted text position for balloons\nLearned how to conditionally draw something with a 50/50 chance\nReviewed pygame hitbox rectangles & their full setup\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-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T143000
DTEND;TZID=America/Los_Angeles:20240302T153000
DTSTAMP:20260426T065357
CREATED:20240302T233943Z
LAST-MODIFIED:20240302T233943Z
UID:24145-1709389800-1709393400@www.ayclogic.com
SUMMARY:2:30 PM - Intro To Competitive Programming - Gamas
DESCRIPTION:Today We Did\n\nWe went over Mad Scientist USACO problem. https://usaco.org/index.php?page=viewproblem2&cpid=1012\nWe went over Greedy algorithm concept.\n\nHomework\n\nDo Cannonball problem – try to read and do the problem within 1 hour 15 mins timeframe. https://usaco.org/index.php?page=viewproblem2&cpid=1372\nMarch 15 to 18 is another USACO qualification. Please do them.\n\n 
URL:https://www.ayclogic.com/event/230-pm-intro-to-competitive-programming-gamas-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T153000
DTEND;TZID=America/Los_Angeles:20240302T163000
DTSTAMP:20260426T065357
CREATED:20240309T233227Z
LAST-MODIFIED:20240309T233227Z
UID:24234-1709393400-1709397000@www.ayclogic.com
SUMMARY:3:30 PM – Adv Python Game Dev – Latisha
DESCRIPTION:Today We Did\n\ncontinued working on Tank Game\n\nHomework\n\nmake a class called TankExplosion in a file called tank_explosion.py\nthe class should be very similar to WallExplosion\, except it uses the images in assets/Tank_Explosion\nWhen a bullet hits the enemy or the enemy bullet hits the player\, create a new TankExplosion at the location of the tank that was hit\, and add it to a tank_explosion_group. Comment out the game_mode = blah line inside the collision function.
URL:https://www.ayclogic.com/event/330-pm-adv-python-game-dev-latisha-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T160000
DTEND;TZID=America/Los_Angeles:20240302T170000
DTSTAMP:20260426T065357
CREATED:20240303T053920Z
LAST-MODIFIED:20240310T002956Z
UID:24150-1709395200-1709398800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\n\n\n\nFinished implementing takeMagicDamage()\nUsed proper constructors when adding new monsters\nImplemented monster healing\n\nHomework\nDownload and Install Android Studio! Link here: https://developer.android.com/studio \n\nFollow the default installation instructions. Once installation is complete\, create an Empty Views Activity called TemperatureConverter using Java.\nYou can find a more detailed guide here. Make sure to make an Empty Views Activity\, not Empty Activity. We won’t be using the Studio Bot\, but feel free to play around 🙂\n\nIf you have any issues\, please reach out or I can help during our next lesson! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T170000
DTEND;TZID=America/Los_Angeles:20240302T180000
DTSTAMP:20260426T065357
CREATED:20240303T022152Z
LAST-MODIFIED:20240303T022152Z
UID:24148-1709398800-1709402400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nDebugged FixingPythonBugs2.py\nReviewed Exercise #1 and #2 from Quiz 2 Prep\n\nExplained return values from functions\n\n\n\nHomework\nContinue working on Quiz2Prep.py! Try your best to attempt all the exercises. \n\nYou can find the problems at: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\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-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T173000
DTEND;TZID=America/Los_Angeles:20240302T183000
DTSTAMP:20260426T065357
CREATED:20240303T030714Z
LAST-MODIFIED:20240303T030714Z
UID:24147-1709400600-1709404200@www.ayclogic.com
SUMMARY:5:30 PM — Python OOP — Shawn
DESCRIPTION:Today We Did\n\nMore OOP examples — Dog example\nFinished GroceryShoppingCart with OOP\n\nHomework\n\nCopy pages 163 to Page 166\nPage 167 – TRY IT YOURSELF\n\nIf you have any questions\, please message me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-python-oop-shawn-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T180000
DTEND;TZID=America/Los_Angeles:20240302T190000
DTSTAMP:20260426T065357
CREATED:20240303T030613Z
LAST-MODIFIED:20240303T030613Z
UID:24151-1709402400-1709406000@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong Liu
DESCRIPTION:Today we:\n\nFinished the Virtual Snow project.\nReviewed the practice test.\n\nHomework:\n\nFinish and submit the Scratch Level 1 Practice Test.\n\nSubmit your homework here: yitong@ayclogic.com \n\nHomework is due by FRIDAY NIGHT.\nDon’t forget to share your project\, otherwise\, I cannot see it.\n\nPoints:\n\nSadev:      IIIII I\nPahan:      IIIII IIIII\nRoman:     IIIII IIIII\nBenjamin:  II\nEmma:      II\n\nSTUDENTS OF THE MONTH!!!\n(NOVEMBER)\n\nSadev\nRoman\nPahan\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-liu-13/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T183000
DTEND;TZID=America/Los_Angeles:20240302T193000
DTSTAMP:20260426T065357
CREATED:20240303T030805Z
LAST-MODIFIED:20240303T030805Z
UID:24154-1709404200-1709407800@www.ayclogic.com
SUMMARY:SAT 06:30 PM – AI/ML – Shawn
DESCRIPTION:Today We Did\n\nFinish Boston House Prices\nFinal project work\n\nHomework\n\nDeploy final project to Streamlit & Github\n\nIf you have any questions\, email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/sat-0630-pm-ai-ml-shawn-3/
END:VEVENT
END:VCALENDAR