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:20230708T140000
DTEND;TZID=America/Los_Angeles:20230708T150000
DTSTAMP:20260506T230412
CREATED:20230709T022453Z
LAST-MODIFIED:20230709T022659Z
UID:20505-1688824800-1688828400@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nAdded object oriented programming to grocery shopping cart with GroceryItem class\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUN8_OOP_hw\, please submit by next Friday.\nHomework: Page 167 – TRY IT YOURSELF
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230708T150000
DTEND;TZID=America/Los_Angeles:20230708T160000
DTSTAMP:20260506T230412
CREATED:20230709T023514Z
LAST-MODIFIED:20230709T023514Z
UID:20514-1688828400-1688832000@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming– Sebastian
DESCRIPTION:Today We Did\n\nFirst day of class\, learned about dictionaries!\nHow do the following in dictionaries:\ncreate\, get key’s value\, add key/value pair to dictionary\, update key’s value\, delete item from dictionary\, get dictionary length\, loop through each key/value/item\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUN8_dictionary_hw\, please submit by next Friday.\nHomework: From the book do the following\na) Page 92 to 97.\nb) Page 99 TRY IT YOURSELF. 6-1 and 6-2
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T180000
DTSTAMP:20260506T230412
CREATED:20230712T010028Z
LAST-MODIFIED:20230712T010028Z
UID:20547-1689094800-1689098400@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished Monster System\nFinally understood why we have unique classes for monsters like Dragon and Troll (so they can handle magic attacks differently)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework however you’d like (you can just resubmit the original file from class)\, please submit by next Monday.\nHomework: Inside play_adventure method\, add logic to remove monsters from the monster dictionary\, or end the game for the player\na. After you perform the magic or sword attach (outside of their if statements!)\, check if the monster’s health is below 0. If it is\, then remove it and tell the player the monster exploded or something 😛 \nb. Right after the above code\, check if the player health is below 0. If it is\, we should let the user know that they ran out of health and the game is over. If you want to exit out of the entire program\, you can use exit()
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T140000
DTEND;TZID=America/Los_Angeles:20230715T150000
DTSTAMP:20260506T230412
CREATED:20230716T001819Z
LAST-MODIFIED:20230716T001819Z
UID:20620-1689429600-1689433200@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReview of dictionaries and OOP\nBegan SchoolSystem program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nCreate a new folder in our Google Drive called “SchoolSystem” which you can submit all project files into each time you turn in homework.\nHomework: Create the list_students_list() and list_students_list() as we discussed in class. Outline:\n \ndef list_students_list(self):\n“””\nTell user what you’re doing\nLoop through each student in student attribute list\nPrint information about each student (name\, age\, grade)\n“””\npass \ndef list_students_dict(self):\n“””\nSame as list_students_list\, but with dictionary\nShould we use .keys()\, values()\, or .items() for the dictionary?\n“””\npass
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T150000
DTEND;TZID=America/Los_Angeles:20230715T160000
DTSTAMP:20260506T230412
CREATED:20230716T002604Z
LAST-MODIFIED:20230716T002604Z
UID:20622-1689433200-1689436800@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed dictionaries and how they’re much faster than lists\nBegan grocery system v2\nUnderstand how we use the dictionary; we make the selection point to the name and the price!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUL15_phonebook_hw\, please submit by next Friday.\nHomework: Follow the instructions in the following link: https://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230718T170000
DTEND;TZID=America/Los_Angeles:20230718T180000
DTSTAMP:20260506T230412
CREATED:20230719T011147Z
LAST-MODIFIED:20230719T011147Z
UID:20652-1689699600-1689703200@www.ayclogic.com
SUMMARY:5 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFull review of object oriented programming\nWent over strategies for how to best take the test\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUL18_final_review\, please submit by next Monday.\nHomework: Try your best to finish the practice exam in 2 hours or less to prepare for the final exam:\nhttps://forms.gle/EbdHSqESbib5siNh8
URL:https://www.ayclogic.com/event/5-pm-python-object-oriented-programming-sebastian/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230721T180000
DTEND;TZID=America/Los_Angeles:20230721T190000
DTSTAMP:20260506T230412
CREATED:20230722T020436Z
LAST-MODIFIED:20230722T020436Z
UID:20756-1689962400-1689966000@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Shawn
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe reviewed July14_Inheritance.py homework\nWe continued creating the main.py for MonsterInheritance project.\n\nHomework\n\nContinue with MonsterInheritance main.py and add these 2 features: List All Monsters and Start Adventure.\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- The Mighty 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: 3\n\nEnter player's name: Gamas\nEnter player's health: 100\n\nGamas welcome to AYC Logic Adventure game.\nYou have 100 health remaining
URL:https://www.ayclogic.com/event/6-pm-python-oop-shawn-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230722T140000
DTEND;TZID=America/Los_Angeles:20230722T150000
DTSTAMP:20260506T230412
CREATED:20230723T002641Z
LAST-MODIFIED:20230723T002641Z
UID:20766-1690034400-1690038000@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued the School System program\nCreated all methods for students and teachers\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nIn our SchoolSystem folder in our Google Drive\, re-upload all files for your SchoolSystem program\nHomework: Finish all methods for staff in our SchoolSystem (we’ll finish the classroom methods in class next time).\n \n\nAdd staff\nList all staffs using List\nList all staffs that is younger than 20\nFind staff using list\nFind staff using dictionary.
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-5/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230722T150000
DTEND;TZID=America/Los_Angeles:20230722T160000
DTSTAMP:20260506T230412
CREATED:20230723T003411Z
LAST-MODIFIED:20230723T003411Z
UID:20768-1690038000-1690041600@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nIntroduction to object oriented programming\n\nclass: a blueprint for an object made up of methods and attributes\n\n\nmethod: a function belonging to a class\n\n\nattribute: a variable belonging to a class that starts with “self.”\n\n\nconstructor: a method called __init__ which is called when class is instantiated\, AND we usually create all attributes here\n\n\nobject: an instance of a class which has unique data (unique attributes)\n\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUL22_robux_dictionary_hw\, please submit by next Friday.\nHomework: Recall our old RobuxShoppingCart program.  Change RobuxShoppingCart to use dictionary. This is very similar to ShoppingCart using dictionary.\n\n\nOld code: \nmenu = """\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: """\n\nshopping_cart = []\nrobux = 300\n\ndef handle_transaction(price\, item_name):\nglobal robux\nif robux < price:\nprint(f"You only have {robux} robux remaining. Therefore you cannot purchase {item_name} for {price} robux.")\nelse:\nrobux -= price\nprint(f"You purchased a {item_name}. You have {robux} robux remaining.")\nshopping_cart.append(item_name)\n\nprint(f"Welcome to Robux Bank\, you have {robux} robux in the beginning.")\n\nwhile True:\nselection = input(menu)\nif selection == "5":\nbreak\nelif selection not in("1"\,"2"\,"3"\,"4"\,"5"):\nprint("invalid selection")\nelif selection == "1":\nhandle_transaction(100\, "Hat")\nelif selection == "2":\nhandle_transaction(150\, "Hair")\nelif selection == "3":\nhandle_transaction(500\, "VIP Server")\nelif selection == "4":\ncredit_card_number = input("Enter your Credit Card number: ")\nif credit_card_number == "ABCD1234":\nrobux += 200\nprint(f"Thank you for purchasing 200 Robux. You now have {robux} robux remaining.")\nelse:\nprint("You have entered an invalid credit card number")\n\n\nprint("\nYou have purchased the following items:")\ncount = 1\nfor item in shopping_cart:\nprint(f"{count}. {item.title()}")\ncount += 1\n\nprint(f"Your remaining Robux balance is {robux} Robux.")
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230725T170000
DTEND;TZID=America/Los_Angeles:20230725T180000
DTSTAMP:20260506T230412
CREATED:20230726T011551Z
LAST-MODIFIED:20230726T011551Z
UID:20794-1690304400-1690308000@www.ayclogic.com
SUMMARY:5 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nSpent lots of time answering any questions about the practice exam\nReviewed all topics from the class to remember everything we’ve learned so far\nWent over good test taking strategies and advice on common mistakes\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo official homework since we already completed the practice exam and the final exam will take place in the next class time\nIf you want to be extra prepared\, you can try to redo the practice exam and look through our old projects (specifically Monster System) to refresh your memory.
URL:https://www.ayclogic.com/event/5-pm-python-object-oriented-programming-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230729T090000
DTEND;TZID=America/Los_Angeles:20230729T100000
DTSTAMP:20260506T230412
CREATED:20230729T035222Z
LAST-MODIFIED:20230729T035222Z
UID:20860-1690621200-1690624800@www.ayclogic.com
SUMMARY:9 AM - Intro to Python - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe completed RobuxShoppingCart program.\n\nHomework\n\nNext week is 2 hours final test. Please prepare the following topics.\n\nPython Turtle – make sure you know how to do draw rectangle\, circles and combine them together to make complex shape using functions.\nRobux Shopping Cart\nGrocery Shopping Cart\n\n\nThe final test is open book\, meaning you can look at any codes from our previous homeworks and exercises. But not from the Internet.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-indo-gamas-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230729T140000
DTEND;TZID=America/Los_Angeles:20230729T150000
DTSTAMP:20260506T230412
CREATED:20230729T233519Z
LAST-MODIFIED:20230729T233519Z
UID:20867-1690639200-1690642800@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nCompleted School System\nBegan Library System\nContinued to understand the differences between attributes and variables\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nCreate a new folder on your homework submissions called “Library System”\nHomework: Complete the remaining methods we mentioned in class. I want you to try your best to reflect on our previous SchoolSystem to think about what we should put in these new methods. Remember user input\, the dictionary attributes\, and how we loop through dictionaries.\nclass code & instructions we went over: \n \n\nfrom book import Book\nclass LibrarySystem:\ndef __init__(self):\nself.menu = “””\nPlease look at below options\n1. Add book\n2. List all books\n3. Find book by name\n4. Find book by id\n5. List all old books\nEnter your selection. Enter ‘quit’ to exit: “””\nself.title_to_book = {}\nself.id_to_book = {}\ndef add_book(self):\nprint(“\nADD NEW BOOK”)\ntitle = input(“What is the title? “)\nauthor = input(“Who is the author? “)\npublish_year = input(“When was it published? “)\nbook_id = input(“Enter book id: “)\nbook = Book(title\, author\, publish_year\, book_id)\nself.title_to_book[title] = book\nself.id_to_book[book_id] = book\n“””\nfor all methods which print book info; choose whether to print each attribute or make a method inside the book class\n“””\n“””\nlist_all_books_using_dictionary\n“””\ndef list_all_books_using_dictionary(self):\nprint(“\nLIST ALL BOOKS”)\n# loop through each book object using ANY of our dictionaries\nfor book in self.title_to_book.values():\npass\n“””\nlist_all_old_books\nonly print books whose publish_year is less than 2000\n(when should you turn the publish year to an integer?)\n“””\n“””\nfind_book_using_id\n(use id_to_book dictionary attribute)\n“””\n“””\nfind_book_using_title\n(use title_to_book dictionary attribute)\n“””\ndef application_loop(self):\nwhile True:\nselection = input(self.menu)\nif selection == “quit”:\nprint(“Thank you for using the Libray System.”)\nbreak\nif selection == “1”:\nself.add_book()\ns = LibrarySystem()\ns.application_loop()
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230729T150000
DTEND;TZID=America/Los_Angeles:20230729T160000
DTSTAMP:20260506T230412
CREATED:20230729T234124Z
LAST-MODIFIED:20230729T234124Z
UID:20869-1690642800-1690646400@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed some important parts of object oriented programming\n\nclasses\nattributes\nthe constructor\n\n\nAdded object oriented programming to grocery system\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUL29_OOP_hw\, please submit by next Friday.\nHomework:\nPage 162 – TRY IT YOURSELF\nPage 163 to Page 166 – copy code to Thonny and run it.
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR