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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T080000
DTEND;TZID=America/Los_Angeles:20210821T100000
DTSTAMP:20260425T065607
CREATED:20210821T180345Z
LAST-MODIFIED:20210821T180345Z
UID:9077-1629532800-1629540000@www.ayclogic.com
SUMMARY:8 AM - Intro To Java
DESCRIPTION:Today We Do\nWe did 2 hours long final test.
URL:https://www.ayclogic.com/event/8-am-intro-to-java/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T100000
DTEND;TZID=America/Los_Angeles:20210821T110000
DTSTAMP:20260425T065607
CREATED:20210821T040240Z
LAST-MODIFIED:20210821T040240Z
UID:9069-1629540000-1629543600@www.ayclogic.com
SUMMARY:SAT - 10 AM - Scratch 1 - Indo
DESCRIPTION:Today We Do\n\nWe finished Mary Had A Little Lamb\nWe started Tunnel of Doom game until page 128\n\nHomework\n\nContinue with Tunnel of Doom game from page 129  to page 131.\nCreate 2 costumes for your map/tunnel.
URL:https://www.ayclogic.com/event/sat-10-am-scratch-1-indo-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T100000
DTEND;TZID=America/Los_Angeles:20210821T110000
DTSTAMP:20260425T065607
CREATED:20210821T180253Z
LAST-MODIFIED:20210821T180253Z
UID:9072-1629540000-1629543600@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe learned how to warning message if entered student’s name cannot be found in the system.\nWe learned how to list students ordered by name ascending\nWe learned how to list students ordered by age descending.\n\nHomework\n\nList all students order by Grade Descending\nList all teachers order by Name Ascending\nfind teacher should display message if it cannot find the teacher’s name in the system. This is very similar to what we did in find student.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T120000
DTEND;TZID=America/Los_Angeles:20210821T130000
DTSTAMP:20260425T065607
CREATED:20210821T200615Z
LAST-MODIFIED:20210821T200615Z
UID:9079-1629547200-1629550800@www.ayclogic.com
SUMMARY:12 PM - Advanced Python Game Development
DESCRIPTION:Today We Do\n\nWe displayed the shield on top of the player\nWe make sure the enemy bullet disappear when colliding with player.shield.\nWe randomly pick an empty space on the map\n\nHomework\n\nDisplay enemy shield on top of the enemy.\nMake sure the player bullet disappear when colliding with enemy.shield.\nDisplay shield_power_up sprite on the screen. As a bonus point\, if you can display the power_up sprite every 5 seconds on location based on self.get_random_empty_space()\, it would be great.
URL:https://www.ayclogic.com/event/12-pm-advanced-python-game-development-10/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T130000
DTEND;TZID=America/Los_Angeles:20210821T140000
DTSTAMP:20260425T065607
CREATED:20210821T210011Z
LAST-MODIFIED:20210821T210129Z
UID:9081-1629550800-1629554400@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\nWe added the balloon sprite to shoot ballon\n\nHomework \n\nMake sure to commit your changes to gitlab as outline in the final project plan.\nAddress my comments on your final project.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-31/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T130000
DTEND;TZID=America/Los_Angeles:20210821T140000
DTSTAMP:20260425T065607
CREATED:20210824T012841Z
LAST-MODIFIED:20210824T021755Z
UID:9113-1629550800-1629554400@www.ayclogic.com
SUMMARY:1PM - Object Oriented Python
DESCRIPTION:Today we did:\n\nStarted working on Supermarket\n\nCreated GroceryItem class\nCreated __init__ function\n\n\n\nHomework:\n\nCreate application_loop method. Add a forever loop that keeps asking for the user to make a choice until the user enters 4\, then exit the loop\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/1pm-object-oriented-python/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T140000
DTEND;TZID=America/Los_Angeles:20210821T150000
DTSTAMP:20260425T065607
CREATED:20210821T232024Z
LAST-MODIFIED:20210822T031124Z
UID:9089-1629554400-1629558000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished Magic 8 Ball version 1 using random.randint\nWe finished Magic 8 Ball version 2 using random.choice\nWe started HangMan game.\n\nHomework\n\nContinued with the HangMan game. Create a forever loop that will continuously doing the following\nPrint the 9 hearts symbols\nAsk input from Shell “Guess a letter or the whole word: “\nAdd an if statement that would check if the user input is equal to secret_word variable. If they are the same\, break from the loop and print “Congratulation\, you won the game”.\nIt should look like this\n\n>>> %Run Aug21_HangmanGame.py\nogre\n\n❤❤❤❤❤❤❤❤❤\nGuess a letter or the whole word: a\n\n❤❤❤❤❤❤❤❤❤\nGuess a letter or the whole word: d\n\n❤❤❤❤❤❤❤❤❤\nGuess a letter or the whole word: dragon\n\n❤❤❤❤❤❤❤❤❤\nGuess a letter or the whole word: ogre\nCongratulation you have won the game.\n>>>
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T140000
DTEND;TZID=America/Los_Angeles:20210821T150000
DTSTAMP:20260425T065607
CREATED:20210824T011950Z
LAST-MODIFIED:20210824T011950Z
UID:9111-1629554400-1629558000@www.ayclogic.com
SUMMARY:2PM - Intro to Python - Latisha
DESCRIPTION:Today we learned about:\n\nList for loops\n\nHomework:\n\npg. 57-58 from the textbook in a file called Aug21_ForLoopWithRangeHomework.py\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/2pm-intro-to-python-latisha-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T150000
DTEND;TZID=America/Los_Angeles:20210821T160000
DTSTAMP:20260425T065607
CREATED:20210821T231022Z
LAST-MODIFIED:20210821T231022Z
UID:9084-1629558000-1629561600@www.ayclogic.com
SUMMARY:3 PM - Scratch 1 - Allison
DESCRIPTION:Today We Do\n\nWe finished all the notes for Mary Had a Little Lamb\nWe started creating the conductor 3 costumes\n\nHomework\n\nCreate hair and smiles on the conductor costume\nAdd code to animate all 3 conductors costumes.
URL:https://www.ayclogic.com/event/3-pm-scratch-1-allison/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T150000
DTEND;TZID=America/Los_Angeles:20210821T160000
DTSTAMP:20260425T065607
CREATED:20210821T231118Z
LAST-MODIFIED:20210821T231131Z
UID:9085-1629558000-1629561600@www.ayclogic.com
SUMMARY:3pm Scratch Level 1 - Bill
DESCRIPTION:Today We:\n\nStarted the shapes in grid project\nLearned about scratch’s invisible grid\nPracticed getting coordinates of points and the corners of shapes\n\nYour HW:\n\nNumber each corner of the octagon shape\nFinish getting all 8 of the coordinates for the Octagon in the bottom left section of the grid.
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-bill/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T160000
DTEND;TZID=America/Los_Angeles:20210821T170000
DTSTAMP:20260425T065607
CREATED:20210822T014033Z
LAST-MODIFIED:20210822T014033Z
UID:9091-1629561600-1629565200@www.ayclogic.com
SUMMARY:4 PM - Intro to Python - Nathaniel
DESCRIPTION:Today We:\n\nFinished the complex shapes module with the staircase polygon\nWent over the final project details\n\nHomework\n\nDraw your final project proposal on a white piece of paper that follows the criteria we went over in class. Make sure there is color\, 7 shapes\, words\, and etc.\nFinal Project Criteria Link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nBelow are some examples of final project proposals created in the past:
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T170000
DTEND;TZID=America/Los_Angeles:20210821T180000
DTSTAMP:20260425T065607
CREATED:20210822T014242Z
LAST-MODIFIED:20210822T014242Z
UID:9093-1629565200-1629568800@www.ayclogic.com
SUMMARY:5 PM - OOP in Python - Nathaniel
DESCRIPTION:Today We:\n\nFinished SchoolApplication\nStarted ShoppingCartApplication\n\nHomework\n\nIn the ShoppingCartApplication class:\nadd orange juice and eggs as GroceryItem objects in the menu_item dictionary
URL:https://www.ayclogic.com/event/5-pm-oop-in-python-nathaniel/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T180000
DTEND;TZID=America/Los_Angeles:20210821T190000
DTSTAMP:20260425T065607
CREATED:20210822T030754Z
LAST-MODIFIED:20210822T030754Z
UID:9097-1629568800-1629572400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed each team Game Project\nWe forgot to do Game Credit page in Flappy Duck\, so we finished that today.\n\nHomework\n\nThe team Game project is due next week\, please finish them by next week. If you need help\, please schedule an extra class with me. Thank you.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-157/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR