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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T090000
DTEND;TZID=America/Los_Angeles:20221022T100000
DTSTAMP:20260423T133200
CREATED:20221022T170810Z
LAST-MODIFIED:20221022T170810Z
UID:15953-1666429200-1666432800@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed the Star Wars homework\nWent over using the random module in context of the Magic 8 ball problem\nDid some more practice with the random module and randint/choice functions\n\nHomework\nIn a file called MagicEightBallHW.py\, do #2 from https://www.ayclogic.com/intro-to-python/magic-8-ball/. Remember\, you are implementing using the choice function.
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T090000
DTEND;TZID=America/Los_Angeles:20221022T100000
DTSTAMP:20260423T133200
CREATED:20221022T203450Z
LAST-MODIFIED:20221022T203450Z
UID:15964-1666429200-1666432800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued discussing Driver System practice test.\n\nHomework\n\nContinue finishing Driver System practice test. Please finish the booking feature.\n\nAfter user answers “Enter what time you want to leave (0 – 24): “. Take the input from shell and convert to Integer. After you convert to Integer\, check if it is rush hour. If it is between 5 to 10 then it is rushHour. If it is then call the driver.getTripTime method and pass distance and true for rushHour parameter. The driver.getTripTime() will return the trip time in float which is distance/driver.getSpeed().
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260423T133200
CREATED:20221022T041140Z
LAST-MODIFIED:20221022T041140Z
UID:15942-1666432800-1666436400@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed List For Loop homework.\nWe do more exercise with List\, For Loop and getting input from user.\n\nHomework\n\nCreate Oct22_ForLoopRangeHomework.py\nCopy code from page 57\, 58.\nAlso do number 1\,2 and 3 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/10-am-intro-to-python-indo-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260423T133200
CREATED:20221022T202744Z
LAST-MODIFIED:20221022T202744Z
UID:15962-1666432800-1666436400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nwe continued learning JSON\n\nWe learned how to represent class\, Map and List in JSON.\n\n\nwe added code that will spawn our custom entities in the world.\n\nHomework\n\nInside SchoolApplication project\, continue adding more attributes in school_main_application.json\n\nAdd teachers attribute\nAdd studentMap attribute\nAdd teacherMap attribute.\n\n\nLook at how we did monster_system.json in the MonsterInheritance project.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T103000
DTEND;TZID=America/Los_Angeles:20221022T113000
DTSTAMP:20260423T133200
CREATED:20221022T185140Z
LAST-MODIFIED:20221022T185140Z
UID:15956-1666434600-1666438200@www.ayclogic.com
SUMMARY:10:30 AM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nMade the Dog sprite start at the Block-D sprite whenever the game starts.\nAdded the Block-B sprite.\nMade the Bat sprite start at the Block-B sprite whenever the game starts.\nMade a Finish Line sprite.\nAdded code for when the Dog sprite and the Bat sprite touch the Finish Line sprite.\nMade a Dog Win Banner sprite and a Bat Win Banner sprite.\nMade the Dog Win Banner sprite show up when the Dog sprite wins.\nMade the Bat Win Banner sprite show up when the Bat sprite wins.\nMade music play when the Dog sprite wins.\n\nHomework:\n\nMake a song play when the Bat sprite wins.\n\n\n\n\nEmail me if you ever need help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/1030-am-scratch-1-yitong-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T120000
DTEND;TZID=America/Los_Angeles:20221022T130000
DTSTAMP:20260423T133200
CREATED:20221022T201916Z
LAST-MODIFIED:20221022T202101Z
UID:15958-1666440000-1666443600@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe made Player flaps wing animation.\nWe started creating Bird sprite.\nWe created FlyingCreature class and made this parent of both classes.\n\nHomework\n\nCreate 2 constants in Config.java: BIRD_MIN_SPEED\, BIRD_MAX_SPEED.\nIn Bird.java constructor\, generate a random number between BIRD_MIN_SPEED and BIRD_MAX_SPEED to be used as the bird speed.\nDisplay one bird in the screen starting from the right side of the screen moving left.\nPeriodically create one random bird per second. Hint\, you need to use timer.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T123000
DTEND;TZID=America/Los_Angeles:20221022T133000
DTSTAMP:20260423T133200
CREATED:20221022T204440Z
LAST-MODIFIED:20221026T040451Z
UID:15967-1666441800-1666445400@www.ayclogic.com
SUMMARY:12:30 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe worked on and finished the How Old are You project.\n\nHomework\n\nDo the Movie Ticket Price project\nCreate a new project called Movie Ticket Price\nAdd the sprite called D-Money Dance\nMake D-Money Dance ask the user what their name is\n\nAfter that make D-Money Dance say “Hello {user’s input}”\n\n\nMake D-Money Dance ask the user what movie they are watching\n\nAfter that make D-Money Dance say “{user’s input} is a great Movie !”\n\n\nMake D-Money Dance ask the User their age\n\nIf the User’s Age Input is less than 3 or their age is bigger than 59\, Make the price of the ticket be free\nIf the User’s Age Input is bigger than 2 and their age is less than 11\, Make the price of the ticket be $5\nIf the User’s Age Input is bigger than 10 and their age is less than 60\, Make the price of the ticket be $10\nFor all of those scenarios D-Money Dance should say “Your ticket price is {price depending on age}”\n\n\n\nYouTube Video of Project Working: \n \nIf you have any questions email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-scratch-2-abigail-3/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T130000
DTEND;TZID=America/Los_Angeles:20221022T140000
DTSTAMP:20260423T133200
CREATED:20221027T035813Z
LAST-MODIFIED:20221027T035813Z
UID:16036-1666443600-1666447200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Monster Inheritance project and added in the magic attack and arrow attack.\nAlso\, we learned how to use inheritance by creating the Dragon.\n\nFor Homework:\n\nCreate two new classes with one being a troll and the other being a golem.\nThey both should extend from the Monster class.\nThe troll will be immune to water and take more damage from fire.\nThe golem will be immune to earth and take more water damage.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T140000
DTEND;TZID=America/Los_Angeles:20221022T150000
DTSTAMP:20260423T133200
CREATED:20221022T221425Z
LAST-MODIFIED:20221022T221425Z
UID:15970-1666447200-1666450800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to fix Python errors.\nWe learned functions without return value.\n\nHomework\n\nCreate Oct22_FunctionHomework.py\nCopy codes from page 132 to 134.\nCopy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fix all python errors.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T140000
DTEND;TZID=America/Los_Angeles:20221022T150000
DTSTAMP:20260423T133200
CREATED:20221022T231406Z
LAST-MODIFIED:20221022T231406Z
UID:15969-1666447200-1666450800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLots of review on if statements inside of for loops\nCreated for loops that loop through indices\nCreated for loops that loop through values (those are called “for each loops”)\nReviewed how we create variables that represent every “thing” inside a loop\n\nHomework\n\nHomework: 54 and 55.\nHomework: 56 TRY IT YOURSELF
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T150000
DTEND;TZID=America/Los_Angeles:20221022T160000
DTSTAMP:20260423T133200
CREATED:20221022T231408Z
LAST-MODIFIED:20221022T231408Z
UID:15972-1666450800-1666454400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed “for each” loops (loops through every value)\nReviewed loops that loop through every index\nLearned how to put if statements inside of for loops\nUnderstood that variables created by for loops (for [variable] in [list]) represent every value in the list\n\nHomework\n\nHomework: 54 and 55.\nHomework: 56 TRY IT YOURSELF
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T160000
DTEND;TZID=America/Los_Angeles:20221022T170000
DTSTAMP:20260423T133200
CREATED:20221022T235226Z
LAST-MODIFIED:20221022T235226Z
UID:15977-1666454400-1666458000@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nToday we reviewed the Car Dealer homework\, and also went through how to create a list.\nWe also covered\, how to add and delete things from the list\, along with how to loop through them using a for each loop.\n\nFor Homework:\n\nCreate a new project that is titled Oct22_ListHomework.java\nThe homework is linked here: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T160000
DTEND;TZID=America/Los_Angeles:20221022T170000
DTSTAMP:20260423T133200
CREATED:20221024T192512Z
LAST-MODIFIED:20221024T192512Z
UID:15998-1666454400-1666458000@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nCreated Player Class\nAdded Bottom Tube\n\nHomework\n\nmake the player disappear when it hits a tube\n\nIf you have any questions\, feel free to email me at latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-python-game-development-latisha-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T170000
DTEND;TZID=America/Los_Angeles:20221022T180000
DTSTAMP:20260423T133200
CREATED:20221023T011548Z
LAST-MODIFIED:20221023T011548Z
UID:15979-1666458000-1666461600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file.\nWe started doing Saturn Lightning Arrow.\n\nHomework\n\nDo one more JSON file creation exercise.\n\nOpen your SchoolApplication project in IntelliJ. This is project from “Intro To Java” class. In it\, you can find SchoolSystem.java. Create school_system.json and inside this json\, it should have 2 attributes: studentList and teacherList\, which is what SchoolSystem.java has. Regarding which students and teachers data you should have\, use the following:\n\nstudentList:\n\nAidan Chau\, 14\nAusten Yao\, 13\nBrandon Truong\, 15.\n\n\nteacherList\n\nGamas Chang\, 100\, Java\nJohn Cheng\, 40\, Python\n\n\n\n\n\n\nCreate a new entry in ModItems.java for SATURN_LIGHTNING_ARROW. The class you should use is SaturnLightningArrowItem.\nYou need to add/modify a couple of JSONs:\n\nModify en_us.json\nCreate saturn_lightning_arrow.json under src/main/resources/assets/aycessentials/models/item
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T180000
DTEND;TZID=America/Los_Angeles:20221022T190000
DTSTAMP:20260423T133200
CREATED:20221023T203416Z
LAST-MODIFIED:20221023T203511Z
UID:15984-1666461600-1666465200@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Bill
DESCRIPTION:Today We:\n\nContinued the BookSystem project\n\nYour HW:\n\nCreate a new method called find_all_books_before_2010\n\nYou need to loop through each value in the book_dictionary and only display the books whose year is less than 2010\nHint: Make sure the data types are correct\n\n\nAdd this new method to the main loop
URL:https://www.ayclogic.com/event/5-pm-python-oop-bill-23/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T190000
DTEND;TZID=America/Los_Angeles:20221022T200000
DTSTAMP:20260423T133200
CREATED:20221023T031101Z
LAST-MODIFIED:20221023T031101Z
UID:15982-1666465200-1666468800@www.ayclogic.com
SUMMARY:7:00 PM - Digital Illustration - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Captain America Shield + Thor’s hammer drawing.\n\nHomework\n\nNo homework!!
URL:https://www.ayclogic.com/event/700-pm-digital-illustration-abigail/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
END:VCALENDAR