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:20230509T170000
DTEND;TZID=America/Los_Angeles:20230509T180000
DTSTAMP:20260421T044043
CREATED:20230509T235827Z
LAST-MODIFIED:20230509T235909Z
UID:19646-1683651600-1683655200@www.ayclogic.com
SUMMARY:5 PM — Intro to Python — Shawn
DESCRIPTION:What we did\n\nHW Review\nRandom Module\, fixing bugs overview\n\nHomework\n\nName your file May9_FixingBugsHW.py\nhttps://www.ayclogic.com/fixing-python-bugs/\nhttps://www.ayclogic.com/fix-python-bugs-2/\n\nIf you have any questions\, don’t hesitate to email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-26/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T170000
DTEND;TZID=America/Los_Angeles:20230509T180000
DTSTAMP:20260421T044043
CREATED:20230510T011654Z
LAST-MODIFIED:20230510T011654Z
UID:19649-1683651600-1683655200@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nCreated “list_all_students” and “list_all_teachers” methods which loop through our attributes self.students and self.teachers which are lists\, and print out information about the objects being stored in those lists.\nCreated application_loop() method which will handle the main functionality of our program.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY9_school_system_hw\, please submit by next Monday.\nHomework: Please implement the following methods:\na) create method: list_all_teachers() which will be exactly like the list_all_students() method\, but list the teachers in a similar format. \nb) create methods: list_all_students_using_dict() and list_all_teachers_using_dict() which will be exactly like the list_all_students() method\, but should loop over our attributes self.student_dictionary and self.teacher_dictionary. Remember you can use the .keys()\, .values()\, and .items() methods for dictionaries now. Which one should you use in order to get the correct data to loop over? (hint: do we want the dictionary’s keys or values?)
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T180000
DTEND;TZID=America/Los_Angeles:20230509T190000
DTSTAMP:20260421T044043
CREATED:20230509T235850Z
LAST-MODIFIED:20230509T235902Z
UID:19645-1683655200-1683658800@www.ayclogic.com
SUMMARY:6 PM — Intro to Python — Shawn
DESCRIPTION:What we did\n\nQuiz\n\nHomework\n\nNo HW! Enjoy your week 🙂\n\nIf you have any questions\, don’t hesitate to email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T180000
DTEND;TZID=America/Los_Angeles:20230509T190000
DTSTAMP:20260421T044043
CREATED:20230510T021534Z
LAST-MODIFIED:20230510T021534Z
UID:19652-1683655200-1683658800@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe started working on the Animal Crossing project.\nWe finished the Drawing Shapes project.\n\nHomework\n\nFinish the 4 last points on the octagon.\n\n \nIf you have any questions\, email me abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-9/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T180000
DTEND;TZID=America/Los_Angeles:20230509T190000
DTSTAMP:20260421T044043
CREATED:20230522T044711Z
LAST-MODIFIED:20230522T044711Z
UID:19901-1683655200-1683658800@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:TUESDAY \n\nToday we continued our Face Anatomy lesson.\nThis time we drew a 3/4 facing head.\n\n \n  \n  \nHOMEWORK \n\nDraw two heads using the information we covered in class\n1) Forward facing head and 2) 3/4 facing head
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-22/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T183000
DTEND;TZID=America/Los_Angeles:20230509T193000
DTSTAMP:20260421T044043
CREATED:20230510T023922Z
LAST-MODIFIED:20230510T023922Z
UID:19654-1683657000-1683660600@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nWe implemented the `display_all_strong_monsters` method to show all monsters with health above 50.\nWe added functionality in `play_adventure_game` to handle invalid monster selections and allow the user to select a strong monster.\nWe developed the `magic_attack` and `sword_attack` methods\, enabling our player to attack monsters\, and the monsters to counterattack.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY09_dictionary_hw\, please submit by next Monday.\nHomework: Implement the `add_monster` method in the MonsterSystem class.\nThe `add_monster` method should allow the user to add a new monster to the game. You’ll need to prompt the user for the monster’s name\, health\, and max attack. Make sure to add this new monster to the `monster_dictionary`. Ensure the user cannot add a monster with the same name as an existing monster.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T183000
DTEND;TZID=America/Los_Angeles:20230509T193000
DTSTAMP:20260421T044043
CREATED:20230510T051825Z
LAST-MODIFIED:20230510T051925Z
UID:19656-1683657000-1683660600@www.ayclogic.com
SUMMARY:6:30 PM – Scratch Level 2 – Allison
DESCRIPTION:Today we:\n\nCoded the Rocketship to switch costumes\nAdded a timer\nCoded the player to win\nCoded the game to be over\nFinished the Spaceship 1.0 project\n\nImportant Reminders:\n\nAfter you finish your homework in Scratch\, send an email to allison@ayclogic.com by Monday at 8 PM. In that email\, write down your name and a link to your shared Scratch project homework. Make sure to share your Scratch project.\n\nHomework:\n\nIn your Spaceship 2.0 project (make sure you’re not doing your homework in the Spaceship 1.0 project)\n\nNote: if you do not have your Spaceship 2.0 project\, create a copy of your Spaceship 1.0 project. Rename the copy project to “Spaceship 2.0”.\nUpload the Fireball sprite (the picture is below)\nRotate the Fireball sprite so it is facing up\nCode the Rocketship sprite to create a clone of the Fireball sprite when the space key is pressed\nCode the Fireball clone to go to the Rocketship when it is created\nCode the Fireball clone to go up after it is created\nCode the Fireball clone to delete when it reaches the top edge\n\n\nIf you do not have the book\, ask your family if you can buy the Scratch Level 2 Book for the class. A picture of the book is below. You can buy the book online.\n\nIf possible\, please try to get the book by 1-2 weeks\nPlease let us know if you are unable to get the book\n\n\nContact us if you have any questions or need any help\n\n 
URL:https://www.ayclogic.com/event/630-pm-scratch-level-2-allison-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
END:VCALENDAR