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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T090000
DTEND;TZID=America/Los_Angeles:20210220T100000
DTSTAMP:20260425T232924
CREATED:20210220T202932Z
LAST-MODIFIED:20210220T202932Z
UID:6345-1613811600-1613815200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We started Flappy Duck project.\nWe started creating the tube.py\nHomework:\n\nFinish tube.py and integrate it with main.py\nLook at cloud.py in Birdie project for reference.\nLook at how you integrate cloud.py in the Birdie project.
URL:https://www.ayclogic.com/event/9-am-python-game-development-44/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T100000
DTEND;TZID=America/Los_Angeles:20210220T110000
DTSTAMP:20260425T232924
CREATED:20210220T193656Z
LAST-MODIFIED:20210220T193656Z
UID:6339-1613815200-1613818800@www.ayclogic.com
SUMMARY:10AM - Intro to Python
DESCRIPTION:Today we did:\n\nWent over Feb6_Quiz2Homework\nPracticed writing functions\n\n\nHomework:\n\nDo all the problems on the document here in a file called Feb20_FunctionPracticeHomework.py\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-20/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T110000
DTEND;TZID=America/Los_Angeles:20210220T120000
DTSTAMP:20260425T232924
CREATED:20210220T200557Z
LAST-MODIFIED:20210220T200557Z
UID:6341-1613818800-1613822400@www.ayclogic.com
SUMMARY:11 am Scratch Level 1
DESCRIPTION:Today We: \n\nContinued the Mary Had a little lamb project\nCreated balls for the rest of the notes\nCreated a new invisible music sprite\nMade the music sprite tell the balls to play their notes in the right order\nMade it so the balls were able to be played using the camera\nFinished the Mary had a little lamb project\nReviewed the scratch coordinate grid thing\n\nYour HW: \n\nFinish putting the notes in the right order inside the music sprite if you haven’t already
URL:https://www.ayclogic.com/event/11-am-scratch-level-1-23/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T120000
DTEND;TZID=America/Los_Angeles:20210220T130000
DTSTAMP:20260425T232924
CREATED:20210220T202704Z
LAST-MODIFIED:20210220T202704Z
UID:6343-1613822400-1613826000@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Homework:\n\nContinue with your final project.\n\nFor drawing heart symbol according to player.healths:\n\nIn main.py\, create a method/function draw_hearts\nInside the function create a for loop and you want to loop according to self.player.healths\nInside the for loop you want to add the Heart class into the heart_group.\n\n\nDo other stuff that you are supposed to do according to the final project planning.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T130000
DTEND;TZID=America/Los_Angeles:20210220T140000
DTSTAMP:20260425T232924
CREATED:20210221T011302Z
LAST-MODIFIED:20210221T011302Z
UID:6347-1613826000-1613829600@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:We reviewed cloud.py homework.\nWe resized the bird to size 50.\nHomework:\n\nSimilar to how you guys did with cloud.py\, add fireball.py and load fireball.png.\nIntegrate fireball.py into main.py. Look at how we did it for cloud.py.\nI want to see at least one fireball on the screen.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T140000
DTEND;TZID=America/Los_Angeles:20210220T150000
DTSTAMP:20260425T232924
CREATED:20210227T051819Z
LAST-MODIFIED:20210227T051819Z
UID:6431-1613829600-1613833200@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:We learned about Java inheritance\nWe started making Saturn Fireball Axe\nNo Homework next week
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-5/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T150000
DTEND;TZID=America/Los_Angeles:20210220T160000
DTSTAMP:20260425T232924
CREATED:20210223T021759Z
LAST-MODIFIED:20210225T201155Z
UID:6365-1613833200-1613836800@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 1
DESCRIPTION:Today we:\n\ncontinued the Ask Gobo project\nlearned about how to pick random numbers\nassigned each number to a word for Gobo to say\nlearned how to record audio\nlearned how to input audio into the code\n\n\nHomework:\n\nif you can record audio:\n\nrecord audio for each word Gobo can say (“No!”\, “Maybe!”\, “Definitely!”\, “Never!”)\nlabel each sound with the word you recorded\nput the audio into the code\nif you need help\, look at the example “Yes!” we did in class\nfor instructions on how to record\, look at “How to record audio”\n\n\nDownload and print the image attached at the bottom of this post for next week’s class\n\nAsk your parents for help if you have some trouble printing\n\n\n\n\n\n｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ \n\n\n\nHow to record audio:\n\ngo to the “Sound” tab\nhover above the “Choose a Sound” button on the lower left corner\nclick “Record”\nmake sure your internet browser allows Scratch to record your audio\n\nGoogle Chrome might block Scratch to record your audio. If this happens\, go to Settings\, go to Privacy and Security\, go to Site Settings\, go to Microphone\ndelete Scratch from the block section\ngo back to Scratch and try to record your audio. When a popup asks to allow Scratch to record your audio\, click “Allow”\n\n\nclick the red Record button\nstop recording when you are done saying the word\ntrim the audio so it’s only the word you are saying\nclick save\nrename your audio to the word you said\n\n\n\n\n\n｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ★\,｡･:*:･ﾟ☆｡･:*:･ﾟ
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-15/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T150000
DTEND;TZID=America/Los_Angeles:20210220T160000
DTSTAMP:20260425T232924
CREATED:20210227T013205Z
LAST-MODIFIED:20210227T013205Z
UID:6421-1613833200-1613836800@www.ayclogic.com
SUMMARY:3 PM Scratch Level 2
DESCRIPTION:Today we were able to finish up the Supermarket Lists project and for this week there will be no homework\, and we will start on the Doom on the Broom next week.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-2-11/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T160000
DTEND;TZID=America/Los_Angeles:20210220T170000
DTSTAMP:20260425T232924
CREATED:20210221T020843Z
LAST-MODIFIED:20210227T233042Z
UID:6351-1613836800-1613840400@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we went over:\n\nTell me your age homework\nif/elif/else practice\n\n\nHomework:\n\n\n1.) Get the price from the user\nIf price is less than $10 then print (f"{price} is cheap")\nif price is less than 50 then print "{price} is  not a bad price"\nanything else and print "{price} is way too expensive"\n\n2.) Get the age from the user\nWe now want to print the price of the ticket AT THE END\nif age is less than 5 then price is 0\nif age is less than 18 then price is 12\nif age is less than 30 then price is 30\nany other age and the price is 0\nAT THE END PRINT THE PRICE\n\n3.) get the name from the user\nif the name is "PARKER" then print "Hi Parker"\nany other name then print "Who are you"\n\n\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T160000
DTEND;TZID=America/Los_Angeles:20210220T170000
DTSTAMP:20260425T232924
CREATED:20210221T044806Z
LAST-MODIFIED:20210225T025917Z
UID:6357-1613836800-1613840400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:We finished Robux Balance program\nWe reviewed similarities between Robux Balance and Supermarket programs.\nNext week is a 2 hour test and will start at 3 PM.\nPlease study:\n\nRobux Balance program\nSupermarket program\nTurtle rectangle\, circle\, polygon\, complex shape like cloud\, tree.\nFor loop\, while loop.\nFunctions.\nRandom.\nAnd everything else we have learned in this class.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T170000
DTEND;TZID=America/Los_Angeles:20210220T180000
DTSTAMP:20260425T232924
CREATED:20210221T021335Z
LAST-MODIFIED:20210221T022301Z
UID:6353-1613840400-1613844000@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we went over:\n\nFixing Python Bugs Homework\nStarted Quiz 2 Review\nReviewed lists\, for loops\, using for loops and lists\n\n\nHomework:\n\nHomework: TRY-IT-YOURSELF from the textbook\, pg 89 5-8\, pg 131 8-2 and pg 142 8-6\n\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-nathaniel-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T180000
DTEND;TZID=America/Los_Angeles:20210220T190000
DTSTAMP:20260425T232924
CREATED:20210221T031007Z
LAST-MODIFIED:20210221T031007Z
UID:6355-1613844000-1613847600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went over how to make the fireball appear on the screen.\nWe made the player able to move left\, right\, up and down using a\,d\, w and s.\nHomework:\n\nIn main.py\, inside game_loop(self) launch the fireball when user press the SPACE key.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-99/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210220T193000
DTEND;TZID=America/Los_Angeles:20210220T203000
DTSTAMP:20260425T232924
CREATED:20210221T044947Z
LAST-MODIFIED:20210221T044947Z
UID:6359-1613849400-1613853000@www.ayclogic.com
SUMMARY:7:30 PM - Python Game Development
DESCRIPTION:We went one on one for completing project planning for Tank War.\nWe discussed how to do next week tasks on Tank War.
URL:https://www.ayclogic.com/event/730-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR