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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T090000
DTEND;TZID=America/Los_Angeles:20220723T100000
DTSTAMP:20260423T185432
CREATED:20220723T170926Z
LAST-MODIFIED:20220723T171128Z
UID:14038-1658566800-1658570400@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed homework briefly\nContinued with input using variables as user input i.e. prompt\nIntroduced lists as a way to store an ordered collection of elements\, how to index into list (forwards and backwards)\, get length of list\nReviewed at end of class with trivia style questions on if else\, input\, and lists\n\nHomework\n\nCreate python file called “July23_InputHomework.py” and do Page 114 to 116\, Page 117. TRY IT YOURSELF: 7-1\, 7-2. Also do Tell Me Your Age homework ONLY number 1 in the same file\n\n 
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T090000
DTEND;TZID=America/Los_Angeles:20220723T100000
DTSTAMP:20260423T185432
CREATED:20220730T010334Z
LAST-MODIFIED:20220730T010438Z
UID:14124-1658566800-1658570400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Monster Inheritance project.\nWe did Sword attack and Magic Fire attack.\nWe introduced Inheritance concept a little bit.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T100000
DTEND;TZID=America/Los_Angeles:20220723T110000
DTSTAMP:20260423T185432
CREATED:20220723T182346Z
LAST-MODIFIED:20220723T182346Z
UID:14042-1658570400-1658574000@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding Java - Gamas
DESCRIPTION:Homework\n\nAdd saturn_boots\, saturn_leggings\, saturn_helmet to your project.\nGet the images from External Libraries > Gradle:net.minecraft:client:extra:1.16.5 > assets/minecraft/textures/item folder. Copy the images from here to your project src/main/resources/assets/aycessentials/textures/items\nAdd all the necessary json files.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T100000
DTEND;TZID=America/Los_Angeles:20220723T110000
DTSTAMP:20260423T185432
CREATED:20220724T010735Z
LAST-MODIFIED:20220724T010735Z
UID:14058-1658570400-1658574000@www.ayclogic.com
SUMMARY:10 AM - Scratch 2 - Indo - Gamas
DESCRIPTION:Today We Do\n\nWe finished Fireball Fighting games.\n\nHomework\n\nTwo weeks later is final test. Please do this scratch exercise: https://docs.google.com/forms/d/1kNxbq8BwAYDQ-3OFWAY4O3VEAVu5hBJYeTSsVYoCGSI submit it on Friday evening.
URL:https://www.ayclogic.com/event/10-am-scratch-2-indo-gamas-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T130000
DTEND;TZID=America/Los_Angeles:20220723T140000
DTSTAMP:20260423T185432
CREATED:20220723T205641Z
LAST-MODIFIED:20220723T205641Z
UID:14044-1658581200-1658584800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe started with the Email Application project.\nWe were able to create the menu and print it out.\nAlso\, we were able to create the Email account and exit out of the forever loop.\n\nFor Homework:\n\nCreate a new method for listing out all of the emails that are in the system.\nAlso\, create three email accounts so that they are already in your emailAccountMap when you run the code.\nRefer to your SchoolSystem to see how we created the students and stored them in the student map before actually running the code.\nThis is the expected output for when you are running the list all for the system:\n\n    Please select one of the item below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4):3\n\n    There are total of 3 email accounts in the system\n    1. Benjamin - ben@ayclogic.com\n    2. Gamas - gamas@ayclogic.com\n    3. Aidan - aidan@ayclogic.com\n\n    Please select one of the item below:\n    1. Create new email account\n    2. Login\n    3. List all email accounts.\n    4. Exit\n    Please make your selection (1-4):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T160000
DTEND;TZID=America/Los_Angeles:20220723T170000
DTSTAMP:20260423T185432
CREATED:20220726T081035Z
LAST-MODIFIED:20220726T081035Z
UID:14083-1658592000-1658595600@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Do\n\nContinued working on Birdie\n\nWorked on bird class\nAdd create_bird\n\n\n\nHomework\n\nMake the Cloud class in cloud.py and create_cloud in main.py\, like how you did bird.py and create_bird. cloud should be\n#made every 70 loops\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-python-game-development-latisha-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T163000
DTEND;TZID=America/Los_Angeles:20220723T173000
DTSTAMP:20260423T185432
CREATED:20220724T033035Z
LAST-MODIFIED:20220724T033035Z
UID:14063-1658593800-1658597400@www.ayclogic.com
SUMMARY:4:30 PM - Scratch 1 - Allison
DESCRIPTION:What we did today\n\nWe finished the MHALL (Mary had a Little Lamb) project.\nWe coded the MHALL song onto the conductor sprite.\n\nHomework\n\nDo the Scratch Level 1 Practice Test. Link: https://docs.google.com/forms/d/1LWyLrW3Ps26vr3OSQuXj7anye7_g130ijfw7FBDVlBA\nMake sure you follow the instructions very carefully\, don’t do extra things that the instructions didn’t tell you to do.\nMake sure to SHARE YOUR PROJECTS before sending the link to us.\nGood Luck!
URL:https://www.ayclogic.com/event/430-pm-scratch-1-allison-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T170000
DTEND;TZID=America/Los_Angeles:20220723T180000
DTSTAMP:20260423T185432
CREATED:20220726T081158Z
LAST-MODIFIED:20220726T081158Z
UID:14085-1658595600-1658599200@www.ayclogic.com
SUMMARY:5PM - OOP - Latisha
DESCRIPTION:Today We Do\n\nStarted going over practice test\n\nHomework\n\nconvert Hangman game from Intro To Python into application using class\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-oop-latisha-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T190000
DTEND;TZID=America/Los_Angeles:20220723T200000
DTSTAMP:20260423T185432
CREATED:20220724T034504Z
LAST-MODIFIED:20220724T034504Z
UID:14065-1658602800-1658606400@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Snowman drawing.\nWe added snow to the hills\, trees\, and the sky. And added finishing touches.\nWe started working on the Aang drawing.\nWe finished a sketch of Aang.\n\nHomework\n\nMake a new layer and draw the lineart of Aang.\n(We’re going to make the lineart of the clothes and face next week\, you’re drawing the base body for homework.)\nRemember to lower the opacity of the sketch layer\, and DON’T draw your lineart on the wrong layer!\n\n \n  \n 
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-abigail/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
END:VCALENDAR