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:20231113T170000
DTEND;TZID=America/Los_Angeles:20231113T180000
DTSTAMP:20260425T210148
CREATED:20231114T020453Z
LAST-MODIFIED:20231114T020453Z
UID:22592-1699894800-1699898400@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nContinued working on the Supermarket System.\nCreated a class for grocery items.\nAdded an in_stock attribute\, to determine whether items can be purchased or not\n\nHomework\n\nName your folder Nov20_Supermarket_HW and do:\n\nFinish the restock() function for the GroceryItem class.\nThis function should set the in_stock attribute to True\nCall the restock() function whenever an item that’s out of stock gets purchased in main.py\nCombine similar items together when they’re displayed when\nchoice == "5".\nDisplay the total cost of ALL items after user checks out\, when choice == "4"
URL:https://www.ayclogic.com/event/5-pm-python-oop-juan-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231113T190000
DTEND;TZID=America/Los_Angeles:20231113T190000
DTSTAMP:20260425T210148
CREATED:20231114T043324Z
LAST-MODIFIED:20231114T043450Z
UID:22603-1699902000-1699902000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Exercise 1 from Nov6_Magic8Ball.py\nFinished random lottery() example\nReviewed common errors in Python\n\nHomework\nCreate the following files: \n\nQuiz2Prep.py\n\nComplete the exercises at to prepare for Quiz 2!  https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\nNov13_PythonBugsHW1.py\n\nCopy the code and fix the bugs: https://www.ayclogic.com/fixing-python-bugs/\n\n\nNov13_PythonBugsHW2.py\n\nFix the bugs at: https://www.ayclogic.com/fix-python-bugs-2/\n\n\n\n\nIf you have time\, finish Exercise 2 of Nov6_Magic8Ball.py: https://www.ayclogic.com/intro-to-python/magic-8-ball\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231113T190000
DTEND;TZID=America/Los_Angeles:20231113T200000
DTSTAMP:20260425T210148
CREATED:20231114T053257Z
LAST-MODIFIED:20231128T015558Z
UID:22602-1699902000-1699905600@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Library System.\nWe added Book.get_info() method.\nWe did find book by name.\n\nHomework\n\nCreate a new pycharm project MonsterInheritance\nIn this new project\,\n\ncreate a new file monster.py and a class Monster with 3 attributes: species\, health\, max_damage.\ncreate a new file main.py that will run and start the program. Similar to school system.\n\n\nInside main.py\, create a new dictionary self.monster_dictionary\nImmediately add 3 monsters to the dictionary:\n\nDragon – health 100\, max damage 100\nTroll – health 50\, max damage 75\nWater Golem – 50 health\, max damage 50.\n\n\nThe program should behave like the following. Just do feature 1 and 2.\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 2\n\nLIST ALL MONSTERS \n- Dragon has 100 health and can do 100 damage\n- Troll - 50 health - 75 max damage\n- Water Golem - 50 health - 50 max damage\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 1\n\nADD NEW MONSTER\nEnter monster species: Griffin\nEnter monster health: 50\nEnter monster max damage: 50\nYou have successfully added Griffin into our system.\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 2\n\nLIST ALL MONSTERS \n- Dragon has 100 health and can do 100 damage\n- Troll - 50 health - 75 max damage\n- Water Golem - 50 health - 50 max damage\n- Griffin - 50 health - 50 max damage\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit:
URL:https://www.ayclogic.com/event/7-pm-python-oop-gamas-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231113T190000
DTEND;TZID=America/Los_Angeles:20231113T200000
DTSTAMP:20260425T210148
CREATED:20231114T070855Z
LAST-MODIFIED:20231128T025926Z
UID:22607-1699902000-1699905600@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nAdded audio\, and background music\nMade rectangle move with image to handle full group collisions for everything\nCreated placeholder methods for all future game modes\, including the drawing of new images & text\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/MON-7PM-FlappyBird/-/tree/Sebastian?ref_type=heads\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nHomework: Draw the score and the “flappy bird logo”. You won’t be able to see either\, so just give it your best try and please make sure to push your code.\n\nInside the draw_score method we made in class:\n\npygame font’s method called .render() (look at how we used it last time)\nblit the returned value from .render()\n\n\nInside the game_landing_page method we made in class\, blit “flappy bird” logo (self.logo_img) on the middle of the screen
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-18/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR