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:20221008T090000
DTEND;TZID=America/Los_Angeles:20221008T100000
DTSTAMP:20260423T132239
CREATED:20221008T163729Z
LAST-MODIFIED:20221021T013945Z
UID:15587-1665219600-1665223200@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Homeworks\n\nContinue working on the Practice Test.\n\nMake sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next week\nMake sure you have “1. Add driver” feature.\nMake sure you have “3. List All drivers” feature.\nMake sure you have “4. exit”\nMake sure you have “2. Book a Trip”. Don’t worry about the rush hour if you do not know how to do it.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-20/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T090000
DTEND;TZID=America/Los_Angeles:20221008T100000
DTSTAMP:20260423T132239
CREATED:20221008T172923Z
LAST-MODIFIED:20221008T172923Z
UID:15591-1665219600-1665223200@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nWent into functions with return values in detail: why they are needed\, how we use them\, how the location of return affects what code runs\nexamples of functions with return value we’ve seen like input()\nran through examples together of writing and calling functions with return values and doing something with that return value\n\nHomework\nIn a file called FunctionsWIthReturnValueHW.py\, do the following: \n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7\nPage 138\, 139 from textbook
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T100000
DTEND;TZID=America/Los_Angeles:20221008T110000
DTSTAMP:20260423T132239
CREATED:20221008T040438Z
LAST-MODIFIED:20221008T040438Z
UID:15577-1665223200-1665226800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Homework\n\nCreate a new Python file Oct8_ListHomework2.py\nPage 42 and 43: TRY IT YOURSELF 3-4\, 3-5\, 3-6\, 3-7
URL:https://www.ayclogic.com/event/10-am-intro-to-python-indo-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T100000
DTEND;TZID=America/Los_Angeles:20221008T110000
DTSTAMP:20260423T132239
CREATED:20221008T183825Z
LAST-MODIFIED:20221008T183825Z
UID:15593-1665223200-1665226800@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe added SATURN_TURTLE custom creature to our minecraft modding project.\nWe fixed the body and head animation problem\nWe continued with SATURN_FOX custom creature.\nWe transfered the SaturnFoxModel.java class from blockbench and fixed all the compilation problems.\n\nHomework\n\nContinue with the rest of the steps to make SATURN_FOX available in the mod. Follow these steps\n\nCreate a new Renderer class under src/main/java/com/ayclogic/aycessentials/client/render. Look at HogRenderer or SaturnTurtleRenderer for reference.\nModify ModEntities.java file add SATURN_FOX entry. Look at how we did it for SATURN_TURTLE creature.\nModify ClientEventBusSubscriber.java class. Inside onClientSetup register ModEntities.SATURN_FOX. \nModify AYCEssentialsMod.java. Inside setup method add SATURN_FOX. Look at how we did the SATURN_TURTLE.\nModify en_us.json file\, add entity.aycessentials.saturn_fox entry\nRun your minecraft mod and summon the saturn_fox creature.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T120000
DTEND;TZID=America/Los_Angeles:20221008T130000
DTSTAMP:20260423T132239
CREATED:20221008T195531Z
LAST-MODIFIED:20221008T195531Z
UID:15596-1665230400-1665234000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nCreate a new class Player.java\, this will be Player sprite.\nBasically we want to load player1.png and make it appear on the screen.\nHow to do it\, follow what we did in the Background sprite.\nTalk to your parent about your phone.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-3/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T123000
DTEND;TZID=America/Los_Angeles:20221008T133000
DTSTAMP:20260423T132239
CREATED:20221008T204214Z
LAST-MODIFIED:20221008T204544Z
UID:15595-1665232200-1665235800@www.ayclogic.com
SUMMARY:12:30 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe worked on the Supermarket project.\n\nHomework\n\nAdd 2 more fruits\, 2 more “bakery” foods\, and 1 more “others” foods. (You can choose any food sprite\, just make sure they relate to the category.)\nUse the same code we did for the apple\, bread\, and milk.\n(optional) You can add more categories and add more food if you want.\n\nIf you have a problem\, email me at abigail@ayclogic.com.
URL:https://www.ayclogic.com/event/1230-pm-scratch-2-abigail/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T130000
DTEND;TZID=America/Los_Angeles:20221008T140000
DTSTAMP:20260423T132239
CREATED:20221008T205707Z
LAST-MODIFIED:20221008T205707Z
UID:15612-1665234000-1665237600@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe started with the Monster Inheritance project.\nWe were able to create the Monster and add it to a map\, along with listing it out.\nAlso\, we started the play method and were able to create the monsterMenu.\n\nFor Homework:\n\nShorten the creation of the monsterMenu by looking at where we have duplicated code that has already been created in the past.\nAlso\, check to see if the user types in stop\, you should leave the while true loop for the monster menu.\nAlso get the monster from the monsterMap by using the user input you received from the printMonsterMenu() method.\n Check to see if it is null\, and if it is make sure to print out “We could not find this monster in our system: monsterName”
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T140000
DTEND;TZID=America/Los_Angeles:20221008T150000
DTSTAMP:20260423T132239
CREATED:20221008T215625Z
LAST-MODIFIED:20221008T215625Z
UID:15613-1665237600-1665241200@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nlist.pop(index) removes item at index\nlist.insert(index\, value) puts a value at an index\nlist.append(value) puts a value at the end of a list\nlist.remove(value) removes one of that value from list\nReplace value at index with:     list[index] = newValue\n\nHomework\n\nPage 38 to 41: access\, modify\, append\, remove \nTRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6\nIf you want the challenge\, try: Tell Me Your Age homework (ONLY number 1)
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T140000
DTEND;TZID=America/Los_Angeles:20221008T150000
DTSTAMP:20260423T132239
CREATED:20221008T215837Z
LAST-MODIFIED:20221008T215837Z
UID:15615-1665237600-1665241200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with Oct8_PhoneDictionary.py.\nAdd a new feature to exit from program if user enter “exit”.\nAdd a new feature to print all name and phone numbers in the dictionary. To do this\, read page 100 to 101 from the book.\n\nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter "exit" to quit): 3\n\nLIST ALL PHONE NUMBERS\nGamas - (626) 532-7844\nHelen - (888) 888-8888\nJing Jing - (700) 777-7777\n\nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter "exit" to quit): exit\n\nThank you for using this AYC LOGIC Phone dictionary.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-23/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T150000
DTEND;TZID=America/Los_Angeles:20221008T160000
DTSTAMP:20260423T132239
CREATED:20221008T231117Z
LAST-MODIFIED:20221008T231117Z
UID:15617-1665241200-1665244800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nlist.insert(index\, value) puts value at index of where it would be once added\nlist.append(value) puts value at end of list\nlist.remove(value) removes one of that value from list\nlist.pop(index) removes the value at the index\nReplace: list[index] = newValue\n\nHomework\n\nPage 38 to 41: access\, modify\, append\, remove \nTRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T160000
DTEND;TZID=America/Los_Angeles:20221008T170000
DTSTAMP:20260423T132239
CREATED:20221008T235417Z
LAST-MODIFIED:20221008T235417Z
UID:15621-1665244800-1665248400@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe started the first project and were able to get through the variable data types.\nWe learned about how to initialize string\, integer\, double\, and floats for variables.\nAlso\, covered how to get the users input by using Scanner.\n\nFor Homework:\n\nCreate a new file which is titled Oct8_VariableDataTypesHomework.java\nThe link to the homework is here https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T160000
DTEND;TZID=America/Los_Angeles:20221008T170000
DTSTAMP:20260423T132239
CREATED:20221011T172244Z
LAST-MODIFIED:20221011T172244Z
UID:15669-1665244800-1665248400@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nStarted Flappy Bird\nCreated Tube Class\n\nHomework\n\nCreate the Player Class in player.py using Green duck 1 and 2 to make it look like it is flapping its wings. Make a Player in main.py and show it on the screen\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-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T163000
DTEND;TZID=America/Los_Angeles:20221008T173000
DTSTAMP:20260423T132239
CREATED:20221010T220047Z
LAST-MODIFIED:20221010T220047Z
UID:15632-1665246600-1665250200@www.ayclogic.com
SUMMARY:4:30 PM - Scratch Level 2 - Allison
DESCRIPTION:Today we:\n\nReviewed the homework\nContinued the Fantastic Flowers project\nCoded the game to draw a flower whenever the player clicks on the screen\nLearned about “my blocks”\nCreated a block titled “draw_flower” to create flowers\n\nHomework:\n\nIn the other project “Practice 3 – Star and Apple”\, code the Apple sprite to hide when it touches the Star sprite\nMake sure that when the Apple sprite and the Star sprite touch\, both sprites hide\nCode the Apple sprite to show when the game starts\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/430-pm-scratch-level-2-allison-5/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T170000
DTEND;TZID=America/Los_Angeles:20221008T180000
DTSTAMP:20260423T132239
CREATED:20221009T010423Z
LAST-MODIFIED:20221009T010423Z
UID:15623-1665248400-1665252000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to add SATURN_LIGHTNING_AXE to the project.\nWe were able to put a delay/warmup time every time we want to use the saturn lighting axe.\nWe added SATURN_SWORD recipes.\nWe learned a little bit about JSON file.\n\nHomework\n\nCreate 3 new recipes by following what we did with saturn_sword.json recipes. In each of your recipes\, you have to use at least 1 saturn item.\n\nSATURN_FIREBALL_AXE\nSATURN_LIGHTNING_AXE\nJUPITER_SWORD_AXE
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T180000
DTEND;TZID=America/Los_Angeles:20221008T190000
DTSTAMP:20260423T132239
CREATED:20221013T023742Z
LAST-MODIFIED:20221013T023742Z
UID:15741-1665252000-1665255600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned how to search using dictionary\nCreated find_student_dictionary method\n\nYour HW:\n\nCreate a teacher_dictionary attribute\nUpdate your add_new_teacher method to add the new teacher to the teacher dictionary with the key being the teacher’s name\nCreate a find_teacher_through_dictionary method that searches for the name of the teacher in the teacher_dictionary
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-bill-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221008T190000
DTEND;TZID=America/Los_Angeles:20221008T200000
DTSTAMP:20260423T132239
CREATED:20221009T030543Z
LAST-MODIFIED:20221009T030543Z
UID:15625-1665255600-1665259200@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration - Abigail
DESCRIPTION:What we did today\n\nWe finish working on the Lighthouse drawing\nWe started working on the Captain America shield + Thor’s Hammer drawing.\n\nHomework\n\nFinish doing the “messy sketching” on the whole shield.
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-abigail-11/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
END:VCALENDAR