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:20240711T150000
DTEND;TZID=America/Los_Angeles:20240711T170000
DTSTAMP:20260421T225352
CREATED:20240711T194125Z
LAST-MODIFIED:20240712T000245Z
UID:25924-1720710000-1720717200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Robux system program.\nReviewed the topics for the final exam.\n\nHomework:\nOptional Homework to Prepare: \n\nTry drawing any combination of rectangles and circles\, then turning them into a function\, and then making the shape.\nYou can try creating this program for practice:\nCreate a program that lets you cook a randomly selected recipe from the list: Chicken Spaghetti\, Lasagna\, Burger \nand lets you get random amounts of rating points. \nThe program outputs the following: \nWelcome to the AYCLOGIC cooking show! You start with 0 rating points. \nWhat do you want to do?\n1. Cook\n2. Leave the game\nEnter your selection: 1 \nYou cooked a Chicken Spaghetti and got 10 rating points. \nWhat do you want to do?\n1. Cook\n2. Leave the game\nEnter your selection: 1 \nYou cooked a Lasagna and got 15 rating points. \nWhat do you want to do?\n1. Cook\n2. Leave the game\nEnter your selection: 1 \nYou cooked a Lasagna and got 0 rating points. \nWhat do you want to do?\n1. Cook\n2. Leave the game\nEnter your selection: 1 \nYou cooked a Burger and got 20 rating points. \nWhat do you want to do?\n1. Cook\n2. Leave the game\nEnter your selection: 2 \nThank you for playing with us. \nYou cooked the following:\nChicken Spaghetti\nLasagna\nBurger \nYou ended the game with a total of 45 rating points. \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-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240711T180000
DTEND;TZID=America/Los_Angeles:20240711T190000
DTSTAMP:20260421T225352
CREATED:20240712T020855Z
LAST-MODIFIED:20240712T022003Z
UID:25933-1720720800-1720724400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Joshua
DESCRIPTION:Today We Did – For Loops and Range\n\n\n\nFor Loops – How We navigate lists\nrange() : How we can create Numeric Lists\n\nThree Inputs: range(starting number\,last number in list +1\, spacing)\n\nex: range(2\,9\,2)=[2\,4\,6\,8]\n\n\nTwo Inputs: range(starting number\, last number+1)\n\nyou use two inputs if you know the spacing between numbers is 1\nex range(3\,7) = [3\,4\,5\,6]\n\n\nOne input range(last number +1)\n\nyou use one input if you know the spacing between numbers is 1 and you want to start with zero\nex. range(5) = [0\,1\,2\,3\,4]\n\n\n\n\n\n\n\n Homework\n\ncreate a python code named july_18_range_homework \nPage 56 to 58: 9th week\nUpload your answer to google drive before next week Wednesday night.\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/25933/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240711T190000
DTEND;TZID=America/Los_Angeles:20240711T200000
DTSTAMP:20260421T225352
CREATED:20240712T052034Z
LAST-MODIFIED:20240712T052034Z
UID:25940-1720724400-1720728000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Bill
DESCRIPTION:Your HW:\n\nDo the first 2 functions of the first menu\, add a monster\, and list all monsters\n\nFor listing all monsters\, use the hashmap we created in class\n\n\nCreate methods for each function of the monster inheritance project\nDo not do the Play option yet
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-bill-12/
END:VEVENT
END:VCALENDAR