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:20190601T090000
DTEND;TZID=America/Los_Angeles:20190601T100000
DTSTAMP:20260621T025917
CREATED:20190601T180716Z
LAST-MODIFIED:20190601T180716Z
UID:1387-1559379600-1559383200@www.ayclogic.com
SUMMARY:9AM Scratch Level 2
DESCRIPTION:We went over Scratch Level 2 test result.\nwe provided certificate of their completion.\nWe gave introduction to python.\nHomeworks:\n\nPlease bring your laptop if you have one\nIf you don’t have laptop please bring a thumbdrive. Bringing your laptop is better so I can install Python Editor in your computer.
URL:https://www.ayclogic.com/event/9am-scratch-level-2-16/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T100000
DTEND;TZID=America/Los_Angeles:20190601T110000
DTSTAMP:20260621T025917
CREATED:20190601T180424Z
LAST-MODIFIED:20190601T180424Z
UID:1388-1559383200-1559386800@www.ayclogic.com
SUMMARY:10AM Scratch Level 1
DESCRIPTION:Today we added the shark sprites to the Birthday Card project.\nWe reviewed the Broadcast and When I Receive code\nHomework\n\nAdd a picture of the birthday person to the cake sprite or if you don’t know add a picture of yourself.
URL:https://www.ayclogic.com/event/10am-scratch-level-1-15/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T110000
DTEND;TZID=America/Los_Angeles:20190601T123000
DTSTAMP:20260621T025917
CREATED:20190601T193029Z
LAST-MODIFIED:20190601T205626Z
UID:1391-1559386800-1559392200@www.ayclogic.com
SUMMARY:11AM Scratch Level 2
DESCRIPTION:We completed “Doom On The Broom” project.\nWe started “Dog’s Dinner” project from page 130 to 139.\nHomeworks:\n\nContinue “Dog’s Dinner” project until page 141.\nTake a picture of your Face from the side. And email it to gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/11am-scratch-level-2-10/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T140000
DTEND;TZID=America/Los_Angeles:20190601T150000
DTSTAMP:20260621T025917
CREATED:20190602T024734Z
LAST-MODIFIED:20190606T033912Z
UID:1401-1559397600-1559401200@www.ayclogic.com
SUMMARY:2PM Python Level 1
DESCRIPTION:We went over last week homework. We were only able to review 3 out of 4 questions.\nHomeworks:\n\nComplete last week homework if you have not done so.\nDo the following questions: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nPlease review the following files:\n\nApril13_Variables.py\nApril20_MakingDecisions.py\nApril27_MakingDecisions2.py\nMay4LoopyLoop.py\nMay4MakingDecisionLoopyLoop.py\nMay11_Functions.py\nMay11_LoopyLoop.py
URL:https://www.ayclogic.com/event/2pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T150000
DTEND;TZID=America/Los_Angeles:20190601T160000
DTSTAMP:20260621T025917
CREATED:20190602T025245Z
LAST-MODIFIED:20190602T025245Z
UID:1403-1559401200-1559404800@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We started Pygame Birdie game.\n\nWe were able to load Background image.\nWe were able to load the Bird image.\nWe were able to shrink the Bird image.\n\n\nHomeworks:\n\nMake the bird move from left to right. You need to change the x coordinate of the bird.\n\nHint: when you call the following\, the second parameter is the (x\, y) coordinate\n\n\nscreen.blit(bird1A\, (100\,0))
URL:https://www.ayclogic.com/event/3pm-python-level-2-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T160000
DTEND;TZID=America/Los_Angeles:20190601T170000
DTSTAMP:20260621T025917
CREATED:20190602T000705Z
LAST-MODIFIED:20190602T000705Z
UID:1395-1559404800-1559408400@www.ayclogic.com
SUMMARY:4PM Scratch Level 2
DESCRIPTION:Today we enhanced the level 2 of the Cheese Chase Project.\nWe added the Ghost Speed variable to make the ghost move faster.\nWe added the Level 2 maze and the second beetle.\nNo homework this week.
URL:https://www.ayclogic.com/event/4pm-scratch-level-2-9/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T160000
DTEND;TZID=America/Los_Angeles:20190601T170000
DTSTAMP:20260621T025917
CREATED:20190606T034335Z
LAST-MODIFIED:20190606T034355Z
UID:1416-1559404800-1559408400@www.ayclogic.com
SUMMARY:4PM Python Level 1
DESCRIPTION:We went over all of last week homework.\nHomeworks:\n\nComplete last week homework if you have not done so.\nDo the following questions: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nPlease review the following files:\n\nApril13_Variables.py\nApril20_MakingDecisions.py\nApril27_MakingDecisions2.py\nMay4LoopyLoop.py\nMay4MakingDecisionLoopyLoop.py\nMay11_Functions.py\nMay11_LoopyLoop.py
URL:https://www.ayclogic.com/event/4pm-python-level-1-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190601T180000
DTEND;TZID=America/Los_Angeles:20190601T190000
DTSTAMP:20260621T025917
CREATED:20190602T021917Z
LAST-MODIFIED:20190602T021917Z
UID:1397-1559412000-1559415600@www.ayclogic.com
SUMMARY:6PM Scratch Level 1
DESCRIPTION:We went over the homeworks:\n\nDraw 4 shapes in Scratch.\n\nWe learned to move and draw sprite left and right\, we need to change the x coordinates.\nWe learned to move and draw sprite up and down\, we need to change the y coordinates.\n\n\nDraw 4 shapes in the grid paper.\n\n\nWe continued with Spaceship 1.0 project.\n\nWe reviewed last week code.\nWe added Asteroid and made the asteroid moved from top to bottom\, just like the stars.\n\n\nHomeworks\n\nMake the Asteroid sprite has tail\, just like comet.\nWhen Spaceship move left\, change costume to “rocketship-b”.\nWhen Spaceship move right\, change costume to “rocketship-d”.
URL:https://www.ayclogic.com/event/6pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190602T160000
DTEND;TZID=America/Los_Angeles:20190602T170000
DTSTAMP:20260621T025917
CREATED:20190604T010423Z
LAST-MODIFIED:20190608T193915Z
UID:1410-1559491200-1559494800@www.ayclogic.com
SUMMARY:4PM Scratch Level 1
DESCRIPTION:Today we went over and finished the Father’s Day Card\n\nWe made it so that the banners would move side to side.\n\n\nWe also prepared for the test that is going to be next week.\nFor Homework\n\nStudy your past projects so that you will be prepared for the test next week:\n\nCat Art: https://scratch.mit.edu/projects/315903045\nAnimal Race: https://scratch.mit.edu/projects/249238583/\nSpaceship: https://scratch.mit.edu/projects/315901718/\n\n\nStudy the following topics\n\nX and Y coordinates.\nDirections\nHow do Sprites talk to each other?\nHow can Sprite create a copy of itself.
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-33/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190607T190000
DTEND;TZID=America/Los_Angeles:20190607T200000
DTSTAMP:20260621T025917
CREATED:20190608T040523Z
LAST-MODIFIED:20190608T040523Z
UID:1418-1559934000-1559937600@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We reviewed last week materials:\n\nWe reviewed what class means.\nWe reviewed __init__ function.\n\n\nWe continued with Birdie project.\n\nWe were able to randomly make the bird face left or right randomly.\nWe were able to create a random bird every 20 frame per second.\nWe were able to make the bird in left or right side of the screen.\nWe were able to choose any of the 4 bird files randomly.\n\n\nHomeworks:\n\nMake different bird size every time a bird is created.\nMake bird flapping slower. The way to do this should be very similar with the way we used “create_bird_timer” and “create_bird_delay” variables.
URL:https://www.ayclogic.com/event/7pm-python-level-2-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T090000
DTEND;TZID=America/Los_Angeles:20190608T100000
DTSTAMP:20260621T025917
CREATED:20190608T174537Z
LAST-MODIFIED:20190608T174537Z
UID:1421-1559984400-1559988000@www.ayclogic.com
SUMMARY:9AM Python 1
DESCRIPTION:We installed Thonny Python editor.\nWe learned about Python variables\n\nInteger\nFloat\nString\n\n\nHomeworks:\n\nBuy “Python Crash Course” by Eric Matthes.\nDo homework page 23\nDo homework page 33
URL:https://www.ayclogic.com/event/9am-python-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T100000
DTEND;TZID=America/Los_Angeles:20190608T110000
DTSTAMP:20260621T025917
CREATED:20190609T000143Z
LAST-MODIFIED:20190609T000143Z
UID:1439-1559988000-1559991600@www.ayclogic.com
SUMMARY:10AM Scratch Level 1
DESCRIPTION:Today we enhanced the Birthday Card project to the Father’s Day Card project.\nWe changed the shark sprite to picture of yourself and your family members.\nWe made the shark sprite move from the bottom to the top.\nHomework\n\nAdd a picture of your dad to the cake sprite and a picture of your family member to the Shark 2 sprite.
URL:https://www.ayclogic.com/event/10am-scratch-level-1-16/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T110000
DTEND;TZID=America/Los_Angeles:20190608T120000
DTSTAMP:20260621T025917
CREATED:20190608T194124Z
LAST-MODIFIED:20190608T194124Z
UID:1428-1559991600-1559995200@www.ayclogic.com
SUMMARY:11AM Python Coding Trial
DESCRIPTION:Python Coding Trial
URL:https://www.ayclogic.com/event/11am-python-coding-trial/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T140000
DTEND;TZID=America/Los_Angeles:20190608T150000
DTSTAMP:20260621T025917
CREATED:20190608T234110Z
LAST-MODIFIED:20190615T175234Z
UID:1434-1560002400-1560006000@www.ayclogic.com
SUMMARY:2PM Python Level 1
DESCRIPTION:We went over last week homework.\nWe went over the concept of random.\nHomework:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
URL:https://www.ayclogic.com/event/2pm-python-level-1-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T150000
DTEND;TZID=America/Los_Angeles:20190608T160000
DTSTAMP:20260621T025917
CREATED:20190608T230008Z
LAST-MODIFIED:20190608T230008Z
UID:1432-1560006000-1560009600@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We learned how to make the bird goes into different direction.\nWe learned how to flip the bird horizontally.\nHomeworks:\n\nLoad and draw all 4 birds.\nTwo of them should face and move to the right.\nTwo of them should face and move to the left.\nAll of them should have different Y coordinates.
URL:https://www.ayclogic.com/event/3pm-python-level-2-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T160000
DTEND;TZID=America/Los_Angeles:20190608T170000
DTSTAMP:20260621T025917
CREATED:20190608T235906Z
LAST-MODIFIED:20190608T235906Z
UID:1436-1560009600-1560013200@www.ayclogic.com
SUMMARY:4PM- Scratch Level 2
DESCRIPTION:We started and completed the Circle Wars project.\nThis game has three sprites\, the player\, friends sprite and enemies sprite.\nHomework\n\nNo Homework
URL:https://www.ayclogic.com/event/4pm-scratch-level-2-10/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T170000
DTEND;TZID=America/Los_Angeles:20190608T180000
DTSTAMP:20260621T025917
CREATED:20190609T015646Z
LAST-MODIFIED:20190609T015646Z
UID:1441-1560013200-1560016800@www.ayclogic.com
SUMMARY:5PM Python Level 1
DESCRIPTION:We installed Python Editor Thonny.\nWe learned about Variables:\n\nInteger\nFloat\nString\nBoolean and Boolean condition\nList\n\n\nWe learned about IF-ELSE condition a little bit.\nHomeworks:\n\nBuy  “Python Crash Course” by Eric Matthes. Buy the first edition one.\nDo “Try It Yourself” in the following page\n\nPage 23.\nPage 29.\nPage 33.
URL:https://www.ayclogic.com/event/5pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190608T180000
DTEND;TZID=America/Los_Angeles:20190608T190000
DTSTAMP:20260621T025917
CREATED:20190609T021131Z
LAST-MODIFIED:20190609T021131Z
UID:1444-1560016800-1560020400@www.ayclogic.com
SUMMARY:6PM Scratch Level 1
DESCRIPTION:We went over the homework from last week about the home work.\nWhat we did today.\n\nWe finished the spaceship in the class and also started the dance party.\n\n\nFor homework.\n\nMake sure to do pages from 42-45 inside the white scratch book.
URL:https://www.ayclogic.com/event/6pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190609T160000
DTEND;TZID=America/Los_Angeles:20190609T180000
DTSTAMP:20260621T025917
CREATED:20190610T021634Z
LAST-MODIFIED:20190610T021634Z
UID:1447-1560096000-1560103200@www.ayclogic.com
SUMMARY:4pm scratch level 1
DESCRIPTION:Scratch level 1 test 2 hours
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-34/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190612T170000
DTEND;TZID=America/Los_Angeles:20190612T180000
DTSTAMP:20260621T025917
CREATED:20190613T005640Z
LAST-MODIFIED:20190613T005640Z
UID:1449-1560358800-1560362400@www.ayclogic.com
SUMMARY:5PM Scratch Level 1
DESCRIPTION:We did Dance project from page 34 to 42.\nHomework:\n\nContinue Dance project from page 43 to 45.
URL:https://www.ayclogic.com/event/5pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190614T190000
DTEND;TZID=America/Los_Angeles:20190614T200000
DTSTAMP:20260621T025917
CREATED:20190615T173850Z
LAST-MODIFIED:20190615T174514Z
UID:1453-1560538800-1560542400@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We went over last week homework.\n\nWe created enemy birds at different sizes.\nWe made the bird flap slower.\n\n\nWe started to make player character in the game.\nHomework:\n\nMake your character picture better.\nLoad and draw your character in the game. You have to use\n\npygame.image.load\npygame.transform.scale\nscreen.blit
URL:https://www.ayclogic.com/event/7pm-python-level-2-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T090000
DTEND;TZID=America/Los_Angeles:20190615T100000
DTSTAMP:20260621T025917
CREATED:20190615T172342Z
LAST-MODIFIED:20190615T172342Z
UID:1451-1560589200-1560592800@www.ayclogic.com
SUMMARY:9AM Python Level 1
DESCRIPTION:We went over last week homework.\nWe learned about Boolean\, Boolean expression and List today.\nHomework\n\nRead 24 to 27 and do all of the coding examples in Thonny.\nDo “Try It Yourself” in page 29 in Thonny and save to June15_homeworks.py file.\nRead 38 to 42 and do all of the coding examples in Thonny.\nDo “Try It Yourself” in page 40 on Thonny and save to the same file in June15_homeworks.py.
URL:https://www.ayclogic.com/event/9am-python-level-1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T140000
DTEND;TZID=America/Los_Angeles:20190615T150000
DTSTAMP:20260621T025917
CREATED:20190615T220155Z
LAST-MODIFIED:20190615T220155Z
UID:1459-1560607200-1560610800@www.ayclogic.com
SUMMARY:2PM Python Level 1
DESCRIPTION:We went over Magic8 ball homework https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/.\nWe reviewed Loops.\n Homework:\n\nFrom the black book\, do page 46 to 47.
URL:https://www.ayclogic.com/event/2pm-python-level-1-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T150000
DTEND;TZID=America/Los_Angeles:20190615T160000
DTSTAMP:20260621T025917
CREATED:20190616T073418Z
LAST-MODIFIED:20190616T073546Z
UID:1473-1560610800-1560614400@www.ayclogic.com
SUMMARY:3PM Python Level 2
DESCRIPTION:We reviewed last week homework.\nWe introduced the concept of Object Oriented Programming\n\nWe created class Bird in a file called bird.py\n\n\nWe moved a lot of code duplication in main.py into bird.py file.\nWe created instances of class Bird in main.py.\nHomeworks:\n\nEnhance class Bird\n\nWhen the direction is 90\, make the bird move from x:0 towards the right.\nWhen the direction is 270\, make the bird move from x:WIDTH towards left. Flip the bird image.\nMake the bird flap by switching from imageA to imageB and viceversa.
URL:https://www.ayclogic.com/event/3pm-python-level-2-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T160000
DTEND;TZID=America/Los_Angeles:20190615T170000
DTSTAMP:20260621T025917
CREATED:20190616T073848Z
LAST-MODIFIED:20190616T073848Z
UID:1475-1560614400-1560618000@www.ayclogic.com
SUMMARY:4PM Python Level 1
DESCRIPTION:We reviewed June 1st homework.\nWe reviewed June 8th homework.\nHomework:\n\nIf you have not done June 8th homework\, please complete it.\nFrom the black book\, do page 46 to 47.
URL:https://www.ayclogic.com/event/4pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T170000
DTEND;TZID=America/Los_Angeles:20190615T180000
DTSTAMP:20260621T025917
CREATED:20190616T064416Z
LAST-MODIFIED:20190622T233825Z
UID:1466-1560618000-1560621600@www.ayclogic.com
SUMMARY:5PM Python Level 1
DESCRIPTION:We reviewed Variables and homework.\nWe continued to discuss the following topics (p.83 to 88):\n\nIF\nIF ELSE\nIF ELIF ELSE\n\n\nWe continued to discuss LIST:\n\nHow to add an element in List using append() (p.41 & 42).\nIterate through every element in List using for loop (p.54\, 55).\n\n\nHomework:\n\nhttps://www.ayclogic.com/tell-me-your-age/\nStudy how to remove an element from list (p.43\,p.44\,p.45)
URL:https://www.ayclogic.com/event/5pm-python-level-1-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190615T180000
DTEND;TZID=America/Los_Angeles:20190615T190000
DTSTAMP:20260621T025917
CREATED:20190616T020131Z
LAST-MODIFIED:20190616T020131Z
UID:1461-1560621600-1560625200@www.ayclogic.com
SUMMARY:6PM Scratch Level 1
DESCRIPTION:Today we went over the homework as well as what we did last week\nWe started with the Animal Race project from page 50-54.\nFor Homework\n\nDo pages 55-56 for homework in the white scratch project .
URL:https://www.ayclogic.com/event/6pm-scratch-level-1-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190616T140000
DTEND;TZID=America/Los_Angeles:20190616T160000
DTSTAMP:20260621T025917
CREATED:20190617T002355Z
LAST-MODIFIED:20190617T002355Z
UID:1479-1560693600-1560700800@www.ayclogic.com
SUMMARY:2PM Demo Coding Class
DESCRIPTION:Provided Scratch Demo Coding Class\nProvided Python Demo Coding Class
URL:https://www.ayclogic.com/event/2pm-demo-coding-class/
CATEGORIES:Python Class,Scratch Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190616T160000
DTEND;TZID=America/Los_Angeles:20190616T170000
DTSTAMP:20260621T025917
CREATED:20190617T002138Z
LAST-MODIFIED:20190617T002138Z
UID:1477-1560700800-1560704400@www.ayclogic.com
SUMMARY:4PM Scratch Level 1
DESCRIPTION:we went over test result last week.\nHomework:\n\nNo homework.
URL:https://www.ayclogic.com/event/4pm-scratch-level-1-35/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190618T133000
DTEND;TZID=America/Los_Angeles:20190618T153000
DTSTAMP:20260621T025917
CREATED:20190618T214454Z
LAST-MODIFIED:20190620T223928Z
UID:1481-1560864600-1560871800@www.ayclogic.com
SUMMARY:Summer Camp - Python
DESCRIPTION:We learned about Variables and Data Types\n\nInteger\nFloat\nString\nBoolean\n\n\nWe learned about Boolean expression\n\nAND or OR\n\n\nWe learned about IF ELSE\, IF ELIF ELSE statements.\nHomeworks:\n\nDownload and install Python editor Thonny in your computer\n\nhttps://thonny.org/\n\n\nDo all of the “Try It Yourself” in these pages:\n\nPage 23\nPage 29\nPage 33\nPage 82\n\n\nAlso please do the following program\n\nhttps://www.ayclogic.com/tell-me-your-age/\n\n\nPlease bring your laptop or USB thumbdrive for next class.
URL:https://www.ayclogic.com/event/python-summer-camp/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR