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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T090000
DTEND;TZID=America/Los_Angeles:20230916T100000
DTSTAMP:20260425T222203
CREATED:20230916T041226Z
LAST-MODIFIED:20230922T233445Z
UID:21598-1694854800-1694858400@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe finished converting Robux Shopping cart project to use dictionary.\nWe review again how to use for loop to go through each element inside dictionary.\n\nHomework\n\nInside sep_16_looping_dictionary.py file change the code so the for loop will produce the following\n\n\n1. Buy Game Pass for 450 robux.\n2. Buy The Samurai Of The Games for 1000 robux.\n3. Buy Parrot for 50 robux.\n\n\n\nCreate a new python file phone_book_system.py and do number 1 to 3 from https://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/9-am-python-oop-indo-gamas/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T103000
DTEND;TZID=America/Los_Angeles:20230916T113000
DTSTAMP:20260425T222203
CREATED:20230916T183012Z
LAST-MODIFIED:20230916T183044Z
UID:21608-1694860200-1694863800@www.ayclogic.com
SUMMARY:10:30 AM – Scratch Level 2 – Yitong
DESCRIPTION:Today We:\n\nFinished the Fantastic Flowers project.\n\nHomework:\n\nAdd a backdrop you like so your flowers have somewhere to grow.\n\nSubmit your homework here: yitong@ayclogic.com \n\nHomework is due FRIDAY NIGHT\nMake sure to share your project\, or else I can’t see it
URL:https://www.ayclogic.com/event/1030-am-scratch-level-2-yitong-4/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T130000
DTEND;TZID=America/Los_Angeles:20230916T140000
DTSTAMP:20260425T222203
CREATED:20230916T073110Z
LAST-MODIFIED:20230916T073755Z
UID:21602-1694869200-1694872800@www.ayclogic.com
SUMMARY:SAT - 1PM - Indo - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe went over how to use the dictionary and created the Phone Book System’\n\n  \nHomework:\n\nContinuing on the Sep16_PhoneBookSystem project\, create a new selection in the menu. This should be the 4th selection. It is called “Delete a phone number”.\nWhen the user inputs “4”\, the program should ask the user for the name of the person they want to delete the phone number of. You have to check whether the name inputted exists in the dictionary or not. If it does\, then print “You have successfully removed (their name)’s phone number”. If the name doesn’t exist\, then just print “(Their name) does not exist in the phone book.”
URL:https://www.ayclogic.com/event/sat-1pm-indo-python-oop-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T130000
DTEND;TZID=America/Los_Angeles:20230916T140000
DTSTAMP:20260425T222203
CREATED:20230916T205952Z
LAST-MODIFIED:20230916T205952Z
UID:21606-1694869200-1694872800@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nInside your TicTacToe setting page add label “Designed by <yourname>” and make your TicTacToe game more custom.\nGoogle in the Internet how to connect your android studio with your android phone\n\nOne using USB cable\nOne using Wifi
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T140000
DTEND;TZID=America/Los_Angeles:20230916T150000
DTSTAMP:20260425T222203
CREATED:20230917T032138Z
LAST-MODIFIED:20230917T032138Z
UID:21636-1694872800-1694876400@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished inheritance Monster Project\nDid full review of class concepts\nFull explanation of class homework (practice test)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: Try to complete your practice test in 2 hours\, the same time as you would have during your final exam:\nhttps://forms.gle/MVSxQqTJra8L31u39
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-13/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T143000
DTEND;TZID=America/Los_Angeles:20230916T153000
DTSTAMP:20260425T222203
CREATED:20230916T222812Z
LAST-MODIFIED:20230917T033305Z
UID:21615-1694874600-1694878200@www.ayclogic.com
SUMMARY:2:30 PM - Intro To Competitive Programming - Gamas
DESCRIPTION:Homework\n\nCreate Sep16ArrayHomework.java\n\nCreate a new int array(6) (“numbers”) and add the following values: -100\,2\,3\,100\,-5\,14\nCreate a new int array(20) (“bigCapacityNumbers”) and use for loop to copy all elements from “numbers” to “bigCapacityNumbers”\nAdd code to count how many negative numbers inside the “numbers” array. Hint: you have to use for loop and if statement.\nStudy this modulus operator – https://www.khanacademy.org/computing/computer-science/cryptography/modarithmetic/a/what-is-modular-arithmetic\nModulus (%) is an operator that is supposed to give you a reminder of a division. Copy below codes and run it\n\n\nclass ModulusOperator {\n    public static void main(String[] args) {\n        int num1\, num2\, result;\n        num1 = 26;\n        num2 = 15;\n        System.out.println("num1=26; num2=15");\n        result = num1 % num2;\n        System.out.println("The result after modulus operation is : " + result);\n    }\n}\n\n\n\nAfter you learn how to use modulus in Java\, write a code that will go through each element inside “numbers” and print all odd number inside the list using modulus (%) operator.
URL:https://www.ayclogic.com/event/230-pm-intro-to-competitive-programming-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T150000
DTEND;TZID=America/Los_Angeles:20230916T160000
DTSTAMP:20260425T222203
CREATED:20230917T032403Z
LAST-MODIFIED:20230917T032403Z
UID:21635-1694876400-1694880000@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished Library System project\nStarted last version of Grocery System project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework (only for this week)
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T153000
DTEND;TZID=America/Los_Angeles:20230916T163000
DTSTAMP:20260425T222203
CREATED:20230916T233030Z
LAST-MODIFIED:20230916T233100Z
UID:21617-1694878200-1694881800@www.ayclogic.com
SUMMARY:3:30 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nSubmit your homework to your assigned google drive by Friday night.\nCreate a Java file Sep16VariableAndDataTypeHW.java\nAnd do exercises number 1 to 3 from https://www.ayclogic.com/java-variables-datatypes/
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T170000
DTEND;TZID=America/Los_Angeles:20230916T180000
DTSTAMP:20260425T222203
CREATED:20230917T010135Z
LAST-MODIFIED:20230917T010135Z
UID:21622-1694883600-1694887200@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nReview of if statements and input from shell\nReview of list creation and list access\nLearned list functions and modifying lists\n\nHomework\n\nCreate a file named Sep16_TellMeYourAge.py\n\nDo ONLY the first question here: https://www.ayclogic.com/tell-me-your-age/\n\n\nCreate a file named Sep16_ListsHW.py\n\nCopy pages 37 to 41\n\n\n\nIf you have any questions\, let me know at szhuang@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-37/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T170000
DTEND;TZID=America/Los_Angeles:20230916T180000
DTSTAMP:20260425T222203
CREATED:20230917T010247Z
LAST-MODIFIED:20230917T010247Z
UID:21621-1694883600-1694887200@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nMake the blue gear icon on the main_activity.xml to be positioned like below\nWhen user click on that blue gear\, you should move the page to setting page. If you forget how to move from one page to another\, look at how we did in START GAME button.\nChange the status bar TextView in game_activity.xml color to blue color.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T170000
DTEND;TZID=America/Los_Angeles:20230916T180000
DTSTAMP:20260425T222203
CREATED:20230918T200149Z
LAST-MODIFIED:20230918T200149Z
UID:21646-1694883600-1694887200@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nCreate a reset game method that clears the score\, all balloons\, all explosions\, and all bugs on the screen\nCall the method when the game finishes
URL:https://www.ayclogic.com/event/5-pm-python-game-development-bill-24/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T180000
DTEND;TZID=America/Los_Angeles:20230916T190000
DTSTAMP:20260425T222203
CREATED:20230917T020815Z
LAST-MODIFIED:20230917T021621Z
UID:21628-1694887200-1694890800@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nStarted the Draw Shapes project.\n\nHomework:\n\nMake the Cat sprite draw the rest of the shapes. Do the triangle\, the rectangle\, and the one with lots of sides (the octagon).\n\n\n\n\nHint: Add a “go to” block and then type in the coordinates (the x and y) that you found for your shapes. Email me if you guys have any questions.\n\n\n\n\nSubmit your homework here: yitong@ayclogic.com \n\nHomework is due by FRIDAY NIGHT\nDon’t forget to share your project\, otherwise\, I cannot see it.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-9/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230916T180000
DTEND;TZID=America/Los_Angeles:20230916T190000
DTSTAMP:20260425T222203
CREATED:20230917T030348Z
LAST-MODIFIED:20230917T030348Z
UID:21626-1694887200-1694890800@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Dino Dance project.\n\nHomework\n\nDo pages 50-51 on your pink Scratch book.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-26/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR