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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T150000
DTEND;TZID=America/Los_Angeles:20250709T160000
DTSTAMP:20260505T202041
CREATED:20250709T224608Z
LAST-MODIFIED:20250709T230039Z
UID:29612-1752073200-1752076800@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nContinued our SchoolSystem project\n\nHomework\n\nMake sure to do the code in your SchoolSystem project\nWhen you’re done with the homework\, upload main.py but rename it to Jun9_main.py in your Google Drive (don’t rename it in PyCharm!)\nIn your main.py file:\n\nIf the user enters option 2\, print out everything in the student list\nIf the user enters option 3\, ask the user for the student’s name. Find the student in the student list\, and print out the info like ({name} – {age} years old – grade {grade}).\n\nIf no student with that name exists\, print: “We couldn’t find {student’s name} in our student list”\n\n\nYou can skip if the user enters option 4 and 5 for now.\nIf the user enters option 6\, ask the user for input on any info needed to create a teacher object. Create the teacher object\, and add it to teacher_list.\n\nMake sure to create an empty teacher_list (in the initialize function)\n\n\n\n\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250702T150000
DTEND;TZID=America/Los_Angeles:20250702T160000
DTSTAMP:20260505T202041
CREATED:20250703T000842Z
LAST-MODIFIED:20250703T000842Z
UID:29542-1751468400-1751472000@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed classes and methods\nSet up our SchoolSystem project\n\nHomework\nReminder: Our next class is on Wednesday 7/9. \nCreate a folder in your Google Drive called Jun2_SchoolSystem. Upload the files student.py\, teacher.py\, classroom.py\, staff.py\, and main.py to this folder. \n\nMake sure to do the code in your SchoolSystem project\nIn your student.py file:\n\nCreate a Student class. It will have 3 attributes: name\, age\, and grade\n\n\nCreate a teacher.py file. (Make sure it’s within the src folder)\n\nCreate a Teacher class. It will have 3 attributes: name\, age\, and subject_of_expertise\n\n\nCreate a classroom.py file. (Make sure it’s within the src folder)\n\nCreate a Classroom class. It will have 3 attributes: class_name\, class_type\, and size\n\n\nCreate a staff.py file. (Make sure it’s within the src folder)\n\nCreate a Staff class. It will have 5 attributes: name\, phone\, email\, age\, and duty\n\n\nIn your main.py file:\n\nImport the Student\, Teacher\, Classroom\, and Staff class.\n(You can look at the GroceryItem Class and see how we imported it into the GrocerySystemWithClass project)\n\n\nNote: We’re only making classes\, not objects\, for this homework.\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250627T170000
DTEND;TZID=America/Los_Angeles:20250627T190000
DTSTAMP:20260505T202041
CREATED:20250628T215816Z
LAST-MODIFIED:20250628T215935Z
UID:29524-1751043600-1751050800@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed lists\, dictionaries\, and classes\nFinished the Grocery System with Class project\n\nHomework\nCreate a file called June27_BugFixesandReview.py and submit into the google drive when you are finished: \n\nRedo/fix this part of last week’s homework: Try It Yourself section on pg.167. I will be reviewing this next class.\n\nAnn: Redo the homework on your own\, without any online help.\nClayton:  Finish the homework and fix any bugs.\nYanbao: Finish the homework and fix any bugs\n\n\nEveryone:\n\nCreate a list called fruit_list and make it store 5 fruit names.\nCreate a class called Fruit. The class will hold attributes such as name and color. The class will have a method eat_fruit that prints: “{fruit_name} has been eaten!”. Create 2 fruit objects: strawberry and orange. Call the eat_fruit method on both objects.\nCreate a dictionary called favorite_fruit. Keys will be people’s names\, values will be a fruit object. Make 5 key-value pairs.\n\nEx: Key: Allison. Value: Blueberry (which is a fruit object\, not a string)\n\n\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/5-pm-python-oop-allison-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250626T183000
DTEND;TZID=America/Los_Angeles:20250626T193000
DTSTAMP:20260505T202041
CREATED:20250627T023759Z
LAST-MODIFIED:20250627T023759Z
UID:29491-1750962600-1750966200@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nSmall review on inheritance\nOrganized our code into methods in monster project\nStarted the sword attack method\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 “JUN26_hw.py”\, just upload the entire main.py file with your changes but rename it to “JUN26_hw.py” after uploading\nHomework: Add on to sword_attack() method\n\nChoose a random number between 0 and the self.monster_object’s max_attack attribute\nRemove that amount from player.health attribute\nWe’re now able to play the game\, we can hit the monster and take damage
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250620T170000
DTEND;TZID=America/Los_Angeles:20250620T190000
DTSTAMP:20260505T202041
CREATED:20250621T004907Z
LAST-MODIFIED:20250621T005833Z
UID:29427-1750438800-1750446000@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nContinued learning about OOP\n\nHomework\nCreate a file called June20_Car_OOP.py and submit into the google drive when you are finished: \n\nYanbao:\n\nCatch up and review on 6/18’s lesson.\nUpload the below homework to your Google Drive:\n\n6/13 HW\n6/18 HW\nThis week’s HW\n\n\n\n\nEveryone:\n\nDo the Try It Yourself section on pg.162. Make sure to label each section with comments (Ex: #9-1\, #9-2\, #9-3).\nRead and do the codes in pg. 163-166. Make sure to run the code and understand it.\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/29427/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250618T150000
DTEND;TZID=America/Los_Angeles:20250618T160000
DTSTAMP:20260505T202041
CREATED:20250618T235301Z
LAST-MODIFIED:20250618T235301Z
UID:29398-1750258800-1750262400@www.ayclogic.com
SUMMARY:3 PM - Python OOP - Allison
DESCRIPTION:What We Did Today\n\nLearned about OOP\nCreated a Student class\n\nHomework\nCreate a file called June18_Dog_OOP.py and submit into the google drive when you are finished: \n\nRead and do the codes in pg. 158-161. Make sure you understand the code as the rest of the course will be based on these concepts.\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250613T170000
DTEND;TZID=America/Los_Angeles:20250613T190000
DTSTAMP:20260505T202041
CREATED:20250614T030641Z
LAST-MODIFIED:20250614T030941Z
UID:29359-1749834000-1749841200@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Allison
DESCRIPTION:What We Did Today\n\nCreated PhoneBook\nCreated Grocery System with dictionary\n\nHomework\nCreate a file called June13_RobuxShoppingCart.py and submit into the google drive when you are finished: \n\nMake a copy of your RobuxShoppingCart file that you made in your Intro to Python class.\nEdit your copy so that you are using dictionaries instead of lists.\nThe only list you should have is your shopping cart. Your item inventory and prices should be dictionaries.\nYour program should work the same as it did before (ex: ask the user what they want to purchase\, break the loop when requested\, etc.)\nReview the homework answers (see link at bottom)\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/python-oop-allison/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250612T183000
DTEND;TZID=America/Los_Angeles:20250612T193000
DTSTAMP:20260505T202041
CREATED:20250613T012457Z
LAST-MODIFIED:20250613T023526Z
UID:29338-1749753000-1749756600@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP – Sebastian (Darin Sub)
DESCRIPTION:Today we did \n\nReviewed the Supermarket Application\nStarted the Monster Inheritance project\, learned about inheritance.\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nPage 168 to 170: Copy Codes\nPage 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-darin-sub/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250606T170000
DTEND;TZID=America/Los_Angeles:20250606T190000
DTSTAMP:20260505T202041
CREATED:20250607T022019Z
LAST-MODIFIED:20250607T022114Z
UID:29265-1749229200-1749236400@www.ayclogic.com
SUMMARY:Python OOP - Allison (Darin Sub)
DESCRIPTION:What We Did Today\n\nInstalled and setup PyCharm\nLearnt about dictionaries\, and most of the functionality needed for the rest of this class\n\nHomework\nCreate a file called June6_DictionaryHW.py and submit into the google drive when you are finished: \n\nCopy code from page 100\, 101.\nDo Page 99 TRY IT YOURSELF. 6-1 and 6-2 (LABEL THE NUMBERS WITH COMMENTS)\nTRY IT YOURSELF page 105\n\nNotes\nYou can reach out via allison@ayclogic.com if you have any questions. \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/python-oop-allison-darin-sub/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250605T183000
DTEND;TZID=America/Los_Angeles:20250605T193000
DTSTAMP:20260505T202041
CREATED:20250606T023611Z
LAST-MODIFIED:20250606T023611Z
UID:29263-1749148200-1749151800@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nStart the supermarket application\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nNo homework today
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-11/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250529T183000
DTEND;TZID=America/Los_Angeles:20250529T193000
DTSTAMP:20260505T202041
CREATED:20250530T022934Z
LAST-MODIFIED:20250530T022934Z
UID:29175-1748543400-1748547000@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nFinished the entire library system application\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nHomework: Complete the remaining methods\n\nFind book by ID (same as name but with ID)\nList old books (any book with publish_year before 2000)
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250522T183000
DTEND;TZID=America/Los_Angeles:20250522T193000
DTSTAMP:20260505T202041
CREATED:20250523T024016Z
LAST-MODIFIED:20250523T024016Z
UID:29124-1747938600-1747942200@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nFinish all the different Staff methods\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nNo homework this week
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250515T183000
DTEND;TZID=America/Los_Angeles:20250515T193000
DTSTAMP:20260505T202041
CREATED:20250516T033056Z
LAST-MODIFIED:20250516T033450Z
UID:29068-1747333800-1747337400@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nLearned how to search through dictionaries and lists\, and the differences between them\nRemembered how to loop through dictionaries\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nHomework: Finish the equivalent functions for find_teacher and list_teachers_dictionary
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250506T170000
DTEND;TZID=America/Los_Angeles:20250506T190000
DTSTAMP:20260505T202041
CREATED:20250506T235620Z
LAST-MODIFIED:20250506T235620Z
UID:28983-1746550800-1746558000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nDid our final exam\, you will see results by the weekend.\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-32/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250501T183000
DTEND;TZID=America/Los_Angeles:20250501T193000
DTSTAMP:20260505T202041
CREATED:20250502T023746Z
LAST-MODIFIED:20250502T023746Z
UID:28896-1746124200-1746127800@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nFinished grocery system v4 (using dictionary and objects)\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?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\nHomework: Please name your homework MAY1_hw\n\nPage 167 – TRY IT YOURSELF
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250429T180000
DTEND;TZID=America/Los_Angeles:20250429T190000
DTSTAMP:20260505T202041
CREATED:20250430T051806Z
LAST-MODIFIED:20250430T051806Z
UID:28879-1745949600-1745953200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 5-7 PM ON MAY 6 2025!!\nWhat We Did Today:\n\nReviewed the practice final exam\, going over concepts necessary for the final exam.\n\nHomework:\nStudy as much as you can from the practice final\, and the monster system project for the final exam! \nThe exam will run for 2 hours\, and it is open notes but not open internet. Any attempts at cheating can lead to a 0. A 70% overall in the class is needed to pass. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing \n  \n 
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-31/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250422T180000
DTEND;TZID=America/Los_Angeles:20250422T190000
DTSTAMP:20260505T202041
CREATED:20250423T032020Z
LAST-MODIFIED:20250423T032020Z
UID:28792-1745344800-1745348400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished the monster inheritance system project\, implementing immunity for monsters using inheritance.\n\nHomework:\nFinish the practice final exam sent to your emails! This is expected to take about ~2 hours\, and it is open notes but not open internet. Any attempts at cheating can lead to a 0\, and this practice exam is worth 10% of your final grade. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-30/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250415T180000
DTEND;TZID=America/Los_Angeles:20250415T190000
DTSTAMP:20260505T202041
CREATED:20250416T001413Z
LAST-MODIFIED:20250416T030638Z
UID:28702-1744740000-1744743600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nImplemented the sword attack method in the Monster Inheritance project\nImplemented the first part of magic attacks\n\nHomework:\nIn your MonsterSystem project\, do the following\, and upload to google drive when finished: \nComplete the magic attack method to have the monster attack you. Think about where to put the method for the attack. \nHint: Use a function for the monster to attack you to make the code a bit cleaner \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-29/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250408T180000
DTEND;TZID=America/Los_Angeles:20250408T190000
DTSTAMP:20260505T202041
CREATED:20250409T031232Z
LAST-MODIFIED:20250409T031232Z
UID:28609-1744135200-1744138800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued the Monster Inheritance project.\nImplemented the start of the attack system.\n\nHomework:\nIn your MonsterSystem project\, do the following\, and upload to google drive when finished: \nComplete the sword attack method\, where you have to get a random amount of damage to attack the monster with. \nAlso implement code for the monster to attack you. You will have to generate a random number from 0 – m.max_attack and reduce the player’s health. \nPrint statements after attacking and after getting attacked. \n\ndef sword_attack(self\, m):\n    # part of hw:\n    # get a random amount of damage from 10-20 using r.randint()\n    damage = 0 # replace this\n    monster = self.monsters[m]\n    monster.get_sword_damage(damage)\n\n    # have the monster attack us with some damage that is random from 0 - monster.max_attack\n    damageFromMonster = 0 # replace this\n    # minus the player health\n"""\nexample output:\nYou attacked dragon with 14 damage and the dragon has 86 health remaining.\ndragon attacked you with 38 damage. Your remaining health is 962.\n"""\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-28/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250403T183000
DTEND;TZID=America/Los_Angeles:20250403T193000
DTSTAMP:20260505T202041
CREATED:20250404T023004Z
LAST-MODIFIED:20250404T023027Z
UID:28554-1743705000-1743708600@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP – Sebastian
DESCRIPTION:Today we did \n\nInstall Python 3.13 and PyCharm\nLearn about dictionaries\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 APR3_dictionary_hw.py\nHomework: Please try your best to finish a program according to the following instructions in the link below:\n\nhttps://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250401T180000
DTEND;TZID=America/Los_Angeles:20250401T190000
DTSTAMP:20260505T202041
CREATED:20250402T012718Z
LAST-MODIFIED:20250402T021513Z
UID:28526-1743530400-1743534000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nStarted the Monster Inheritance project.\n\n\nHomework:\nIn your MonsterSystem project\, do the following\, and upload to google drive when finished: \n\n\n"""\nHomework:\n\n1. If user clicks on "3" to play adventure\, initialize the player name and health variables.\nYou want to have a self.playerName and self.playerHealth in the __init__ method of the main.py file\, \nthen use "input" inside of elif selection == "3" to update these\n\n2. Say "Hi {name}\, Welcome to AYC Logic Adventure Game"\n\n3. in a while loop:\n    print out how much health the player has\n    \n    print out "Please choose your monster:"\n    list all monsters (hint: you already have a method for this)\n    get input for the monster name\n    \n    check if the monsters name exists.\n    If it exists\, print out "yay"\, and if not\, print out "Invalid monster species."\n    \n    \nexample output:\n\nPlease select one of the following\n1. Add Monster\n2. List all monsters\n3. Play Adventure\nEnter your selection (Enter 'exit' to quit): 3\nEnter your name: darin\nEnter player's health: 1000\n\nHi darin\, Welcome to AYC Logic Adventure Game\n\ndarin you have 1000 health remaining.\nPlease choose your monster: \n- Dragon - 100 health - 50 Max attack\n- Troll - 50 health - 20 Max attack\n- Water Golem - 30 health - 20 Max attack\n- Cyclops - 60 health - 30 Max attack\n- Bob - 150 health - 25 Max attack\nEnter your selection (enter 'stop' to quit the game): bob\nyay\n\ndarin you have 1000 health remaining.\nPlease choose your monster: \n- Dragon - 100 health - 50 Max attack\n- Troll - 50 health - 20 Max attack\n- Water Golem - 30 health - 20 Max attack\n- Cyclops - 60 health - 30 Max attack\n- Bob - 150 health - 25 Max attack\nEnter your selection (enter 'stop' to quit the game): bobbbbb\nInvalid monster species.\n"""\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-27/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250325T180000
DTEND;TZID=America/Los_Angeles:20250325T190000
DTSTAMP:20260505T202041
CREATED:20250326T005257Z
LAST-MODIFIED:20250326T033406Z
UID:28483-1742925600-1742929200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nLearned about inheritance\n\nHomework:\nIn your human.py and basketballPlayer.py\, implement the following: \n\n\n"""\nHomework:\n\ncreate a new attribute (variable) in the human class called totalPoints\ncreate a new method called self.increasePoints in human.py in the Human class that increments the totalPoints by 1\n\noverride self.increasePoints to increase by 10 \n"""\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-26/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250318T180000
DTEND;TZID=America/Los_Angeles:20250318T190000
DTSTAMP:20260505T202041
CREATED:20250319T005859Z
LAST-MODIFIED:20250319T020623Z
UID:28427-1742320800-1742324400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nConverted the GroceryStore class into a Supermarket Application program.\nLearnt how to optimize the code\, make it easier for users\n\nHomework:\nIn your SupermarketApplication project\, implement the following: \n\n\n"""\nNow\, add a bool self.frozen variable to the grocery item class\nWhen you list the items\, check if it's frozen\, and if it is\, remind the user to store it in the freezer\n\nmilk - 5 - 50\nice cream - 4 - 40 - Remember to store in the freezer!\nbread - 6 - 60\nchicken - 8 - 100 - Remember to store in the freezer!\n"""\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-25/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250311T180000
DTEND;TZID=America/Los_Angeles:20250311T190000
DTSTAMP:20260505T202041
CREATED:20250312T005529Z
LAST-MODIFIED:20250312T020404Z
UID:28364-1741716000-1741719600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Library System project\nReviewed object oriented programming concepts\n\nHomework:\nIn your Library System project\, implement the following: \n\nHomework:\n\nCreate a method that lists all books with ID greater than 5 but less than 20 (You will have to change the data type of ID)\nUse this as selection 6 (you have to the menu option for selection 6)\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-24/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250304T180000
DTEND;TZID=America/Los_Angeles:20250304T190000
DTSTAMP:20260505T202041
CREATED:20250305T030603Z
LAST-MODIFIED:20250305T030616Z
UID:28305-1741111200-1741114800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nStarted the Library System project\nReviewed object oriented programming concepts\n\nHomework:\nIn your library system project\, implement the following: \n"""\nHomework:\n\nCreate option 2 (list books)\nYou have to create a printInfo method in book.py\, and call it in a for loop here in main.py\nrefer to school system if you are confused\n\nCreate a new method in the main.py file called self.initializeBooks()\ninside the method\, create two books and store it in the dictionary\nCall this method before you enter the while loop in the self.run method\n"""\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing \n  \n 
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-23/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250225T180000
DTEND;TZID=America/Los_Angeles:20250225T190000
DTSTAMP:20260505T202041
CREATED:20250226T030521Z
LAST-MODIFIED:20250226T030521Z
UID:28246-1740506400-1740510000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished the School System project\nWent over object oriented programming concepts\nContained the main file in a class\n\nHomework:\nIn your school system project\, implement the following: \nHomework:\n\nDo options 7\, 8\, and 9\nStart by creating a staff class\, and implement the methods similar to the students and teachers\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-22/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250218T190000
DTEND;TZID=America/Los_Angeles:20250218T210000
DTSTAMP:20260505T202041
CREATED:20250219T031413Z
LAST-MODIFIED:20250219T031413Z
UID:28177-1739905200-1739912400@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nDid our final exam\nYour results will be released within the next week.\n\nHomework:\nNone! Congratulations for making it this far! \nNotes:\nContact me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-22/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250218T180000
DTEND;TZID=America/Los_Angeles:20250218T190000
DTSTAMP:20260505T202041
CREATED:20250219T031109Z
LAST-MODIFIED:20250219T031109Z
UID:28175-1739901600-1739905200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued the School System project\nWent over object oriented programming concepts\nLearnt how to use the Find algorithm for lists and dictionaries\n\nHomework:\nIn your school system project\, implement the following: \nHomework:\n\nDo options 4\, 5\, and 6\nStart by creating a teacher class:\nTeacher class:\nself.name\nself.subject\nself.age\n\nand a method to print_info like student class\n\n\nCreate a teachersDict variable with an empty dictionary\n\noption 4: \nAdd a teacher object to the dictionary the same way you did for the studentsDict\n\noption 5:\nlist the teachers with the dictionary\n\noption 6:\nfind a teacher the same way as you did with students\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-21/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250211T190000
DTEND;TZID=America/Los_Angeles:20250211T200000
DTSTAMP:20260505T202041
CREATED:20250212T040759Z
LAST-MODIFIED:20250212T040759Z
UID:28121-1739300400-1739304000@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 7-9 PM!\nWhat We Did Today:\n\nReviewed for the final exam next week. Cheat sheet is uploaded to the google drive.\n\nHomework:\n\nStudy for the final next week!\n\n  \nNotes:\nContact me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-21/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250211T180000
DTEND;TZID=America/Los_Angeles:20250211T190000
DTSTAMP:20260505T202041
CREATED:20250212T040257Z
LAST-MODIFIED:20250212T040257Z
UID:28113-1739296800-1739300400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nStarted School System project\nWent over object oriented programming concepts\n\nHomework:\nIn your school system project in the main file\, implement selection 2: \n\n\n\n# list all students like the following:\n# Name: Darin\, Hair Color: Black\, Grade: 15\n# Name: Kendrix\, Hair Color: Black\, Grade: 6\n\nhint: use the method we created in the Student class\n\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions.
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-20/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR