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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241118T160000
DTEND;TZID=America/Los_Angeles:20241118T170000
DTSTAMP:20260429T033259
CREATED:20241118T235537Z
LAST-MODIFIED:20241119T024908Z
UID:27431-1731945600-1731949200@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We:\n\nReviewed HW and got inspiration for how we can use OOP in games.\nStarted on the MonsterSystem project.\n\nHomework:\n\nContinue in your main.py file for the MonsterSystem project. If you are missing code or a file\, look for the file in this google drive: https://drive.google.com/drive/folders/1fjS0f3MTDQRRo3pdQvbsiKnNWPQQqptf?usp=sharing\nWe added some predefined monsters in our code already inside of the application loop method\, just before we start the while loop.\nYour job is to implement selections 1 and 2.\nSelection 1 is where you an add a new monster object into the dictionary by getting input from the user.\nSelection 2 is where you list all the monsters in the system using a for loop.\nFor both selection 1 and 2\, refer to the past projects on how to add an Object into a dictionary to store\, and how to loop through the dictionary to print out object values.\nSample output:Please select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter ‘exit’ to quit): 2 \nLIST OF ALL MONSTERS\nDragon – Health: 200 – Max Attack: 20\nTroll – Health: 150 – Max Attack: 15 \nPlease select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter ‘exit’ to quit): 1 \nADD MONSTER\nEnter the species of the monster: Unicorn\nEnter the health of the monster: 200\nEnter the max attack of the monster: 20\nSuccessfully added UNICORN into the system. \nPlease select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter ‘exit’ to quit): 2 \nLIST OF ALL MONSTERS\nDragon – Health: 200 – Max Attack: 20\nTroll – Health: 150 – Max Attack: 15\nUnicorn – Health: 200 – Max Attack: 20\n\nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-15/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241118T190000
DTEND;TZID=America/Los_Angeles:20241118T200000
DTSTAMP:20260429T033259
CREATED:20241119T042653Z
LAST-MODIFIED:20241119T042653Z
UID:27442-1731956400-1731960000@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview while loops\nReview for loops\nCombine while loops with user input\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive and name it “NOV18_hw”\nHomework: \n\n2nd edition:\n\nPage 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n\n3rd edition:\n\nPage 123 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR