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:20211023T040000
DTEND;TZID=America/Los_Angeles:20211023T180000
DTSTAMP:20260424T142749
CREATED:20211024T011652Z
LAST-MODIFIED:20211024T011652Z
UID:10143-1634961600-1635012000@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:Today We Do\n\nWe did 2 hours final test today.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T090000
DTEND;TZID=America/Los_Angeles:20211023T100000
DTSTAMP:20260424T142749
CREATED:20211023T181824Z
LAST-MODIFIED:20211023T184152Z
UID:10089-1634979600-1634983200@www.ayclogic.com
SUMMARY:9 AM - Android Game Development with Java
DESCRIPTION:Today We Do\n\nWe continued with GameView.java.\nWe learned about Java interface.\nWe learned about Java Thread.\n\nHomework\n\nIf you have not done last week homework\, please do so.\nInside GameView.java\, replace the following line\nbackground1 = BitmapFactory.decodeResource(getResources()\, R.id.background);\n\nwith\n\nbackground1 = BitmapFactory.decodeResource(getResources()\, R.drawable.background);\n\nRerun the the project and click the Play button and there should not be any more error.\nGo here\, read and play around with Java Interface. You can also change the code and try running it online: https://www.w3schools.com/java/java_interface.asp\nGo here\, read and play around with Java Thread. You can also change the code and try running it online: https://www.w3schools.com/java/java_threads.asp
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-2/
CATEGORIES:Android Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T100000
DTEND;TZID=America/Los_Angeles:20211023T110000
DTSTAMP:20260424T142749
CREATED:20211023T184449Z
LAST-MODIFIED:20211023T184449Z
UID:10093-1634983200-1634986800@www.ayclogic.com
SUMMARY:10 AM - Intro To Java
DESCRIPTION:Today We Do\n\nWe finished EmailApplication project.\nWe reviewed how to fix Java error.\n\nHomework\n\nReview EmailApplication and SchoolApplication projects. In 2 weeks we are going to have 1st quiz and the quiz is going to be very similar to EmailApplication or SchoolApplication. Please review and come up with questions.\nTBD
URL:https://www.ayclogic.com/event/10-am-intro-to-java-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T120000
DTEND;TZID=America/Los_Angeles:20211023T130000
DTSTAMP:20260424T142749
CREATED:20211023T195630Z
LAST-MODIFIED:20211023T200126Z
UID:10095-1634990400-1634994000@www.ayclogic.com
SUMMARY:12 PM - Intro To Java
DESCRIPTION:Homework\n\nCreate a new Java file Oct23_ListForLoopHomework.java\nStudy second type of for loop from here: https://www.w3schools.com/java/java_for_loop.asp\nDo exercises number 1 to 3  from https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T130000
DTEND;TZID=America/Los_Angeles:20211023T140000
DTSTAMP:20260424T142749
CREATED:20211023T205842Z
LAST-MODIFIED:20211023T205842Z
UID:10099-1634994000-1634997600@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\nWe added the landing page for shoot balloon. I’ve added the source code here.\n\nHomework \n\nFinish up your final projects.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-37/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T140000
DTEND;TZID=America/Los_Angeles:20211023T150000
DTSTAMP:20260424T142749
CREATED:20211023T220110Z
LAST-MODIFIED:20211023T220110Z
UID:10116-1634997600-1635001200@www.ayclogic.com
SUMMARY:2PM - Intro to Python - Gamas
DESCRIPTION:Today we did:\n\nContinued working on Robot Builder\n\nAdded the Neck and Body\nCreated draw_left_arm function\n\n\n\nHomework:\n\nDraw the right arm. Create a function called draw_right_arm and use a for loop to call the function. Use the photo below as a reference\, and do this in Oct16_RobotBuilder.py file.\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/2pm-intro-to-python-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T140000
DTEND;TZID=America/Los_Angeles:20211023T150000
DTSTAMP:20260424T142749
CREATED:20211023T234025Z
LAST-MODIFIED:20211023T234237Z
UID:10127-1634997600-1635001200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Latisha
DESCRIPTION:Today We do\n\nWe reviewed homeworks today about if else and list.\n\nHomework\n\nThe homework is due on Thursday night  (10/28) not Saturday. Please email your homework to gamas@ayclogic.com. Please attach the python file instead of copy and paste the code to the email. Please ask your parents how to attach python file to an email if you don’t know how to do this.\nCreate a new file Oct23_StringIfElseListHomework.py\nDo exercised only number 1 to 7\, BUT skip number 4.: https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-latisha-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T140000
DTEND;TZID=America/Los_Angeles:20211023T150000
DTSTAMP:20260424T142749
CREATED:20211029T052235Z
LAST-MODIFIED:20211029T052235Z
UID:10212-1634997600-1635001200@www.ayclogic.com
SUMMARY:2 PM Scratch Level 1
DESCRIPTION:Today We Did:\n\nFinished up the Tunnel of Doom project.\nTalked more about clones and how to use them\n\nFor Homework:\n\nPlease create 3 more costumes for the splats\nAlso do page 138 adding in the countdown.
URL:https://www.ayclogic.com/event/2-pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T150000
DTEND;TZID=America/Los_Angeles:20211023T160000
DTSTAMP:20260424T142749
CREATED:20211023T231812Z
LAST-MODIFIED:20211023T231812Z
UID:10121-1635001200-1635004800@www.ayclogic.com
SUMMARY:3 pm Scratch Level 1 - Bill
DESCRIPTION:Today We:\n\nContinued the Christmas card Project\nMade all the custom images fit the project\nChanged the Banner to be Christmas themed\nChanged the Sharks Lines to be Christmas themed\nRecorded voice lines for the sharks\n\nYour HW:\n\nFinish recording all of the lines:\nMerry Christmas \nHappy New Year \nMay 2022 be a better year \nEnjoy your Christmas break\nGo to https://www.ayclogic.com/wp-content/uploads/2019/04/Jingle-Bells-3.mp3 and download the Christmas Song and make sure to keep track of where the file is on your computer.
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-bill-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T150000
DTEND;TZID=America/Los_Angeles:20211023T160000
DTSTAMP:20260424T142749
CREATED:20211023T231939Z
LAST-MODIFIED:20211026T062924Z
UID:10123-1635001200-1635004800@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 1 - Allison
DESCRIPTION:Today we:\n\nHad the Final Test\n\nHomework:\n\nNo homework this week. Enjoy!\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/3-pm-scratch-level-1-allison-9/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T150000
DTEND;TZID=America/Los_Angeles:20211023T160000
DTSTAMP:20260424T142749
CREATED:20211024T011230Z
LAST-MODIFIED:20211024T011230Z
UID:10141-1635001200-1635004800@www.ayclogic.com
SUMMARY:3 PM - Python Game Development - Gamas
DESCRIPTION:Today We Do\n\nWe displayed health on top of the enemy.\nThe bullet/projectile will now have\nWe added code that would reduce enemy’s health when it is hit by bullet.\n\nHomework\n\nWhen enemies die\, the player’s coins have to increase accordingly.\nWhen all waves finish and the player’s health is still greater than 0\, display GAME WIN page.\n\n 
URL:https://www.ayclogic.com/event/3-pm-python-game-development-gamas/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T150000
DTEND;TZID=America/Los_Angeles:20211023T160000
DTSTAMP:20260424T142749
CREATED:20211025T050459Z
LAST-MODIFIED:20211025T050459Z
UID:10168-1635001200-1635004800@www.ayclogic.com
SUMMARY:3 PM - OOP Python - Nathaniel
DESCRIPTION:Today we:\n\nWent over MonsterInheritanceSystem program. (We will go over this again next week)\nAdded the Troll class to the program\n\n  \nHomework:\ncreate Godzilla class that inherits Monster class attributes\noverride sword_attack() so that no health gets taken off Godzilla\nand for magic_attack() if magic type is wind\, no damage is done\, else damage is done by other magic
URL:https://www.ayclogic.com/event/3-pm-oop-python-nathaniel-3/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T163000
DTEND;TZID=America/Los_Angeles:20211023T173000
DTSTAMP:20260424T142749
CREATED:20211024T071009Z
LAST-MODIFIED:20211024T071748Z
UID:10154-1635006600-1635010200@www.ayclogic.com
SUMMARY:4:30 PM - Scratch Level 1
DESCRIPTION:Today we:\n\nContinued the Dino Dance project\nCoded the Dinosaur2 sprite to move left and right\, as well as bounce off the edges of the screen\nLearned about rotation styles in Scratch\nLearned about directions in Scratch\nCoded the Dinosaur3 sprite to move right when the right arrow is pressed\n\nHomework:\n\nRead Scratch Book Pg. 43-44\, and do the codes in steps #25-28\nDo the codes in the same project we did in class (The Dino Dance project)\nComplete the homework before our next class\nContact us at gamas@ayclogic.com and allison.682.lee@gmail.com if you have any questions or need any help
URL:https://www.ayclogic.com/event/430-pm-scratch-level-1-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211023T180000
DTEND;TZID=America/Los_Angeles:20211023T190000
DTSTAMP:20260424T142749
CREATED:20211024T015712Z
LAST-MODIFIED:20211024T015712Z
UID:10145-1635012000-1635015600@www.ayclogic.com
SUMMARY:6PM - Intro to Python
DESCRIPTION:Today we learned:\n\n\n\n\nWhat is a Boolean Data Type\nHow to use .title()\, .upper()\, and .lower()\nHow to make f-strings\nHow to user .title()\, .upper()\, .lower() inside an f-string\n\nHomework:\n\nDo pg. 79-81 from the book (IntroToPythonPg79to81)\, put into a file called Oct23_IfElseHomework.py\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-5/
END:VEVENT
END:VCALENDAR