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:20240709T150000
DTEND;TZID=America/Los_Angeles:20240709T170000
DTSTAMP:20260428T175202
CREATED:20240710T003711Z
LAST-MODIFIED:20240712T000338Z
UID:25885-1720537200-1720544400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nReviewed the homework on making a functions to draw a shape consisting of other shapes.\nStarted and finished the grocery system text based project.\nStarted the robux system text based project\n\nHomework:\nContinue in your same robux system file and add the following: \nfor each selection\, try to add code so you check if you have enough robux in your account and if you do have enough robux\, you can buy the item\, if not\, then print out: \nprint(f”You only have {robux} robux remaining. Therefore you cannot purchase {item_name} for {price} robux.”) \n  \nhere is the format for a selection: \nif selection == “1”:\n___if _____:\n______robux -= 100\n______print(f”You purchased a Hat. You have {robux} robux remaining.”)\n___else: # tell the user they dont have enough robux\n_____ \n\n  \n\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com!!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-summer-session-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T180000
DTEND;TZID=America/Los_Angeles:20240709T190000
DTSTAMP:20260428T175202
CREATED:20240710T005542Z
LAST-MODIFIED:20240710T070753Z
UID:25888-1720548000-1720551600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin (William Sub)
DESCRIPTION:What We Did Today:\n\nContinued Library System\, emphasizing the usage of dictionaries.\n\nHomework:\nContinue working on LibrarySystem\, and do the following: \n\nImplement the list_all_old_books method which lists books that have a publish year lesser than 2000.\n\n\n\ndef list_all_old_books(self):\n    # same thing as list_all_books except you only print the books whose publish years are less than 2000\n    print("\n LIST ALL OLD BOOKS (older than 2000)")\n    # to implement as hw\n\n\n  \nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com !!
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-william-sub-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240709T190000
DTEND;TZID=America/Los_Angeles:20240709T200000
DTSTAMP:20260428T175202
CREATED:20240710T072846Z
LAST-MODIFIED:20240711T015500Z
UID:25909-1720551600-1720555200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued learning how to draw in turtle.\nWe made an all purpose draw_rectangle function using the turtle module.\n\nHomework:\n\n Continue in your file named July9_RobotBuilder and create the upper body (the body\, head\, eyes\, neck\, mouth) for the robot.\nThe coordinates are as follow: (-85\, 170) on the top left of the head\, (-5\, 120) for the bottom right of the head\, and (-90\, 100) for the top left of the body.\nYour draw_rectangle function always draws from the top left.\n\nYou have to try to see when creating your rectangles\, where you should start drawing the next rectangle (what coordinates to give your next rectangle).\nThis will be practice for you to see how to connect different rectangles.\n\nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR