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:20240709T090000
DTEND;TZID=America/Los_Angeles:20240709T100000
DTSTAMP:20260421T192106
CREATED:20240709T081720Z
LAST-MODIFIED:20240710T003911Z
UID:25882-1720515600-1720519200@www.ayclogic.com
SUMMARY:9 AM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance\, fully implementing the magic attack system.\nExplained and learnt about how private\, public and protected keywords work for access control in classes.\n\nHomework:\n\nCreate the heal method which prompts the user for the amount of hp they want to heal the monster with\, and then create a method in the monster class called heal\, and use that method to heal the monster.\n\nNotes:\nIf you have any questions\, feel free to contact me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-darin/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T150000
DTEND;TZID=America/Los_Angeles:20240709T170000
DTSTAMP:20260421T192106
CREATED:20240710T003711Z
LAST-MODIFIED:20240712T000338Z
UID:25885-1720537200-1720544400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nReviewed the homework on making a functions to draw a shape consisting of other shapes.\nStarted and finished the grocery system text based project.\nStarted the robux system text based project\n\nHomework:\nContinue in your same robux system file and add the following: \nfor each selection\, try to add code so you check if you have enough robux in your account and if you do have enough robux\, you can buy the item\, if not\, then print out: \nprint(f”You only have {robux} robux remaining. Therefore you cannot purchase {item_name} for {price} robux.”) \n  \nhere is the format for a selection: \nif selection == “1”:\n___if _____:\n______robux -= 100\n______print(f”You purchased a Hat. You have {robux} robux remaining.”)\n___else: # tell the user they dont have enough robux\n_____ \n\n  \n\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com!!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-summer-session-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T180000
DTEND;TZID=America/Los_Angeles:20240709T190000
DTSTAMP:20260421T192106
CREATED:20240710T005542Z
LAST-MODIFIED:20240710T070753Z
UID:25888-1720548000-1720551600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin (William Sub)
DESCRIPTION:What We Did Today:\n\nContinued Library System\, emphasizing the usage of dictionaries.\n\nHomework:\nContinue working on LibrarySystem\, and do the following: \n\nImplement the list_all_old_books method which lists books that have a publish year lesser than 2000.\n\n\n\ndef list_all_old_books(self):\n    # same thing as list_all_books except you only print the books whose publish years are less than 2000\n    print("\n LIST ALL OLD BOOKS (older than 2000)")\n    # to implement as hw\n\n\n  \nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com !!
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-william-sub-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T180000
DTEND;TZID=America/Los_Angeles:20240709T190000
DTSTAMP:20260421T192106
CREATED:20240710T015454Z
LAST-MODIFIED:20240710T015454Z
UID:25892-1720548000-1720551600@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nStarted the Jumpy Monkey project.\n\nHomework:\n\nMake a LaunchSpeed variable.\nDo this code in the Monkey sprite. Add a “set LaunchSpeed to 10” block under the “when Green Flag clicked” block.\nIn your yellow coding book do page 93\, step #4.\n\nIf you have any questions\, email me at yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-32/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T180000
DTEND;TZID=America/Los_Angeles:20240709T190000
DTSTAMP:20260421T192106
CREATED:20240710T025441Z
LAST-MODIFIED:20240710T025441Z
UID:25890-1720548000-1720551600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nTook Quiz 1 in class\n\nHomework\n\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-49/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T190000
DTEND;TZID=America/Los_Angeles:20240709T200000
DTSTAMP:20260421T192106
CREATED:20240710T025053Z
LAST-MODIFIED:20240711T003844Z
UID:25895-1720551600-1720555200@www.ayclogic.com
SUMMARY:7 PM – Scratch 1 – Yitong
DESCRIPTION:Today We Did\n\nFinished X and Y Coordinates project.\nContinued Animal Crossing project.\n\nHomework\nI will see you guys tomorrow! \n\nWhen the Bat sprite passes -175\, make it say something.\nFinish the Octagon in the X and Y Coordinates project.\n\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-scratch-1-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T190000
DTEND;TZID=America/Los_Angeles:20240709T200000
DTSTAMP:20260421T192106
CREATED:20240710T030333Z
LAST-MODIFIED:20240710T030333Z
UID:25902-1720551600-1720555200@www.ayclogic.com
SUMMARY:7 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nModify EnemyTank to inherit from Tank\nCreate Wall Class\nDisplay the map of the game with the wall sprites\nForce the Tanks to stay in place if run into a wall\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 enemy_turret.py for the EnemyTurret class which:\n    a. inherits from the Turret class (like how we did it for EnemyTank)\n    b. uses the assets/Enemy_Tanks/Type_1/EnemyTank_1_Turret_0.png for the image\n2. In EnemyTank\, override the create_turret() function to make a new EnemyTurret when called.
URL:https://www.ayclogic.com/event/7-pm-advanced-python-game-development-sebastian-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T190000
DTEND;TZID=America/Los_Angeles:20240709T200000
DTSTAMP:20260421T192106
CREATED:20240710T072846Z
LAST-MODIFIED:20240711T015500Z
UID:25909-1720551600-1720555200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued learning how to draw in turtle.\nWe made an all purpose draw_rectangle function using the turtle module.\n\nHomework:\n\n Continue in your file named July9_RobotBuilder and create the upper body (the body\, head\, eyes\, neck\, mouth) for the robot.\nThe coordinates are as follow: (-85\, 170) on the top left of the head\, (-5\, 120) for the bottom right of the head\, and (-90\, 100) for the top left of the body.\nYour draw_rectangle function always draws from the top left.\n\nYou have to try to see when creating your rectangles\, where you should start drawing the next rectangle (what coordinates to give your next rectangle).\nThis will be practice for you to see how to connect different rectangles.\n\nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR