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:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181001T193000
DTEND;TZID=America/Los_Angeles:20181001T203000
DTSTAMP:20260501T110327
CREATED:20181002T115432Z
LAST-MODIFIED:20181002T115432Z
UID:282-1538422200-1538425800@www.ayclogic.com
SUMMARY:7:30PM Python Class
DESCRIPTION:We reviewed Coding Scratch Level 2 Examination questions.\nWe reviewed Python homework page 25 to 26.\nCoding Scratch Level 2 Topics\n\nVirtual Snow\nMouse Cheese Chase\nFireball Fighting\n\n\nPython Homework\n\nP.27 to P.35
URL:https://www.ayclogic.com/event/730pm-python-class/
CATEGORIES:Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181006T180000
DTEND;TZID=America/Los_Angeles:20181006T190000
DTSTAMP:20260501T110327
CREATED:20181013T041240Z
LAST-MODIFIED:20181013T041431Z
UID:337-1538848800-1538852400@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over p.24 to p.27.: Variables\, and different data types: String\, Integer\, Double/Float\, Boolean\, List.\nHomeworks\n\nP.28 to P.31
URL:https://www.ayclogic.com/event/6pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181007T163000
DTEND;TZID=America/Los_Angeles:20181007T173000
DTSTAMP:20260501T110327
CREATED:20181008T080937Z
LAST-MODIFIED:20181008T081013Z
UID:321-1538929800-1538933400@www.ayclogic.com
SUMMARY:4:30PM Python
DESCRIPTION:We went over Kaleido-spiral (P.82 to 87)\nWe went over Python Data Types: Integer\, Float\, String\, Boolean\, List or Array.\nWe went over how to access list using its index.\nHomework:\n\nP.88 to 89: when adding new function “draw_shape”\, do not delete the existing functions “draw_circle” or “draw_circle2”.\nP.90 to 93: Start new python file to do this homework: “starry_night.py”
URL:https://www.ayclogic.com/event/430pm-python-2/
CATEGORIES:Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181012T190000
DTEND;TZID=America/Los_Angeles:20181012T200000
DTSTAMP:20260501T110327
CREATED:20181013T235657Z
LAST-MODIFIED:20181013T235657Z
UID:357-1539370800-1539374400@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:Went over homework Python P. 89: Kaleido-spiral\, Iterator\nWent over what’s going to be in next week test:\n\nData Types: Integer\, String\, Boolean\, Double/Float\, List. Iterator.\nIfElseIf.py\nFunction.py\nMegaFunction.py\nFix Error in my python program.\n\n\nOctober 20th\, Test Python. Please study above subjects.
URL:https://www.ayclogic.com/event/7pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181013T180000
DTEND;TZID=America/Los_Angeles:20181013T190000
DTSTAMP:20260501T110327
CREATED:20181014T040016Z
LAST-MODIFIED:20181014T040016Z
UID:359-1539453600-1539457200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over how to access element inside a list.\nWe went over homework Making Decisions P. 28 to 31.\nHomework:\n\nLoopy Loops P.32 to P.35
URL:https://www.ayclogic.com/event/6pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181014T150000
DTEND;TZID=America/Los_Angeles:20181014T160000
DTSTAMP:20260501T110327
CREATED:20181014T225826Z
LAST-MODIFIED:20181014T225826Z
UID:361-1539529200-1539532800@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We went over Data types\nWe went over Making Decision chapter P.28 to P.31\nHomework:\n\nReview Making Decision If Else statements.\nP.32 to P.35
URL:https://www.ayclogic.com/event/3pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181019T190000
DTEND;TZID=America/Los_Angeles:20181019T200000
DTSTAMP:20260501T110327
CREATED:20181021T035229Z
LAST-MODIFIED:20181023T164100Z
UID:383-1539975600-1539979200@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:Python Level 1\, 1st Quiz.\nHomeworks\n\nCreate a new python file call it “HomeworkOct19.py”\nInside the file\, create a for loop which will print number from 4 to 20. Review at “Loopy Loops” chapter to get some guidance (P.32 to P.35)\nInside the file\, create a WHILE LOOP which will keep on asking the user\, “Are you hungry?” If the answer is ‘y’\, print ‘Here is a burger’ and ask ‘Are you hungry again?’ . if the answer is ‘maybe’\, print ‘Make up your mind!!’ and ask ‘Are you hungry again?’ . If the answer is anything else\, print ‘bye bye’ and quit from the loop. Review at “Loopy Loops” chapter to get some guidance (P.32 to P.35)\nCreate a function\, no parameter\, which will return a random number between 1 to 8. Review “Password Picker” chapter from page 52 to 56 to see how to produce a random number.\nCreate a function which take one parameter and will behave like the following:\n\nIf number 1 is passed to the function\, it will return “It is certain.”\nIf number 2 is passed to the function\, it will return “Most likely.”\nIf number 3 is passed to the function\, it will return “Signs point to yes.”\nIf number 4 is passed to the function\, it will return “Most likely.”\nIf number 5 is passed to the function\, it will return “Ask again later.”\nIf number 6 is passed to the function\, it will return “Concentrate and ask again.”\nIf number 7 is passed to the function\, it will return “Outlook not so good.”\nIf number 84 is passed to the function\, it will return “My reply is no.”
URL:https://www.ayclogic.com/event/7pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181020T180000
DTEND;TZID=America/Los_Angeles:20181020T190000
DTSTAMP:20260501T110327
CREATED:20181021T021205Z
LAST-MODIFIED:20181021T021348Z
UID:372-1540058400-1540062000@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over Loopy Loops from page 34 to 35\nHomework:\n\nCreate a new python file call it “HomeworkOct20.py”\nInside the file\, create a for loop which will print number 4 to 20.\nInside the file\, create a WHILE LOOP which will keep on asking the user\, “Are you hungry?” If the answer is ‘y’\, print ‘Here is a burger’ and ask ‘Are you hungry again?’ . if the answer is ‘maybe’\, print ‘Make up your mind!!’ and ask ‘Are you hungry again?’ . If the answer is anything else\, print ‘bye bye’ and quit from the loop.
URL:https://www.ayclogic.com/event/6pm-python-level-1-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181021T150000
DTEND;TZID=America/Los_Angeles:20181021T160000
DTSTAMP:20260501T110327
CREATED:20181021T225023Z
LAST-MODIFIED:20181021T225438Z
UID:385-1540134000-1540137600@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We went over Loopy Loops P.32 to P.35\nHomework\n\nCreate a new python file call it “HomeworkOct21.py”\nInside the file\, create a for loop which will print number 4 to 20.\nInside the file\, create a WHILE LOOP which will keep on asking the user\, “Are you hungry?” If the answer is ‘y’\, print ‘Here is a burger’ and ask ‘Are you hungry?’ again . if the answer is ‘maybe’\, print ‘Make up your mind!!’ and ask ‘Are you hungry?’ . If the answer is anything else\, print ‘bye bye’ and quit from the loop.
URL:https://www.ayclogic.com/event/3pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181026T190000
DTEND;TZID=America/Los_Angeles:20181026T200000
DTSTAMP:20260501T110327
CREATED:20181027T040632Z
LAST-MODIFIED:20181103T030736Z
UID:398-1540580400-1540584000@www.ayclogic.com
SUMMARY:7PM Python Level1
DESCRIPTION:We went over Python Quiz 1 questions and result\nHomework:\n\nWe are going to write a program which is very similar to the scratch “Ask Gobo” from the white scratch book page 60 to 65. We call this game “Magic 8 Ball”. This is a continuation from last week homework. Name this file Magic8Ball.py\n\nCreate a function that would do the following\n\nAsk the user the following “Ask Yes or No Question”\nWait for the user to enter something. After user enter something print “You ask\, <whatever user ask>”.\nAnd then the function will pick a random number from 1 to 8.\nUse the logic from last week homework to decide what answer to give (print) to the user.\nAfter providing the answer\, ask the user again with “Ask Yes or No Question” in a forever loop.\nOnly quit the loop if user type “quit”\n\n\n\n\nCreate a separate python file called “NameMyBaby.py”\n\nCreate a list of String variable (“boysName”) with the following value: ‘John’\, ‘Peter’\, ‘Marcus’\, ‘James’\, ‘Luke’.\nCreate a list of String variable (“girlsName”) with the following value: ‘Abigail’\, ‘Martha’\, ‘Mary’\, ‘Katherine’\, ‘Agustine’.\nCreate a function\n\nthis function would ask a user\, ‘What is your baby gender? (boy/girl)’\nIf user answer boy\, it would pick a random name from ‘girlsName’ list and print the name.\nIf user answer girl\, it would pick a random name from ‘boysName’ list and print the name.\nAfter providing the name\, keep asking the user until user type ‘quit’.
URL:https://www.ayclogic.com/event/7pm-python-level1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181027T180000
DTEND;TZID=America/Los_Angeles:20181027T190000
DTSTAMP:20260501T110327
CREATED:20181031T050206Z
LAST-MODIFIED:20181104T014649Z
UID:409-1540663200-1540666800@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over last week homework: https://www.ayclogic.com/event/6pm-python-level-1-3/\n\nDoing for loop\nDoing While loop with break and if statement\n\n\nHomework\n\nWe are going to create a similar project like “Ask Gobo” project in the Scratch White book page 60 to 65.\nCreate a new python file call it “HomeworkOct27-Magic8Ball.py”\nOn top of the file put the following line “import random”\nCreate a while loop (like last week homework) which will do the following\n\nAsk user “Enter yes or no question.” and take user input and save/set user input into a variable called “userQuestion”.\nIf user input is “quit”\, print “Bye bye” and break from the While Loop.\nGenerate random number between 1 to 8\n\nto generate random number between 1 to 8 do the following “random.randrange(1\,8)” and save/set random number into variable called “randomNumber”.\n\n\nInside the while loop print to the screen according to “randomNumber”\n\nIf randomNumber is equal to 1\, print “It is certain.”\nIf randomNumber is equal to 2\, print “Most likely.”\nIf randomNumber is equal to 3\, print “Signs point to yes.”\nIf randomNumber is equal to 4\, print “I don’t so.”\nIf randomNumber is equal to 5\, print “Ask again later.”\nIf randomNumber is equal to 6\, print “Concentrate and ask again.”\nIf randomNumber is equal to 7\, print “Outlook not so good.”\nIf randomNumber is equal to 8\, print “My reply is no.”\n\n\nAfter printing the answer\, go back to Step 1 (Ask user “Enter yes or no question”) until user input “quit”.
URL:https://www.ayclogic.com/event/6pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR