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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230105T190000
DTEND;TZID=America/Los_Angeles:20230105T200000
DTSTAMP:20260507T081957
CREATED:20230106T040739Z
LAST-MODIFIED:20230106T040739Z
UID:17386-1672945200-1672948800@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Latisha
DESCRIPTION:Today We Did\n\nWe reviewed Class\, Inheritance\, methods\, __init__.\nWe reviewed how to override parent’s class method.\nWe continued with AdventureGame project by adding “1. Add New Monster”\n\nHomework\n\nContinue with AdventureGame project. Add code so it will do the following\n\nWhen the program first starts\, add the following monsters automatically to the monster_dictionary\n\nDragon – 100 health – 50 Max attack\nTroll – 50 health – 20 Max attack\nWater Golem – 30 health – 20 Max attack\nCyclops – 60 health – 30 Max attack\n\n\nAdd code to do “2. List all monsters” like below\n\nWelcome to AYC Logic Adventure Game\n\nMain Menu\n1. Add Monster\n2. List all monsters\n3. Play Adventure\n4. Exit\nEnter your selection: 2\nDragon - 100 health - 50 Max attack\nTroll - 50 health - 20 Max attack\nWater Golem - 30 health - 20 Max attack\nCyclops - 60 health - 30 Max attack\n\nMain Menu\n1. Add Monster\n2. List all monsters\n3. Play Adventure\n4. Exit\nEnter your selection: 1\n\nADD NEW MONSTER\nEnter monster species: Hydra\nEnter monster health: 80\nEnter monster max attack: 40\nYou have succesfully added Hydra to our system.\n\nMain Menu\n1. Add Monster\n2. List all monsters\n3. Play Adventure\n4. Exit\nEnter your selection: 2\nDragon - 100 health - 50 Max attack\nTroll - 50 health - 20 Max attack\nWater Golem - 30 health - 20 Max attack\nCyclops - 60 health - 30 Max attack\nHydra - 80 health - 40 Max attack\n\nMain Menu\n1. Add Monster\n2. List all monsters\n3. Play Adventure\n4. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/7-pm-python-oop-latisha-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230110T183000
DTEND;TZID=America/Los_Angeles:20230110T193000
DTSTAMP:20260507T081957
CREATED:20230111T032916Z
LAST-MODIFIED:20230111T032916Z
UID:17541-1673375400-1673379000@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP – Sebastian
DESCRIPTION:Today We Did \n\nSet up PyCharm & Python\nPython dictionaries (create\, get\, add\, replace\, length\, remove\, and display full dictionary)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN10_dictionary_hw\, please submit by next Monday.\nHomework: Pages 92 to 97 from the book.
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230111T190000
DTEND;TZID=America/Los_Angeles:20230111T200000
DTSTAMP:20260507T081957
CREATED:20230112T040609Z
LAST-MODIFIED:20230112T040609Z
UID:17584-1673463600-1673467200@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Latisha
DESCRIPTION:Homework\n\nInside WED-7PM-BookSystem project\, inside the main.py do the following: Exit\, Add Book and List all books. You also need to create book.py and inside create Book class.\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 2\n\nADD NEW BOOK\nEnter book name: Frozen\nEnter book author: Disney\nEnter publication year: 2010\nEnter book id: AA11\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 3\n\nLIST ALL BOOKS\n111 - Chamber of Secrets by JK Rowling published on 2012\n222 - Goblet of Fire by JK Rowling published on 2013\nabcd - The Fellowship of the Ring by JRR Tolkien published on 2022\nAA11 - Frozen by Disney published on 2010\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection:
URL:https://www.ayclogic.com/event/7-pm-python-oop-latisha-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230112T190000
DTEND;TZID=America/Los_Angeles:20230112T200000
DTSTAMP:20260507T081957
CREATED:20230113T040759Z
LAST-MODIFIED:20230113T040907Z
UID:17593-1673550000-1673553600@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Latisha
DESCRIPTION:Homework\n\nContinue on WED-7PM-AdventureGame when user enter incorrect monster species\, it will do the following\n\n\nPlease choose your monster: \nDragon - 100 health - 50 Max attack\nTroll - 50 health - 20 Max attack\nWater Golem - 30 health - 20 Max attack\nCyclops - 60 health - 30 Max attack\nEnter your selection (enter 'stop' to quit the game): unicorn\n\nInvalid selection\, 'unicorn' is not in our system. Please try again\n\n\n\nwhen user enter correct monster species then it will don the following\n\n\nPlease choose your monster: \nDragon - 100 health - 50 Max attack\nTroll - 50 health - 20 Max attack\nWater Golem - 30 health - 20 Max attack\nCyclops - 60 health - 30 Max attack\nEnter your selection (enter 'stop' to quit the game): dragon\n\nWhat do you want to do with the dragon\n1. Magic attack\n2. Sword attack - 10 to 20 damage\nEnter your selection:
URL:https://www.ayclogic.com/event/7-pm-python-oop-latisha-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230113T190000
DTEND;TZID=America/Los_Angeles:20230113T200000
DTSTAMP:20260507T081957
CREATED:20230114T045637Z
LAST-MODIFIED:20230114T045637Z
UID:17600-1673636400-1673640000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe went over how to create background process while loader animation is running. This is a very common way to load heavy resources in the background while displaying loader animation to entertain the user.\n\nHomework\n\nNo homework. The class is finished. congrats guys.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-gamas-16/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230117T183000
DTEND;TZID=America/Los_Angeles:20230117T193000
DTSTAMP:20260507T081957
CREATED:20230118T040733Z
LAST-MODIFIED:20230118T040733Z
UID:17680-1673980200-1673983800@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did \n\nLearned how to loop through dictionary keys\nLearned how to loop through dictionary values\nLearned how to loop through dictionary items\nBegan phone book dictionary program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN17_dictionary_hw\, please submit by next Monday.\nHomework: From page 99\, try 6-1 and 6-2 by yourself\n\n 
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230124T183000
DTEND;TZID=America/Los_Angeles:20230124T193000
DTSTAMP:20260507T081957
CREATED:20230125T042650Z
LAST-MODIFIED:20230125T042650Z
UID:17821-1674585000-1674588600@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did \n\nFinished phone book dictionary program\nBegan grocery shopping cart program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN24_dictionary_hw\, please submit by next Monday.\nHomework:\na) Copy code from pages 100 and 101\nb) Try page 105 yourself
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR