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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260416T170000
DTEND;TZID=America/Los_Angeles:20260416T180000
DTSTAMP:20260424T071124
CREATED:20260417T005756Z
LAST-MODIFIED:20260417T005836Z
UID:33196-1776358800-1776362400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Brandon (Darin Sub)
DESCRIPTION:What we learned today:\n\nLearnt about bugs and practiced fixing code.\n\nHomework:\n\nCreate a new file Apr16_FixingBugs2.py for this: https://www.ayclogic.com/fixing-python-bugs-2/ and submit to your google drive.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-brandon-darin-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260416T180000
DTEND;TZID=America/Los_Angeles:20260416T190000
DTSTAMP:20260424T071124
CREATED:20260417T015758Z
LAST-MODIFIED:20260417T015905Z
UID:33198-1776362400-1776366000@www.ayclogic.com
SUMMARY:6:00 - Python OOP- Joshua
DESCRIPTION:Today We did \n– Reviewing Dictionaries and classes \nHomework \n\n# Classes /objects\n#Classes are templates for creating things with unique info/actions\nclass Character():\n    # initialize proccess\n    #The goal here is to take information and assign it to our character\n    def __init__(self\,name\,hp\, attack):\n        self.name=name\n        self.hp = hp\n        self.attack=attack\n\n    def fight(self):\n        print(f"{self.name} uses {self.attack}")\n\n# Object\, taking the templates we create\, and make a character\nmy_hero = Character("Mario"\, 2\, "Jump Attack")\nprint(my_hero.name)\nprint(my_hero.fight)\n\n\n\n# Combining Classes and Dictionaries\n# Part 1:\n# I want you to create a Dictionary called Team (keep it empty for your first line_\n# I want you to then create three different characters\, with the class we just made \n# add them to the dictionary. the key will be a number (1\,2\, or 3)\, the value will be \n# there heroes you create  \n\n# Part 2: Go down a few lines (same file) and lets practice grabbing from the dictionary\n# to do stuff\n\n# i need you to go into your dictionary\, and make the second hero attack (use .fight)\n# I need you to go into your dictionary and tell me the the name of the third hero\n# I need you to print with a for loop\,print each characters hp
URL:https://www.ayclogic.com/event/600-python-oop-joshua-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260416T190000
DTEND;TZID=America/Los_Angeles:20260416T200000
DTSTAMP:20260424T071124
CREATED:20260417T030313Z
LAST-MODIFIED:20260417T030313Z
UID:33203-1776366000-1776369600@www.ayclogic.com
SUMMARY:7:00 PM- Intro to Python - Joshua
DESCRIPTION:Today We Did\n–  We reviewed making shapes with go to \n\nHow we can take a shape we create and use functions to draw it anywhere\n\nHomework\nI want you to make some cool shapes \, and then turn it into functions where I can control its location and its color. \nThe shapes I want you to do is\n1. The triforce/triangle in a triangle from last classes homework \n“”” For those who don’t have it for triforce\nturtle.goto(100\,0)\nturtle.goto(50\,100)\nturtle.goto(0\,0)\nturtle.goto(50\,0)\nturtle.goto(75\,50)\nturtle.goto(25\,50)\nturtle.goto(50\,0)\n“”” \n2. A star that you need to create yourself \nLook at the drive for an example with square
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-joshua-17/
END:VEVENT
END:VCALENDAR