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:20240127T090000
DTEND;TZID=America/Los_Angeles:20240127T100000
DTSTAMP:20260426T033607
CREATED:20240127T040631Z
LAST-MODIFIED:20240127T040631Z
UID:23638-1706346000-1706349600@www.ayclogic.com
SUMMARY:9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe made the flapping animation for the player\nWe made the upward tubes\n\nHomework:\n\nMake sure that your tube hitbox is moving along with the x of the tube (solution to the error).\nCreate a new function called player_tube_collision and simply\,\nif player.rect.colliderect(tube.rect)\, return True. Else\, return false.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com\, or Mr. Gamas at gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/9-am-indo-python-game-development-joel-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T103000
DTEND;TZID=America/Los_Angeles:20240127T113000
DTSTAMP:20260426T033607
CREATED:20240128T213639Z
LAST-MODIFIED:20240128T213639Z
UID:23667-1706351400-1706355000@www.ayclogic.com
SUMMARY:10:30 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned about if statements and booleans\n\nYour HW:\n\nRead and copy from Pages 79-81 in the text book\nIntroToPythonPg79to81
URL:https://www.ayclogic.com/event/1030-pm-intro-to-python-bill/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T140000
DTEND;TZID=America/Los_Angeles:20240127T150000
DTSTAMP:20260426T033607
CREATED:20240127T230127Z
LAST-MODIFIED:20240127T230254Z
UID:23646-1706364000-1706367600@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nReviewed past class code & finished implementing collisions\nAdded background music and sound effects\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-dragon-birdie/-/tree/Sebastian?ref_type=heads\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\nHomework: Complete the reset method we made for the Player class.\n\nReset player’s x & y attributes to the given x/y\nReset player’s rect attribute’s x & y attributes to the given x/y\nReset fall speed to 0
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T153000
DTEND;TZID=America/Los_Angeles:20240127T163000
DTSTAMP:20260426T033607
CREATED:20240202T060110Z
LAST-MODIFIED:20240202T060110Z
UID:23730-1706369400-1706373000@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 the Enemy Tank not able to cross a wall\, just like how we did it for the Player Tank.\nMake the WallExplosion class in a file called wall_explosion.py\, it should use all the images in assets/Bricks\nWhen the bullet hits a Brick Wall\, make the WallExplosion in its place. Look at ShootBalloon’s Balloon-mouse collision as an example. Once the timer runs out\, remove the WallExplosion (kill it). You can set the timer to 20.
URL:https://www.ayclogic.com/event/330-pm-adv-python-game-dev-latisha-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T160000
DTEND;TZID=America/Los_Angeles:20240127T170000
DTSTAMP:20260426T033607
CREATED:20240128T010035Z
LAST-MODIFIED:20240128T001056Z
UID:23650-1706371200-1706374800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nJava Quiz\n\nHomework\nWe will be starting a MonsterInheritance program next class! Do the following to prepare: \n\nCreate a new project called MonsterInheritance\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\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-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T170000
DTEND;TZID=America/Los_Angeles:20240127T180000
DTSTAMP:20260426T033607
CREATED:20240128T020513Z
LAST-MODIFIED:20240128T020513Z
UID:23652-1706374800-1706378400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Jan20_FunctionsHW5.py\n\nFunctions with return values\n\n\nLearned about the random module in Python\n\nrandom.randint() — choose random integer\nrandom.choice() — choose random item from list\n\n\n\nHomework\nWork on the following files: \n\nJan20_FunctionsHW5.py\n\nFinish Exercise #3:\n\nWrite a function called count that takes a number as input and prints a countdown from 1 to that number. For example\, calling count(5) should print:\n1\n2\n3\n4\n5\n\n\n\n\n\nMagic8Ball.py\n\nFollow the instructions here! https://www.ayclogic.com/intro-to-python/magic-8-ball/\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-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T170000
DTEND;TZID=America/Los_Angeles:20240127T180000
DTSTAMP:20260426T033607
CREATED:20240128T031740Z
LAST-MODIFIED:20240128T031740Z
UID:23658-1706374800-1706378400@www.ayclogic.com
SUMMARY:5 PM – Digital Illustration 2 – Abigail
DESCRIPTION:What we did today\n\nWe continued working on the 6 Facial Expressions drawing.\n\nHomework\n\nFinish drawing the head and neck of the Happy expression.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-digital-illustration-2-abigail-5/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T180000
DTEND;TZID=America/Los_Angeles:20240127T190000
DTSTAMP:20260426T033607
CREATED:20240127T101042Z
LAST-MODIFIED:20240127T101042Z
UID:23644-1706378400-1706382000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n\n\nCreated a Robux System program\, which is similar to the grocery system\, but this time we introduce money that we hold in the bank\, using functions to purchase items from the menu.\n\nHomework:\n(https://www.ayclogic.com/intro-to-python-final-project-criteria/) \nThe final project is due on February 8\, so start drawing out the image using code.  Refer to your old notes on turtle for how to draw the shapes. Follow the guidelines in the site above for the final project criteria. \nAn example of what you have to draw and show me for your final project: \n \nThe end result after the coding is done (for now you need to create the drawing and send it to me by email) – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \nRemember\, ask me questions on email for anything you are confused by. I will check my mail every 6 PM. \nMake at least 25% more progress on your project by next week! \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-49/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T180000
DTEND;TZID=America/Los_Angeles:20240127T190000
DTSTAMP:20260426T033607
CREATED:20240128T031713Z
LAST-MODIFIED:20240128T031745Z
UID:23659-1706378400-1706382000@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong Liu
DESCRIPTION:Today we:\n\nContinued the Punch the Dummy project.\n\nHomework:\n\nWhen the Head sprite receives the “Bounce” message\, switch the costume to Angry.\nUnder the “go to” block\, switch the costume back to Happy.\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\nPahan:      IIIII IIII\nRoman:     IIIII IIII\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-8/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T180000
DTEND;TZID=America/Los_Angeles:20240127T190000
DTSTAMP:20260426T033607
CREATED:20240128T032511Z
LAST-MODIFIED:20240128T032511Z
UID:23663-1706378400-1706382000@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Abigail
DESCRIPTION:What we did today\n\nWe continued working on the MHALL project.\n\nHomework\n\nMake the Happy Birthday Song in Scratch.\nThe sheet music also should be in “project resources”\nAdd a broadcast every 2 measures. (So that each line will have 5-6 notes)\nEnd at the second ending\, not the first. Do not repeat the song. (Your ending note should be F)\nRemember to do appropriate waits (0.5\, 1\, and 2 seconds according to the note length)\n\n \nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-42/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T183000
DTEND;TZID=America/Los_Angeles:20240127T193000
DTSTAMP:20260426T033607
CREATED:20240128T032312Z
LAST-MODIFIED:20240128T032312Z
UID:23655-1706380200-1706383800@www.ayclogic.com
SUMMARY:6:30 PM – AI / ML – Shawn
DESCRIPTION:Today We Did\n\nFinished Digit Recognition\n\nHomework\n\nTry drawing an image that has less than a 70% certainty in our Digit Recognition Colab. Why do you think it’s so low?
URL:https://www.ayclogic.com/event/630-pm-ai-ml-shawn-7/
END:VEVENT
END:VCALENDAR