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:20230725T160000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260424T235801
CREATED:20230726T011741Z
LAST-MODIFIED:20230726T025110Z
UID:20793-1690300800-1690308000@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nAYCLOGIC Email Application\n\nImplemented Login System with menu\nCreated EmailMessage class\nImplemented Create Email Message\nStarted Check Inbox\n\n\n\nHomework:\n\nFinish checkInbox(EmailAccount account)\n\n\nIf there are no emails in the inbox\, then print: “There are no emails in your inbox :(“\n\nOtherwise\, print all emails in the following format:\n(Sender) – (Subject) – (Content)\n\n\nFinish this practice quiz: https://docs.google.com/forms/d/1-ItfQEoc2YUTuUOUzMxdsU4OW3UPBdlGmoH49dUxQDU\n\nNext lesson we’ll review the practice and have a Java Quiz 🙂\n\n\n\nUpload your Email Application files to your assigned Google Drive folders. \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T170000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260424T235801
CREATED:20230726T011551Z
LAST-MODIFIED:20230726T011551Z
UID:20794-1690304400-1690308000@www.ayclogic.com
SUMMARY:5 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nSpent lots of time answering any questions about the practice exam\nReviewed all topics from the class to remember everything we’ve learned so far\nWent over good test taking strategies and advice on common mistakes\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo official homework since we already completed the practice exam and the final exam will take place in the next class time\nIf you want to be extra prepared\, you can try to redo the practice exam and look through our old projects (specifically Monster System) to refresh your memory.
URL:https://www.ayclogic.com/event/5-pm-python-object-oriented-programming-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T180000
DTEND;TZID=America/Los_Angeles:20230725T190000
DTSTAMP:20260424T235801
CREATED:20230726T020614Z
LAST-MODIFIED:20230726T020624Z
UID:20791-1690308000-1690311600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nTurtle review: using goto vs forward/left/right\nFinished drawing several shapes (faces\, polygon\, letter a\, circle)\n\nHomework \n\nCreate your final project proposal following all the guidelines here: https://www.ayclogic.com/intro-to-python-final-project-criteria/ See last week’s post for more details.\nCreate the spiral pattern shown below (don’t worry about the faces). Hint: modify the circle function to add an ‘extent’ to the circle. You can use t.circle(radius\, extent)!\n\nIf you have questions\, feel free to email szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-24/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T180000
DTEND;TZID=America/Los_Angeles:20230725T190000
DTSTAMP:20260424T235801
CREATED:20230726T021037Z
LAST-MODIFIED:20230726T021739Z
UID:20799-1690308000-1690311600@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:Today We Did:\n\nFinished up Window Cleaner project\, adding counter and ability to erase splats using mouse.\nStarted working on Punch Dummy project.\n\nHomework:\n\nMake the head in the Punch Dummy project move back along with the eyes when you punch it with your hand using the camera\, using broadcast.
URL:https://www.ayclogic.com/event/tues-6-pm-scratch-1-abigail/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T183000
DTEND;TZID=America/Los_Angeles:20230725T193000
DTSTAMP:20260424T235801
CREATED:20230726T055538Z
LAST-MODIFIED:20230726T055538Z
UID:20808-1690309800-1690313400@www.ayclogic.com
SUMMARY:6:30 PM – Scratch Level 2 – Allison
DESCRIPTION:Today we:\n\nEdited coding bugs\nFinished the Cheese Chase project\nStarted the Intro to List project\nLearned about lists\nCoded the Cat sprite to say all items in a list\nFinished the Intro to List 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\nCheck your “Intro to List” project codes with the picture below. If you are missing any codes\, add them into your project.\nCreate a new project and title it “List of Food”\nCreate a list called “Food”\nIn the list\, add 5 items of your favorite food\nCode the Cat sprite to forever say “I love (item from the list)\nFor example (you do not have to follow this example):\n\nList: pumpkin pie\, apples\, cheese\, cereal\, soup\nThe Cat sprite says:\n\nI love pumpkin pie\nI love apples\nI love cheese\nI love cereal\nI love soup\n\n\nThe cat should forever say the dialogue from step #1-5\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-11/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
END:VCALENDAR