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:20240716T180000
DTEND;TZID=America/Los_Angeles:20240716T190000
DTSTAMP:20260428T160926
CREATED:20240717T021234Z
LAST-MODIFIED:20240717T021901Z
UID:25990-1721152800-1721156400@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nReviewed the quiz\nLearned about functions\n\nHomework\n\nCreate a new file called July16_FunctionsWithoutReturnValue:\n\nRead and do the codes from Pg. 130-133\nSolve problems #4-6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-50/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T180000
DTEND;TZID=America/Los_Angeles:20240716T190000
DTSTAMP:20260428T160926
CREATED:20240717T031750Z
LAST-MODIFIED:20240717T035540Z
UID:25997-1721152800-1721156400@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Darin
DESCRIPTION:What We Did Today:\n\nFinished Library\n\nHomework:\nContinue working on SupermarketApplication and do the following: \n\nAdd print statements using item.name and item.price in each of the if statements.\nOutside the while loop\, use a for loop to print each items name (you have to consider how to get the names of each item in the list)\n\nRefer to the comments below: \n\ndef application_loop(self):\n    while True:\n        selection = input(self.menu)\n        if selection == "1":\n            item = self.menu_items["1"]\n            self.shopping_cart.append(item)\n            # print "you bought {name} for {price}"\n        elif selection == "2":\n            item = self.menu_items["2"]\n            self.shopping_cart.append(item)\n        elif selection == "3":\n            item = self.menu_items["3"]\n            self.shopping_cart.append(item)\n        elif selection == "4":\n            break\n    # right here outide the while loop\n    # use a for loop to print the items in the shopping_cart list\nNotes:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240716T190000
DTEND;TZID=America/Los_Angeles:20240716T200000
DTSTAMP:20260428T160926
CREATED:20240717T031554Z
LAST-MODIFIED:20240717T031554Z
UID:26005-1721156400-1721160000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to combine multiple shapes into one function in turtle\n\nHomework:\n\n\n\n Create a file called July16_AdvancedTurtleHW.py and convert the following code into a function that can be used to draw the shape at any coordinates:\n\n\n\n\nimport turtle as t\n\nt.bgcolor("lightblue")\nt.speed("fastest")\n\ndef draw_rectangle(x\, y\, length\, height\, pen_color):\n# sets color\nt.color(pen_color)\n\n# this moves location\nt.penup()\nt.goto(x\, y)\nt.pendown()\n\nt.begin_fill()\n# this draws the shape\nfor i in range(2):\nt.forward(length) # draws length\nt.right(90)\nt.forward(height) # draws height\nt.right(90)\nt.end_fill()\n\ndraw_rectangle(0\, 0\, 100\, 20\, "black")\ndraw_rectangle(0\, 50\, 10\, 100\, "red")\ndraw_rectangle(90\, 50\, 10\, 100\, "red")\n\ndef make_shape(x\, y):\n# to make\n# to make\n\n\n\nHere is what the image looks like: \n\nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR