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:20240520T160000
DTEND;TZID=America/Los_Angeles:20240520T170000
DTSTAMP:20260426T152631
CREATED:20240520T175439Z
LAST-MODIFIED:20240521T010757Z
UID:25167-1716220800-1716224400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nShowcased how to combine circles and rectangles for a shape.\nShowed how to use “heading” to make our shapes inclined.\nShowed how to use the “extent” parameter for a circle to make a semicircle.\nShowed how to make our shape change colors forever.\n\nHomework:\nWork on your final project! You need to make 25% progress on your final project each week\, starting today\, and that means you want to be done with at least 2 objects per week. You can send the file into the google drive when you are done and then send me an email so I can check your progress and correct you on any mistakes. \nYou need to refer to this website for the final project details\, and YOU MUST meet all of the requirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nAnd for inspiration\, you can check out other students projects! \nhttps://www.ayclogic.com/python-games-gallery/ \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-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T170000
DTEND;TZID=America/Los_Angeles:20240520T180000
DTSTAMP:20260426T152631
CREATED:20240521T011044Z
LAST-MODIFIED:20240521T011044Z
UID:25171-1716224400-1716228000@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nContinued on the Flappy Duck project\, where we made the player fall with gravity and have the ability to jump.\nFixed our tube gap distance in a more formal way for editing.\nLearnt how to crop images using FireAlpaca (a free image editing software).\n\nHomework:\n\n\n\n# Your homework is to create and blit the coin class into existence. The coin has 3 different images\, so you could do somethingl ike\n# for SUFFIX in ["1"\, "2"\, "3"] to loop through each image and add that into a list\n\n# You want to create a create_coin method in main.py\, use a new coin timer to make the coins appear.\n\n# IF you want to get ahead\, you can try to make the coin appear randomly on the y axis.\n\n\n\nIMPORTANT NOTES:\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-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T170000
DTEND;TZID=America/Los_Angeles:20240520T180000
DTSTAMP:20260426T152631
CREATED:20240521T011620Z
LAST-MODIFIED:20240521T011620Z
UID:25174-1716224400-1716228000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed last week homework.\nWe added 2 more parameters to friend_activities function.\nWe added 2 more parameters to rectangle function.\n\nHomework\n\nContinue may-13-turtle-function.py\n\nComplete SOS by calling rectangle functions multiple times. Look at april_15_turtle_sos_1.py to see the coordinates and width and height of each rectangles.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-22/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T190000
DTEND;TZID=America/Los_Angeles:20240520T200000
DTSTAMP:20260426T152631
CREATED:20240521T030644Z
LAST-MODIFIED:20240521T030644Z
UID:25179-1716231600-1716235200@www.ayclogic.com
SUMMARY:7 PM – Scratch 1 – Abigail
DESCRIPTION:What we did today\n\nWe continued and finished working on the MHALL project.\n\nHomework\n\nFinish making the last two lines of the Happy Birthday song.\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-scratch-1-abigail-8/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T190000
DTEND;TZID=America/Los_Angeles:20240520T200000
DTSTAMP:20260426T152631
CREATED:20240521T150618Z
LAST-MODIFIED:20240521T150618Z
UID:25180-1716231600-1716235200@www.ayclogic.com
SUMMARY:7 PM – Intro to Java – Sebastian
DESCRIPTION:Today We Did \n\nReviewed arrays\, lists\, for loops\, for each loops\, while loops\, and methods\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024\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: Fill out the following method according to the comment:\n \n\n/*\n1) Create static method called findAverage(List<Integer> numbers)\n2) Call findAverage() in MAY20_review.java file's last line\n */\n\npublic class JUN3_hw {\n    ___ ___ ___ findAverage(List<Integer> numbers) {\n        /*\n        set integer sum variable to 0\n        for (each n in numbers) {\n            sum += n;\n        }\n        return sum / length of numbers;\n         */\n    }\n}\n\n\n\n Call findAverage() in our MAY20_review.java file.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-sebastian-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T193000
DTEND;TZID=America/Los_Angeles:20240520T203000
DTSTAMP:20260426T152631
CREATED:20240525T171444Z
LAST-MODIFIED:20240525T171444Z
UID:25232-1716233400-1716237000@www.ayclogic.com
SUMMARY:7:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nAnimate the player duck sprite like we did for the birds in dragon birdie\nNo class next Monday\, memorial day
URL:https://www.ayclogic.com/event/730-pm-python-game-development-bill-15/
END:VEVENT
END:VCALENDAR