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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T090000
DTEND;TZID=America/Los_Angeles:20201205T100000
DTSTAMP:20260428T061129
CREATED:20201205T190112Z
LAST-MODIFIED:20201205T190112Z
UID:5363-1607158800-1607162400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We went over how to kill the sprite when it is off the screen.\nWe learn how to detect collission between Bird and fireball.\nHomework:\n\nDetect collision between Bird and Player. When the collide the player needs to disappear.\nIn the main.py\, __init__ function load the assets/play_button.png save into variable self.play_button.\nCreate a function:\n\nhandle_game_not_started\ndo self.screen.blit(self.play_button\, 0\,0)
URL:https://www.ayclogic.com/event/9-am-python-game-development-36/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T100000
DTEND;TZID=America/Los_Angeles:20201205T110000
DTSTAMP:20260428T061129
CREATED:20201205T190421Z
LAST-MODIFIED:20201205T190421Z
UID:5365-1607162400-1607166000@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:Homework:\n\nIn the main.py inside game_loop() do the following\n\nIf self.count_down <= 0 then change the game mode to GAME_WIN.\nIf game mode is GAME_WIN display GAME_WIN page by calling game_win_page() function.\n\n\nIn the main.py\, create game_win_page() function.\n\nIt will display a big GAME WIN text\, similar to how you display GAME OVER text.\nDisplay play button.
URL:https://www.ayclogic.com/event/10-am-python-game-development-32/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T100000
DTEND;TZID=America/Los_Angeles:20201205T110000
DTSTAMP:20260428T061129
CREATED:20201208T023623Z
LAST-MODIFIED:20201208T023623Z
UID:5436-1607162400-1607166000@www.ayclogic.com
SUMMARY:10AM - Intro to Python
DESCRIPTION:Today we did:\n\nWent over Star Wars Homework\nCompleted Magic 8 Ball using random.randint()\n\n\nHomework:\n\nin Dec5_Magic8BallHomework\, write a Magic8Ball program\, but instead of using random.randint\, use random.choice.\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/10am-intro-to-python-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T110000
DTEND;TZID=America/Los_Angeles:20201205T120000
DTSTAMP:20260428T061129
CREATED:20201205T200213Z
LAST-MODIFIED:20201212T030959Z
UID:5371-1607166000-1607169600@www.ayclogic.com
SUMMARY:11 am Scratch Level 1
DESCRIPTION:Today We: \n\nFinished the Face project\nGave the face Sunglasses\nStarted the Christmas card project\nAdded in a custom background\, song and Christmas tree\nAdded a banner\nMade the background switch and tree hide when tree is clicked\n\nYour HW: \n\nDownload the present images from project resources\nMake the banner turn from side to side (Use page 89 for reference)
URL:https://www.ayclogic.com/event/11-am-scratch-level-1-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T120000
DTEND;TZID=America/Los_Angeles:20201205T130000
DTSTAMP:20260428T061129
CREATED:20201205T210443Z
LAST-MODIFIED:20201205T210443Z
UID:5373-1607169600-1607173200@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Homework:\n\nCreate platform.py\nLoad “assets/images/PNG/platform1-1.png” image inside platform.py.\nIntegrate platform.py into main.py and display one platform on the screen.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T130000
DTEND;TZID=America/Los_Angeles:20201205T140000
DTSTAMP:20260428T061129
CREATED:20201206T022916Z
LAST-MODIFIED:20201206T022916Z
UID:5394-1607173200-1607176800@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:We went over the dictionaries homework\nWe learned about classes and objects in python and created a class representing a Human and Student\nYour homework is to read and do the examples and exercises from page 158 to 162.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T140000
DTEND;TZID=America/Los_Angeles:20201205T150000
DTSTAMP:20260428T061129
CREATED:20201122T002152Z
LAST-MODIFIED:20201205T210539Z
UID:5265-1607176800-1607180400@www.ayclogic.com
SUMMARY:2 PM - Intro To Java
DESCRIPTION:Next meeting (12/12) is Final Test from 2 PM to 4 PM. Please study the following:\n\nVariables: String\, int\, float.\nIF\, ELSE IF\, ELSE statements.\nHow to get input from shell using Scanner.\nHow to do for loop\, and while loop.\nHow to do generate random numbers.\n\nOct31_Magic8Ball.java\n\n\nHow to create a class\, a constructor\, functions inside the class and how to use them.\nHow to create a program that can continuously ask users something until user enters “quit” or “exit”.\nStudy the Nov7_PizzaOrdering.java\n\nPizza.java\nTopping.java\n\n\nStudy the VehicleDemo.java and Vehicle.java\nStudy “Animal Quiz” program
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-30/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T150000
DTEND;TZID=America/Los_Angeles:20201205T160000
DTSTAMP:20260428T061129
CREATED:20201205T235807Z
LAST-MODIFIED:20201205T235807Z
UID:5378-1607180400-1607184000@www.ayclogic.com
SUMMARY:3 PM Scratch Level 2
DESCRIPTION:Today we were able to start the Christmas Card and add in the tree\, arrows\, snow\, and marquee.\nFor Homework:\n\nPlease switch the backdrop when the tree is clicked and show the bells.\nAlso have two different banners\, one saying “From: Your Name” and the other saying “Merry Christmas.\nThey should come from the top left and go to the bottom left and right when the tree is clicked.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-2-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T150000
DTEND;TZID=America/Los_Angeles:20201205T160000
DTSTAMP:20260428T061129
CREATED:20201206T003811Z
LAST-MODIFIED:20201206T003811Z
UID:5376-1607180400-1607184000@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 1
DESCRIPTION:Today we started the Dino Dance project\nHomework:\n\nFollow the codes from pg. 41-42 from the book
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T160000
DTEND;TZID=America/Los_Angeles:20201205T170000
DTSTAMP:20260428T061129
CREATED:20201206T010316Z
LAST-MODIFIED:20201206T010316Z
UID:5387-1607184000-1607187600@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:Today we were able to start on the Christmas Card project.\nFor Homework:\n\nAdd in two arrows that are pointing at the Christmas tree.\nThe christmas tree should be changing colors.\nWhen you click on the tree\, the tree\, arrows\, and words should all disappear from the screen.\nhttps://scratch.mit.edu/projects/459508706/ here is the project.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-32/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T160000
DTEND;TZID=America/Los_Angeles:20201205T170000
DTSTAMP:20260428T061129
CREATED:20201206T010842Z
LAST-MODIFIED:20201206T010842Z
UID:5389-1607184000-1607187600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:Homework:\n\nContinue with the Dec5_robot_builder.py. Draw the mouth\, neck\, body and legs and feet like the following’
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T170000
DTEND;TZID=America/Los_Angeles:20201205T180000
DTSTAMP:20260428T061129
CREATED:20201206T021703Z
LAST-MODIFIED:20201206T021703Z
UID:5392-1607187600-1607191200@www.ayclogic.com
SUMMARY:5PM - Introduction to Python
DESCRIPTION:Today we went over:\n\nThe For Loop homework (pgs. 52\, 57\, 58)\nUsing lists with for loops\, using conditional statements (if/elif/else) within for loops\nAn introduction to while loops\, how they work\, looping through incrementing/decrementing.\nUsing while loops with strings with more conditional statements\n\n\nHomework:\n\nPg. 121\nPg. 123 7-7 and 7-5 (“TRY IT YOURSELF” section)\n\n\n\nIf you have any questions\, please feel free to email me at naelee@ucsc.edu!
URL:https://www.ayclogic.com/event/5pm-introduction-to-python-2/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201205T180000
DTEND;TZID=America/Los_Angeles:20201205T190000
DTSTAMP:20260428T061129
CREATED:20201213T015844Z
LAST-MODIFIED:20201213T015844Z
UID:5501-1607191200-1607194800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We installed Python 3.7 and Pycharm on everyone computers.\nNo homework next week.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-69/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR