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:20240611T150000
DTEND;TZID=America/Los_Angeles:20240611T170000
DTSTAMP:20260427T083220
CREATED:20240612T000748Z
LAST-MODIFIED:20240612T000748Z
UID:25546-1718118000-1718125200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:William Sub \nWhat We Did Today:\n\nLearned about For Loops:\n\nFor loop using range()\nEnhanced (For Each) loop using lists\n\n\nStarted learning while loops\n\nHomework:\nCreate two files in Thonny as shown\, and upload them into the google drive when finished: \n\nJune11_ForLoops_HW.py:\n\nComplete the exercises at https://www.ayclogic.com/animal-list-and-for-loop-exercises/\n\n\nJune11_ForLoops_HW2.py:\n\nCopy from pages 54 and 55\nDo all the TRY IT YOURSELF from page 56\nCopy code from pages 57 to 58
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-summer-session-darin/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T180000
DTEND;TZID=America/Los_Angeles:20240611T190000
DTSTAMP:20260427T083220
CREATED:20240612T014919Z
LAST-MODIFIED:20240612T014919Z
UID:25550-1718128800-1718132400@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nWhile loop\n\nHomework\n\nMake a file named June4_WhileLoopHW.py\nDo the TRY IT YOURSELFs:\n\n2nd edition:\n\nPage 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n\n3rd edition: \n\nPage 123 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n\n\n\nUpload it to the Google Drive under the folder that’s your nameIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-46/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T180000
DTEND;TZID=America/Los_Angeles:20240611T190000
DTSTAMP:20260427T083220
CREATED:20240612T020051Z
LAST-MODIFIED:20240612T020051Z
UID:25552-1718128800-1718132400@www.ayclogic.com
SUMMARY:6 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nAdded code to create purchase towers on top right\nAdded mouse target pointer for collisions with purchase towers\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: Since another teacher will be taking over the class next week\, please make sure your code matches the code in the main branch. That’s all for homework this week!
URL:https://www.ayclogic.com/event/6-pm-advanced-python-game-development-sebastian-9/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T180000
DTEND;TZID=America/Los_Angeles:20240611T190000
DTSTAMP:20260427T083220
CREATED:20240612T020100Z
LAST-MODIFIED:20240612T020100Z
UID:25547-1718128800-1718132400@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong (Abigail sub)
DESCRIPTION:Today we:\n\nWe finished the Intro to Lists project.\nWe started working on the Supermarket project\n\nHomework:\n\nMake it so when any of the food sprites are clicked\, it says “Thank you for purchasing ____ for $___”\nAfter 2 seconds the sprite should hide.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-abigail-sub-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T180000
DTEND;TZID=America/Los_Angeles:20240611T190000
DTSTAMP:20260427T083220
CREATED:20240612T022959Z
LAST-MODIFIED:20240612T022959Z
UID:25557-1718128800-1718132400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – William
DESCRIPTION:Today We:\n\nReviewed homework/OOP Concepts\nStarted SchoolSystem\n\nCreated Student class for add_student()\nCreated list and dictionary to store students\n\n\n\nHomework:\nContinue working on SchoolSystem: \n\nAdd the following options to the menu:\n\n2. List all students (list)\n3. List all students (dictionary)\n(See example output for the output of these methods)\n\n\nCreate option 4: Add new teacher\, similar to Add student\n\nCreate a new file teacher.py; each teacher has the following attributes:\n\nname\nage\nsubject_of_expertise\n\n\nCreate a new teacher with attributes based on user input\nStore teachers in both a list and dictionary\n\n\n\nExample output: \nPlease select one of the following\n1. Add student\n2. List all students (list)\n4. Add teacher\n8. List all students (dictionary)\nEnter your selection (Enter "exit" to quit): 1\n\nADD NEW STUDENT\nEnter student's name: Joe M.\nEnter student's age: 21\nEnter student's grade: 9\nYou have added a new student Joe M. in our system.\n\nPlease select one of the following\n1. Add student\n2. List all students (list)\n4. Add teacher\n8. List all students (dictionary)\nEnter your selection (Enter "exit" to quit): 2\n\nLIST ALL STUDENTS (LIST)\nJoe M. - 21 years old - Grade 9\n\nPlease select one of the following\n1. Add student\n2. List all students (list)\n4. Add teacher\n8. List all students (dictionary)\nEnter your selection (Enter "exit" to quit): 8\n\nLIST ALL STUDENTS (DICTIONARY)\nJoe M. - 21 years old - Grade 9\n\nPlease select one of the following\n1. Add student\n2. List all students (list)\n4. Add teacher\n8. List all students (dictionary)\nEnter your selection (Enter "exit" to quit): 4\n\nADD NEW TEACHER\nEnter teacher's name: William\nEnter teacher's age: 19\nEnter teacher's subject of expertise: Python OOP\nWilliam was successfully added to the system!\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-python-oop-william-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T180000
DTEND;TZID=America/Los_Angeles:20240611T190000
DTSTAMP:20260427T083220
CREATED:20240621T211526Z
LAST-MODIFIED:20240621T211526Z
UID:25689-1718128800-1718132400@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:Homework: \nFinish up the final touches on your final project. \nProgress in class:
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-64/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T190000
DTEND;TZID=America/Los_Angeles:20240611T200000
DTSTAMP:20260427T083220
CREATED:20240612T030454Z
LAST-MODIFIED:20240612T030454Z
UID:25559-1718132400-1718136000@www.ayclogic.com
SUMMARY:7 PM - Scratch 1 - Gamas
DESCRIPTION:Today We Did\n\nWe made some progress with Animal Race.\nWe learned about Broadcast and When I Receive\nWe created Finish Line sprite.\nWe created Bat Win and Dog Win sprites.\n\nHomework\n\nMake changes in Animal Race project\nWhen green flag is click\, hide both the “Dog Win” and “Bat Win” sprites. You have to put some code in both sprites and the code that you need is in “Looks”\nWhen Dog touch Finish Line\, remove Stop All and replace with something that can make announcement to the Dog Win to show up. You need to use Broadcast and When I receive.\nWhen Bat touch Finish Line\, remove Stop All and replace with something that can make announcement to the Bat Win to show up. You need to use Broadcast and When I receive.
URL:https://www.ayclogic.com/event/7-pm-scratch-1-gamas-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240611T190000
DTEND;TZID=America/Los_Angeles:20240611T200000
DTSTAMP:20260427T083220
CREATED:20240612T053508Z
LAST-MODIFIED:20240618T195640Z
UID:25554-1718132400-1718136000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin (Bill Sub)
DESCRIPTION:Your second quiz is next week Tuesday on June 18\nWhat We Did Today:\n\nReviewed the debugging homework.\nFinished the rest of the quiz 2 review.\nReviewed concepts that will come out in the quiz:\nVariables/Data Types\nIf statements (conditionals)\nLoops (For Loops and While Loops)\nFunctions\nRandom Module\nDebugging\n\nHomework:\n\nSTUDY WELL AND HARD FOR YOUR QUIZ NEXT WEEK!!\nUse your past notes and make sure you are able to do the practice quiz 2 we just finished.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-bill-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR