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:20230925T160000
DTEND;TZID=America/Los_Angeles:20230925T170000
DTSTAMP:20260425T173614
CREATED:20230926T001233Z
LAST-MODIFIED:20230926T001233Z
UID:21770-1695657600-1695661200@www.ayclogic.com
SUMMARY:4 PM - Scratch 2 - Darin
DESCRIPTION:What We Did Today:\n\nContinued fireball fight\nCoded the fireball to appear and start shooting and disappearing when it hits the edge\nTalked about why it’s better to compare the x position than sense if the fireball is touching the edge\n\nHomework:\n\nMake the fireball disappear when it hit hits the other player\, and reduce the other player’s health by 1 if it touched the player\nYou can make the code above inside of the fireball code\n\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-scratch-2-darin-5/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T170000
DTEND;TZID=America/Los_Angeles:20230925T180000
DTSTAMP:20260425T173614
CREATED:20230926T235319Z
LAST-MODIFIED:20230926T235319Z
UID:21772-1695661200-1695664800@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Shawn
DESCRIPTION:Homework\n\nWrite a python program that does the following output:\n\nWelcome to the Bank!\nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 1\nYour current balance is $1000.00 \nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 2\nEnter the deposit amount: $200\n$200.00 has been deposited into your account.\nExample 3: Making a Withdrawal \nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 3\nEnter the withdrawal amount: $300\n$300.00 has been withdrawn from your account. \nWelcome to the Bank!\nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 3\nEnter the withdrawal amount: $1500\nInsufficient funds. Cannot withdraw more than your balance. \nWelcome to the Bank!\nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 2\nEnter the deposit amount: $-50\nInvalid deposit amount. Please enter a positive amount. \nWelcome to the Bank!\nPlease select an option:\n1. Check Balance\n2. Make a Deposit\n3. Make a Withdrawal\n4. Exit\nEnter the number of your selection: 4\nThank you for banking with us!
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-39/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T170000
DTEND;TZID=America/Los_Angeles:20230925T180000
DTSTAMP:20260425T173614
CREATED:20230930T170835Z
LAST-MODIFIED:20231002T170851Z
UID:21901-1695661200-1695664800@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nReview __init__ method\nReview class attributes\nReview how create new instance of a Dog class. Create several instances of Dog class.\nReview how to use Dog’s attribute outside the class.\nReview how to use Dog’s methods outside the class.\n\nHomework\n\nName your file Oct2_OOP_HW1.py and do:\nPg. 162 – Try it Yourself\nPg. 163 – 166 copy code & run it\nPg. 167 – Try it Yourself
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T190000
DTEND;TZID=America/Los_Angeles:20230925T200000
DTSTAMP:20260425T173614
CREATED:20230926T032357Z
LAST-MODIFIED:20230926T032604Z
UID:21780-1695668400-1695672000@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - William
DESCRIPTION:Today We Did\n\nReviewed Python Exercises\n\nHomework\n\nComplete the Python Exercises if you haven’t already\nStudy for our quiz next week! Review:\n\nVariables (double/float\, int\, string)\nfor loops\nwhile loops\nlist operations (append\, delete\, insert)\n\n\n\nMake sure to look over past lessons and homework problems to study! \n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T190000
DTEND;TZID=America/Los_Angeles:20230925T200000
DTSTAMP:20260425T173614
CREATED:20230928T163522Z
LAST-MODIFIED:20230928T163522Z
UID:21820-1695668400-1695672000@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nCompleted the code to switch between title screen and playing the game\nBegan code to launch “giant fireball”\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\n\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Complete code to successfully launch giant fireball when user clicks the “b” key.\n\nRecall our launch_giant_fireball() that we set up in class (also exists in my branch on Git lab) which was copy/pasted from the normal launch_fireball().\nModify launch_giant_fireball() to only launch when users click “b”\, and all other differences between giant & normal fireballs (cool down\, make the size 150)\nWhen finished\, there will still be some bugs that we need to figure out in class like the correct x/y position of the giant fireball.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T190000
DTEND;TZID=America/Los_Angeles:20230925T200000
DTSTAMP:20260425T173614
CREATED:20230930T171008Z
LAST-MODIFIED:20231002T171031Z
UID:21903-1695668400-1695672000@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed homework\nReviewed creating instances of a class\, using attributes and methods outside of class\n\nHomework\n\nName your file Oct2_OOP_HW.py\n\npg. 167 Try it Yourself
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-7/
END:VEVENT
END:VCALENDAR