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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241121T180000
DTEND;TZID=America/Los_Angeles:20241121T190000
DTSTAMP:20260520T003123
CREATED:20241122T030126Z
LAST-MODIFIED:20241122T050511Z
UID:27469-1732212000-1732215600@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Joshua Widjanarko (Joel-sub)
DESCRIPTION:Today we did:\n\nWe redid the robot the right way using rectangle functions.\nWe finished the entire head.\n\nHomework:\n\nFinish the entire robot minus the right and left arm. This means to draw the neck\, body\, left and right leg\, and left and right foot. The process should be similar to what we did today.\nRemember the process: We try a coordinate (x\, y) and a width and height\, and try to adjust until we get it right. We can use the already-drawn objects as a reference for the position and size of what we want to draw.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-joshua-widjanarko/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241121T180000
DTEND;TZID=America/Los_Angeles:20241121T190000
DTSTAMP:20260520T003123
CREATED:20241122T043139Z
LAST-MODIFIED:20241122T043139Z
UID:27476-1732212000-1732215600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWe reviewed the homework\, how to draw the letter E\nWorked with circle and learned extent and angle parameters\nLearned how to create functions for objects in the project.\n\nHomework\n\nNO CLASS NEXT WEEK. Have a good thanksgiving break!\nWork on the project\, get started on your project using the functions shown in class\, and start creating functions for your own objects\, testing them as you create them.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-48/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241121T183000
DTEND;TZID=America/Los_Angeles:20241121T193000
DTSTAMP:20260520T003123
CREATED:20241122T033052Z
LAST-MODIFIED:20241122T033052Z
UID:27477-1732213800-1732217400@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview the basics of functions\nLearn about how functions give output using return\nMixed functions with for loops\, lists\, and if statements\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: From this assignment\, please complete numbers 4\, 5\, and 6:\n\nAssignment: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241121T190000
DTEND;TZID=America/Los_Angeles:20241121T200000
DTSTAMP:20260520T003123
CREATED:20241122T050208Z
LAST-MODIFIED:20241122T050208Z
UID:27479-1732215600-1732219200@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - Joshua Widjanarko (Joel-sub)
DESCRIPTION:Homework:\n\nMake sure to review the following topics:\n\nVariable\nIf-Elif-Else\, Input\nList (accessing from a list\, adding to the list\, getting the length of the list)\nFor loops (For loop for a list\, for loop using range())\nWhile loops\n\n\nThe exercises below are optional if you want to practice for the quiz.\nCreate a new file called Nov21_1stQuizReview and do the following exercises:\n\n#1\nMake a variable called first_name and set it to your name.\nMake a variable called favorite_number and set it to your favorite number.\nMake a variable called likes_pizza and set to True or False depending on whether you like pizza or not.\nprint the following statement: <first_name> loves the number <favorite_number> and it’s <likes_pizza> that they like pizza.\n#2\nAsk the user: “What is the current temperature?”\nIf the temperature is less than 0\, print “It’s freezing outside!”\nIf the temperature is between 0 and 20\, print “It’s quite chilly\, wear a jacket. “\nIf it is greater than 20\, print “It’s warm outside\, enjoy the sunshine!”\n#3\nMake a new list called hobbies with at least 3 of your hobbies.\nAccess and print the second hobby in the list.\nAdd a new hobby to the list using .append()\nPrint the total amount of hobbies using len()\n#4\nCreate a list ‘fruits’ that has 5 fruits. Loop through the list and for each fruit\, print “<fruit> is delicious!”\n#5\nUsing a for loop\, print “Hello” 10 times.\n#6\nMake a program that keeps asking the user: “Enter a positive number (or 0 to quit)”\nIf the user enters negative number\, print “Negative numbers are not allowed!” and continue asking.\nIf the user enters 0\, print “Goodbye!” and stop the loop\nOtherwise\, print “You entered: <number>”
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-joshua-widjanarko-joel-sub/
END:VEVENT
END:VCALENDAR