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:20220820T090000
DTEND;TZID=America/Los_Angeles:20220820T100000
DTSTAMP:20260423T161822
CREATED:20220820T170109Z
LAST-MODIFIED:20220820T170109Z
UID:14456-1660986000-1660989600@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with Monster Inheritance\, add heal monster feature.\n\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit): 3\n\nPLAY GAME\nWhat is your name: Gamas\nHow much health do you want: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- Troll - 70 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game): troll\n\nWhat do you want to do with the troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 4\n\nHEAL MONSTER\nHow much health you want to heal the troll: 10\nTroll now has 80 health points
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-15/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T090000
DTEND;TZID=America/Los_Angeles:20220820T100000
DTSTAMP:20260423T161822
CREATED:20220820T174538Z
LAST-MODIFIED:20220820T174538Z
UID:14458-1660986000-1660989600@www.ayclogic.com
SUMMARY:9AM - Intro To Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed for loops and iterating by elements as well as index\nReview append\, insert\, remove\, pop\, del list functions\nIntroduced while loops as a way of executing certain code while a certain condition is true\nIntroduced the break keyword and went over multiple examples that used it with while True\n\nHomework\n\nCreate python file called “August20_ForAndWhileLoopHomework.py” and do Page 57-58. Also do TRY IT YOURSELF from page 60: 4-3\, 4-4. Also page 118 and 121
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260423T161822
CREATED:20220820T041007Z
LAST-MODIFIED:20220820T060219Z
UID:14450-1660989600-1660993200@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nCreate a new python file Aug20_StringHomework.py\nCopy codes from page 20 to 23. For those who do not have the book yet\, click this link IntroToPythonP20toP23\n\nWhen you see >>> copy the code after it\nFor example >>> print(‘Python’) then only copy  print(‘Python’) to the python file and run it.
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260423T161822
CREATED:20220820T180125Z
LAST-MODIFIED:20220820T180125Z
UID:14464-1660989600-1660993200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Mod With Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to generate new minecraft world where Saturn Ore can be mined in Y:10 to Y:50.\n\nHomework\n\nCreate recipes inside /src/resources/data/aycessentials/recipes folder for the following items\n\nsaturn_helmet\nsaturn_chestplate\nsaturn_legging\nsaturn_boots\n\n\nIn each of the recipes\, you have to at least use one saturn item.
URL:https://www.ayclogic.com/event/10-am-minecraft-mod-with-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T130000
DTEND;TZID=America/Los_Angeles:20220820T140000
DTSTAMP:20260423T161822
CREATED:20220820T205539Z
LAST-MODIFIED:20220820T205657Z
UID:14470-1661000400-1661004000@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex
DESCRIPTION:Today We Did\n\nWe continued with EmailApplication\nWe added a check to see if user has any email messages or not in their inbox.\nWe added the ability to contain more than one EmailMessage per person. (The code is not done)\n\nHomework\n\nBecause we changed from Map<String\, EmailMessage> to Map<String\, List<EmailMessage>> then in the inbox\, you need to go through each element inside the List<EmailMessage> and print the getInfo() to print the email.getInfo()
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T140000
DTEND;TZID=America/Los_Angeles:20220820T150000
DTSTAMP:20260423T161822
CREATED:20220820T215856Z
LAST-MODIFIED:20220820T220109Z
UID:14474-1661004000-1661007600@www.ayclogic.com
SUMMARY:2 PM - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about IF ELSE ELIF statements\nWe learned how to get input from shell\nWe learn about List.\n\nHomework\n\nCreate Aug20_HowOldAreYou.py and do exercise from this page (only number 1): https://www.ayclogic.com/tell-me-your-age/\nCreate Aug20_ListHomework.py and copy codes from Page 38 to 41.\nIf you have question\, please email me at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T160000
DTEND;TZID=America/Los_Angeles:20220820T170000
DTSTAMP:20260423T161822
CREATED:20220822T035425Z
LAST-MODIFIED:20220822T035425Z
UID:14497-1661011200-1661014800@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Do\n\nMade Fireball Class\nAdded timer to fireball class and made fireball spawn where the player is located\n\nHomework\n\nNone\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-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T163000
DTEND;TZID=America/Los_Angeles:20220820T173000
DTSTAMP:20260423T161822
CREATED:20220820T234830Z
LAST-MODIFIED:20220820T234830Z
UID:14478-1661013000-1661016600@www.ayclogic.com
SUMMARY:4:30 PM – Scratch Level 1 – Allison
DESCRIPTION:Today We:\n\nTook the Final Test\n\nHomework:\n\nContact us if you have any questions or need any help\nThere is no homework this week. Enjoy!
URL:https://www.ayclogic.com/event/430-pm-scratch-level-1-allison-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T170000
DTEND;TZID=America/Los_Angeles:20220820T180000
DTSTAMP:20260423T161822
CREATED:20220822T035504Z
LAST-MODIFIED:20220822T035504Z
UID:14499-1661014800-1661018400@www.ayclogic.com
SUMMARY:5PM - Python OOP - Latisha
DESCRIPTION:Today We Do\n\nTook Final Test\n\nHomework\n\nNone\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-python-oop-latisha-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T180000
DTEND;TZID=America/Los_Angeles:20220820T190000
DTSTAMP:20260423T161822
CREATED:20220821T022104Z
LAST-MODIFIED:20220821T022104Z
UID:14480-1661018400-1661022000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Bill
DESCRIPTION:Today We:\n\nPracticed more with Classes\nCreated a Dog Class\nCreated a give_treat method for it\nLearned how to create a list of class instances (list of dogs)\nLearned how to loop through list of class instances\n\nYour HW:\n\nCreate a new file called “Aug_20_PizzaClassHW”\nCreate a pizza class with 2 attributes: dough and sauce\nGive it a default attribute (not a parameter in the init method) called toppings which is an empty list\nCreate a add_topping method with 1 parameter: topping_to_add and add that topping to the toppings atribute list\nCreate a describe pizza method that also loops through the toppings attribute list
URL:https://www.ayclogic.com/event/6-pm-python-oop-bill-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T190000
DTEND;TZID=America/Los_Angeles:20220820T200000
DTSTAMP:20260423T161822
CREATED:20220821T032348Z
LAST-MODIFIED:20220821T032348Z
UID:14486-1661022000-1661025600@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration - Abigail
DESCRIPTION:What we did today\n\nWe finished drawing the Starry Night.\nWe adjusted the length of the tree branches.\nWe added the stars.\n\nHomework\n\nAdd a minimum of 1 animal on the bottom of the drawing.\nMAKE A NEW LAYER and draw a silhouette in white.
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-abigail-5/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
END:VCALENDAR