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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T180000
DTSTAMP:20260425T111043
CREATED:20230814T110943Z
LAST-MODIFIED:20230814T110943Z
UID:21097-1692032400-1692036000@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Indo - Joel
DESCRIPTION:Today We Did\n\nWe completed RobuxShoppingCart program.\n\nHomework\n\nNext week is 2 hours final test. Please prepare the following topics.\n\nPython Turtle – make sure you know how to do draw rectangle\, circles and combine them together to make complex shape using functions.\nRobux Shopping Cart\nGrocery Shopping Cart\n\n\nThe final test is open book\, meaning you can look at any codes from our previous homeworks and exercises. But not from the Internet.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-indo-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T180000
DTSTAMP:20260425T111043
CREATED:20230815T010006Z
LAST-MODIFIED:20230815T010025Z
UID:21103-1692032400-1692036000@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nReviewed Variables/Data types\n\nString\nFloat/double (decimals)\nInteger (no decimals)\n\n\nReviewed input from shell\nReviewed f-strings\nReviewed string functions (upper\, lower\, title\, strip)\nReviewed if statements\nStarted lists and for loops\n\nHomework \n\nCreate a file called Aug14_ListHW.py\n\nDo the TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\n\n\nCreate a file called Aug14_ForLoop.py\n\nHomework: 56 TRY IT YOURSELF\n\n\n\nmakeup homework \n\nCreate a file called Aug1_StringHW.py\n\nOn page 25\, do the 2-3\, 2-4\, 2-5 and 2-6 TRY IT YOURSELFs\n\n\nCreate a file called Aug1_tell_me_your_page.py\n\nDo this homework: https://www.ayclogic.com/tell-me-your-age/\n\n\n\nIf you have questions\, feel free to email szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-28/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T190000
DTSTAMP:20260425T111043
CREATED:20230815T040744Z
LAST-MODIFIED:20230815T040744Z
UID:21112-1692032400-1692039600@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nContinued working on TempConverter\n\nAdded spinner with conversion options\nImplemented Listener to check conversion type\nStarted working on swapping temperature labels based on selected conversion type setConversion()\n\n\n\nHomework:\n\nFinish setConversion\n\nSet the text of toUnitLabel to the right unit\nClear the text of sourceTempText and targetTempText (set text to empty string)\n\n\nChange the sourceTempText ID to fromTextField\nChange the targetTempText ID to toTextField (make sure to refactor)\n\nIf you have any questions or issues\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260425T111043
CREATED:20230815T030318Z
LAST-MODIFIED:20230815T030318Z
UID:21106-1692039600-1692043200@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nLearned about inserting\, removing\, modifying\, and accessing with dictionaries.\nLearned about looping through dictionary keys\, values\, and items.\nLearned about checking if a key exists in a dictionary\n\nHomework\n\nName your file August21_Dictionary_HW2.py and do:\n\nCopy code from pages 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260425T111043
CREATED:20230815T031107Z
LAST-MODIFIED:20230815T031107Z
UID:21108-1692039600-1692043200@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nFinished adding static variables to Bird class\nBegan creating the player class\nLearned how to get keyboard input from players to move our Player bird\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease be sure to push your homework before Sunday night\nHomework: Use this awesome new way to get a list of booleans representing all keys pressed (keys_pressed = pygame.key.get_pressed()) to navigate in any direction on the screen instead of just up like we did in class.\n\nRemember\, you will be taking advantage of the special key names like “pygame.K_w” to recognize which keys were pressed
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260425T111043
CREATED:20230815T041640Z
LAST-MODIFIED:20230815T041653Z
UID:21115-1692039600-1692043200@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nLearned how to get user input\nReviewed if-else statements\n\nHomework:\n\nCreate Aug14_IfElseHW2.py (new file -> save)\n\nComplete page 84 exercises 5-3\, 5-4\n\n\nCreate Aug14_Input.py\n\nComplete page 117 exercises 7-1\, 7-2\n\n\n\nUpload your Python files to your assigned Google Drive folders by Sunday night. \nIf you have any questions or need help debugging\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR