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:20190104T190000
DTEND;TZID=America/Los_Angeles:20190104T200000
DTSTAMP:20260501T062518
CREATED:20190105T035534Z
LAST-MODIFIED:20190116T060554Z
UID:596-1546628400-1546632000@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:There will be a Python Level 1 Test on Jan 18\, 2019. Please study the following:\n\nLast Python quiz.\nBaby Name Generator homework.\nRobot Builder and Stary Night homeworks.\n\n\nHomeworks:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/\nMemorize Python codes to draw a rectangle from RobotBuilder homework and a circle from StaryNight homework.
URL:https://www.ayclogic.com/event/7pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190105T170000
DTEND;TZID=America/Los_Angeles:20190105T180000
DTSTAMP:20260501T062518
CREATED:20190106T011506Z
LAST-MODIFIED:20190106T021714Z
UID:615-1546707600-1546711200@www.ayclogic.com
SUMMARY:5PM Python Level 1
DESCRIPTION:We went through Python how to fix bug from page 48 to 51.\nWe went through the difference between Scratch 2.0 and Scratch 3.0.\nHomework:\n\nCopy and paste below broken code and try to fix it\n\n\nnumber = 20\nprint('The number is '+number)\n\n\n\nCopy and paste below 2nd broken code into Thonny and try to fix it\n\n\nnumber = 30\nif number < 20:\nprint ('Small number')\nelse:\nprint ('Big Number')\n\n\n\nOpen the email from gamas@ayclogic.com\, download the file and open in Thonny and try to fix it.
URL:https://www.ayclogic.com/event/5pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190112T150000
DTEND;TZID=America/Los_Angeles:20190112T160000
DTSTAMP:20260501T062518
CREATED:20190113T011356Z
LAST-MODIFIED:20190113T011356Z
UID:629-1547305200-1547308800@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:Everyone needs to have “Coding Projects in Python” book by DK\n\nhttps://www.amazon.com/Coding-Projects-Python-DK/dp/1465461884/ref=sr_1_1?ie=UTF8&qid=1547341991&sr=8-1&keywords=coding+projects+in+python\n\n\nWe went over the following concept in Python from page 24 to 26:\n\nvariables: String\, Integer\, Float\nhow to print to shell\nhow to take user input.\n\n\nHomework:\n\nPage 27 from “Coding Projects in Python”
URL:https://www.ayclogic.com/event/3pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190112T180000
DTEND;TZID=America/Los_Angeles:20190112T190000
DTSTAMP:20260501T062518
CREATED:20190116T064310Z
LAST-MODIFIED:20190119T020543Z
UID:644-1547316000-1547319600@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:There will Python level 1 quiz next week (2 hours)\nPlease study the following for test:\n\nDifferent python data types: Integer\, String\, Float\, List\, Boolean.\nUnderstand how to combine String variables.\nUnderstand how to get data from List.\nUnderstand how to create a function with and without return values.\n\nUnderstand how to call a function.\n\n\nUnderstand how to read python error messages and fix broken codes.
URL:https://www.ayclogic.com/event/6pm-python-level-1-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190113T153000
DTEND;TZID=America/Los_Angeles:20190113T163000
DTSTAMP:20260501T062518
CREATED:20190114T021708Z
LAST-MODIFIED:20190119T020646Z
UID:632-1547393400-1547397000@www.ayclogic.com
SUMMARY:3:30PM Python Level 1
DESCRIPTION:We went over https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/\nWe went over function to create a rectangle and circle.\nWe went over how to draw a circle inside a big rectangle.\nHomeworks:\n\nDraw Shapes homework\n\nCreate a function to draw a rectangle\nCreate a function to draw a circle\nDraw a big rectangle and a small circle on top of it.\n\nDraw a rectangle width = 100\, height=300\, blue color.\nDraw a circle radius=25\, yellow color.\n\n\nDraw a big circle and a small rectangle on top of it.\n\nDraw a circle radius 100\, blue color.\nDraw a rectangle width=50\, height=100\, yellow color.\n\n\n\n\nDo the following Magic 8 Ball program\n\nhttps://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
URL:https://www.ayclogic.com/event/330pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190119T150000
DTEND;TZID=America/Los_Angeles:20190119T160000
DTSTAMP:20260501T062518
CREATED:20190119T230154Z
LAST-MODIFIED:20190120T015804Z
UID:663-1547910000-1547913600@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We completed Page 24 to 27\, the Variables chapter.\n\nWe learned about different variables data types: Integer\, Float/Double\, Boolean\, String and List/Array.\n\n\nWe started with Page 28\, the Making Decisions chapter.\nHomework:\n\nPage 28 to 30.
URL:https://www.ayclogic.com/event/3pm-python-level-1-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190119T170000
DTEND;TZID=America/Los_Angeles:20190119T190000
DTSTAMP:20260501T062518
CREATED:20190120T012437Z
LAST-MODIFIED:20190120T012437Z
UID:668-1547917200-1547924400@www.ayclogic.com
SUMMARY:5PM Python Level 1
DESCRIPTION:Level 1 Python Quiz 2 hours.
URL:https://www.ayclogic.com/event/5pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190120T140000
DTEND;TZID=America/Los_Angeles:20190120T160000
DTSTAMP:20260501T062518
CREATED:20190127T234250Z
LAST-MODIFIED:20190127T234250Z
UID:698-1547992800-1548000000@www.ayclogic.com
SUMMARY:2PM Python Level 1
DESCRIPTION:Python Level 1 Test 2 hours
URL:https://www.ayclogic.com/event/2pm-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190125T190000
DTEND;TZID=America/Los_Angeles:20190125T200000
DTSTAMP:20260501T062518
CREATED:20190126T041555Z
LAST-MODIFIED:20190126T041555Z
UID:674-1548442800-1548446400@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:I went over Python Level 1 Test questions and answers.\nStarted Countdown Calendar project from page 111 to 112.\nHomeworks:\n\nPage 113 to 115.
URL:https://www.ayclogic.com/event/7pm-python-level-2/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190126T150000
DTEND;TZID=America/Los_Angeles:20190126T160000
DTSTAMP:20260501T062518
CREATED:20190127T001656Z
LAST-MODIFIED:20190127T002424Z
UID:688-1548514800-1548518400@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We review variables and their data types.\nWe go over “Making Decisions” chapter learning about conditions\, conditional operators (<\, >\, == and !=).\nWe learn about IF\, IF ELSE and IF ELIF statements.\nHomeworks:\n\nCreate a program (making_decisions_jan_26.py) that will do the following:\n\nAsk user “Give me your age? “\nIf the user enters 0 print “You are a newborn baby”.\nIf the user enters any number smaller than 4 then print “You are a toddler”.\nIf the user enters any number smaller than 13 then print “You are a kid”.\nIf the user enters any number smaller than 20 then print “You are a teenager”.\nIf the user enters any number smaller than 40 then print “You are an adult”.\nIf the user enters any number greater than 40 then print “Dude!! You are old.”.\n\n\nWhen you take input from the shell\, this input is typed String. You cannot compare String with a number. You first have to convert the input into a number by using int(<variable>). This is important to do your homework. For example\,\n\n\nnumber = input('Enter a number')\nif int(number) < 5:\n   print('That is a small number.')
URL:https://www.ayclogic.com/event/3pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190126T180000
DTEND;TZID=America/Los_Angeles:20190126T190000
DTSTAMP:20260501T062518
CREATED:20190127T030757Z
LAST-MODIFIED:20190127T033413Z
UID:691-1548525600-1548529200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over Python Level 1 Quiz.\nHomeworks:\n\nCreate a program (making_decisions_jan_26.py) that will do the following:\n\nAsk user “Give me your age? “\nIf the user enters 0 print “You are a newborn baby”.\nIf the user enters any number smaller than 4 then print “You are a toddler”.\nIf the user enters any number smaller than 13 then print “You are a kid”.\nIf the user enters any number smaller than 20 then print “You are a teenager”.\nIf the user enters any number smaller than 40 then print “You are an adult”.\nIf the user enters any number greater than 40 then print “Dude!! You are old.”.\n\n\nCreate a function that takes 2 numbers and adds them together and returns the result. Print the return result to the screen.\nCreate a function that takes three parameters (param1\, param2\, param3). Combine them into one string and print the combined string inside the function.\nFix below broken code\n\n\n\n\nfirstName = 'John'\nlastName = 'Smith'\nprint(firstName+' '+lastname)\n\n\nif number > 20\n    print('Small number'\nelse\n    print('Big number')
URL:https://www.ayclogic.com/event/6pm-python-level-1-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR