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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260122T180000
DTEND;TZID=America/Los_Angeles:20260122T190000
DTSTAMP:20260515T023604
CREATED:20260123T025410Z
LAST-MODIFIED:20260123T025436Z
UID:32249-1769104800-1769108400@www.ayclogic.com
SUMMARY:6:00 PM - Python OOP - Homework
DESCRIPTION:Today We did\n\nreviewed classes\nclass methods\nclass attributes\n\n  \n  \nHomework\nSome more Class based homework \n\nPage 162 - TRY IT YOURSELF\nPage 163 to Page 166 - Copy
URL:https://www.ayclogic.com/event/600-pm-python-oop-homework/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260122T180000
DTEND;TZID=America/Los_Angeles:20260122T190000
DTSTAMP:20260515T023604
CREATED:20260123T082027Z
LAST-MODIFIED:20260123T082027Z
UID:32258-1769104800-1769108400@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe worked on GameSystem and finished it.\n\nHomework:\n\nCinema Ticket Booking System:\nYou need to create 3 Python classes in three separate files:\na. cinema.py – Cinema class\nb. imax_cinema.py – IMAXCinema class\nc. cinema_system.py – CinemaSystem\nCinema class will have the following attributes:\na. name – String\nb. base_price – Integer\nc. type – String\nDefault value “Regular Cinema”\nget_info(self):This method will return a string combination of attributes name\, base_price\, and type in the following format:\n<name> – $<base_price> – <type> \nExample: \nCGV – $10 – Regular Cinema\nget_ticket_price(self\, tickets):\ntickets – Integer \nThis method will calculate the total ticket price using the formula: \ntickets * base_price \nThis method will return the total ticket price.\nIMAXCinema class\na. This class needs to inherit from Cinema class \nb. This class needs to have attribute: \nself.type = “IMAX Cinema” \nc. This class needs to override the method: \nget_ticket_price(self\, tickets) \nInside this method\, ticket price will be calculated using: \ntickets * base_price * 1.5 \nThis method must also print: \n“IMAX experience includes premium screen and sound!”\nCinemaSystem class is where the program starts.\nCinemaSystem class will have a dictionary to store all cinemas\nDictionary key → cinema name \nDictionary value → either Cinema or IMAXCinema object\nCinemaSystem will provide the following 3 functionalities\n– Add cinema \n– Buy tickets \n– Exit\nCinemaSystem will provide 2 options when adding a cinema\n– Regular Cinema \n– IMAX Cinema \nRegular Cinema → represented by Cinema class \nIMAX Cinema → represented by IMAXCinema class\nBuy Tickets Functionality\nWhen user selects Buy tickets\, the system will: \n– Display all cinemas in the system \n– Ask user to select a cinema by name \n– Ask user to input number of tickets \n– Calculate total ticket price using: get_ticket_price(tickets) \n– Display total price
URL:https://www.ayclogic.com/event/6-pm-python-oop-joel-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260122T190000
DTEND;TZID=America/Los_Angeles:20260122T200000
DTSTAMP:20260515T023604
CREATED:20260123T040909Z
LAST-MODIFIED:20260123T040909Z
UID:32254-1769108400-1769112000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - Brandon
DESCRIPTION:What we learned:\n\nWent over the monster inheritance project\nContinued and Finished the monster inheritance project
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-brandon-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260122T190000
DTEND;TZID=America/Los_Angeles:20260122T200000
DTSTAMP:20260515T023604
CREATED:20260123T040915Z
LAST-MODIFIED:20260123T040915Z
UID:32252-1769108400-1769112000@www.ayclogic.com
SUMMARY:7:00 PM- Intro to Python - Joshua
DESCRIPTION:Today We Did \n\nreviewed the quiz 1\n\n  \n  \nCHALLENGE Question (not required\, but might be fun) \n\npassword= [10\,30\,50\,20\,30\,100]\nYou are an adventurer trying to guess a code to a safe.\nThe safe requires you to type all 6 numbers with input. Once all 6 are inputed separately\, it prints (“You found the Golden Code!!!”)\nUse a while loop\, which will use input to ask for a number for the code\nIf they type quit or guess all 6\, end the code.
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-joshua-6/
END:VEVENT
END:VCALENDAR