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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190525T080000
DTEND;TZID=America/Los_Angeles:20190525T100000
DTSTAMP:20260501T020321
CREATED:20190525T153913Z
LAST-MODIFIED:20190525T153913Z
UID:1345-1558771200-1558778400@www.ayclogic.com
SUMMARY:8AM Scratch Level 2 and Python Level 1 Tests
DESCRIPTION:4 students taking Scratch Level 2 tests.\n1 student taking Python Level 1 test.
URL:https://www.ayclogic.com/event/8am-scratch-level-2-and-python-level-1-tests/
CATEGORIES:Python Class,Python Level 1,Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190525T150000
DTEND;TZID=America/Los_Angeles:20190525T160000
DTSTAMP:20260501T020321
CREATED:20190526T012207Z
LAST-MODIFIED:20190526T012207Z
UID:1374-1558796400-1558800000@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We went over Python Dictionary again.\n\nWe learned how to find if an element is inside a dictionary.\nWe learned how to find if an element is NOT inside a dictionary by using not( ).\n\n\nWe enhanced Food Recommendation program:\n\nWe removed the duplication in the recommendation.\nThe program will try to provide the number of recommendation according to what is being requested. If user ask for 4 recommendation\, the program will return 4 recommendation without any duplication.\nThe program will not crash when user ask more than 4 recommendation.\n\n\nHomeworks:\n\nNo homework.
URL:https://www.ayclogic.com/event/3pm-python-level-2-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190525T160000
DTEND;TZID=America/Los_Angeles:20190525T170000
DTSTAMP:20260501T020321
CREATED:20190526T011559Z
LAST-MODIFIED:20190601T215804Z
UID:1372-1558800000-1558803600@www.ayclogic.com
SUMMARY:4PM Python Level 1
DESCRIPTION:We reviewed Animal Quiz homework from page 39 to 41.\nWe reviewed “convert_year_to_second” function homework.\nWe reviewed Loops: for loop and while loop and how to break from loop.\nHomeworks:\n\nCreate a “for loop” to print the following 5 times:\n\n‘Hello world!’\n\n\nCreate a program to do the following:\n\nAsk user in the shell\, “How many times you want me to print? “.\nSave user input to variable “num_of_print”.\nUse “num_of_print” variable to print “Hello World” repeatedly. Use “for loop” to print repeatedly.\nFor example this is how the program will do\n\n\nHow many times you want me to print? 3\nHello World\nHello World\nHello World\n\n\n\nAnother example:\n\n\nHow many times you want me to print? 6\nHello World\nHello World\nHello World\nHello World\nHello World\nHello World\n\n\n\n\n\nCreate a program that will do the following:\n\nAsk user “How old are you? ” and save the user input to a variable “age”.\nAsk user “Are you a genius? ” and save the user input to a variable “genius”.\nCreate a while loop with the following condition\n\nIF age is not equal to “bye” AND genius is not equal to “bye”.\nInside the while loop do the following\n\nIF age is bigger than 16 OR genius is equal to “y” OR genius is equal to “yes” then print “You can go to college.”\nELSE print “You cannot go to college.”\n\n\nRepeat asking input from shell “How old are you? ” save to “age” variable. And also ask from sheel “Are you a genius? ” save to “genius” variable.\n\n\n\n\nDo only “Exercise 1” in https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
URL:https://www.ayclogic.com/event/4pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR