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:20250102T080000
DTEND;TZID=America/Los_Angeles:20250102T170000
DTSTAMP:20260514T102632
CREATED:20250103T043400Z
LAST-MODIFIED:20250103T043454Z
UID:27772-1735804800-1735837200@www.ayclogic.com
SUMMARY:6pm - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did:\n\n\n\nReviewed Faces\, and talked about how to experiment with shapes\nCreated a Triangle function\nTalked about experimenting with setheading() and set turtle.right() and turtle.left()\n\n\n\nHomework:\nIn one new file\, “Turtle_complicated_house.py”\, do the following: \n\nCopy and paste your face function (or mine in newyearturtle.py)\n\nmake your eyebrows slanted\, and adjust the coordinates to make it work\nHint: experiment with turltle.setheading before creating the eyebrow (remember to set it back to 0 with set heading later\n\n\nCreate the function house with two paramaters (x\,y)\n\nMake a triangle roof\nmake a rectangle room\nadd a square room\n\n\n\npseduocode (note numbers may not be exact) \ndef house(x\,y) \n# build the roof by calling the rectangle \ntriangle(color\,<insert x coordinate_value>\,<insert y coordinate+value>\,<insert size>) \n#build the body of the house \nrectangle(color\,<insert x coordinate+value>\,<insert y coordinate+value>\,<length>\,<width>) \n#build a window \nrectangle(color\,<insert x coordinate+value>\,<insert y coordinate + value>\,<length>\,<width>) \nemail jwidjanarko@ayclogic.com for questions
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250102T170000
DTEND;TZID=America/Los_Angeles:20250102T180000
DTSTAMP:20260514T102632
CREATED:20250103T015524Z
LAST-MODIFIED:20250103T015524Z
UID:27766-1735837200-1735840800@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about List\nWe learned about while loop\n\nHomework\n\nCreate jan_2_1st_quiz_prep.py\n\nAnswers question in https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-33/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250102T183000
DTEND;TZID=America/Los_Angeles:20250102T193000
DTSTAMP:20260514T102632
CREATED:20250103T032958Z
LAST-MODIFIED:20250103T033006Z
UID:27768-1735842600-1735846200@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian (Darin sub)
DESCRIPTION:YOUR QUIZ 2 IS NEXT WEEK!!\nToday We:\n\nReviewed how to fix bugs\nPrepared for the quiz next week by reviewing content studied so far\n\nYour HW:\n\nContinue on your file Jan2_Quiz2ReviewHW.py for question number 4 from: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\nReview everything from Jan2_Quiz2Review.py for the quiz next week
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250102T190000
DTEND;TZID=America/Los_Angeles:20250102T200000
DTSTAMP:20260514T102632
CREATED:20250103T044056Z
LAST-MODIFIED:20250103T055633Z
UID:27776-1735844400-1735848000@www.ayclogic.com
SUMMARY:7pm - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did:\n\nreturn function and how to use it\nreviewed how to create funcions\n\n  \nWith return\,there is a different way to call a function by setting it equal to a variable \nBasically\, we need to take what the function is returning\, and put it somewhere \nvariable_name= function_name(paramaters) \n  \nHomework\n#Name your homework functions_return_hw.py \n\nCreate a function with return value\, “convert_miles_to_km”\, with 1 parameter: miles.\n\nInside the function\, convert the parameter “miles” into the “km” value. There are 1.6 km in one mile. Return the conversion result or the km value.\nOutside the function:\n\nAsk user in the shell “Enter number of miles: “\nGet the user input and call the function and pass the user input as the parameter.\nPrint “There are {result of the function} kms in {user_input} miles”.\n\n\n\n\n\nHints when creating the function\, within the () should have no “” marks\nLook above for an example to call a function \nTo convert\, you will need to multiply  using this symbol:   *
URL:https://www.ayclogic.com/event/7pm-intro-to-python-joshua-widjanarko-8/
END:VEVENT
END:VCALENDAR