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:20220301T073000
DTEND;TZID=America/Los_Angeles:20220301T083000
DTSTAMP:20260423T230001
CREATED:20220301T163424Z
LAST-MODIFIED:20220301T163443Z
UID:11809-1646119800-1646123400@www.ayclogic.com
SUMMARY:7:30 AM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nDo last week homework\, please email your homework to gamas@ayclogic.com due date is March 2nd.\nNew homework: Create a new file March1_InputFromShellHomework.py. Copy codes from page 114 to 116.
URL:https://www.ayclogic.com/event/730-am-intro-to-python-gamas-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220301T180000
DTEND;TZID=America/Los_Angeles:20220301T190000
DTSTAMP:20260423T230001
CREATED:20220302T030527Z
LAST-MODIFIED:20220302T030527Z
UID:11815-1646157600-1646161200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nIf you did not do the homework last week\, please do it.\nContinue with Mar1_RobuxShoppingCart.py\nAdd code to make sure user has enough robux before making purchase. If user does not have enough Robux\, then it will print\n\nYou only have 50 robux remaining. Therefore you cannot purchase <item_name> for <item_price> robux.\n\n\nAdd code to make sure when user select “4. Add more robux”\, you ask user how much Robux they want to add and add it into the robux balance\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection:4\n\nADD MORE ROBUX\nHow much robux you want to add: 1000\nNow you have 1300 robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220301T180000
DTEND;TZID=America/Los_Angeles:20220301T190000
DTSTAMP:20260423T230001
CREATED:20220302T031337Z
LAST-MODIFIED:20220308T025754Z
UID:11818-1646157600-1646161200@www.ayclogic.com
SUMMARY:6 PM – Scratch Level 1 – Yitong
DESCRIPTION:What we did today:\n\nAdded music\nMade the other shark fly down\nWent over glide and broadcast\nStarted Custom Birthday Card Project\n\nHomework:\n\nUpload a picture of your mom in the button costumes and in the cake costumes\nUpload the pictures of yourself into both sharks\n(You can delete the other costumes once you have uploaded your pictures.)
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-yitong-17/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T170000
DTEND;TZID=America/Los_Angeles:20220302T180000
DTSTAMP:20260423T230001
CREATED:20220303T020415Z
LAST-MODIFIED:20220303T020545Z
UID:11824-1646240400-1646244000@www.ayclogic.com
SUMMARY:5pm Intro To Python - Bill
DESCRIPTION:Today We:\n\nContinued the Shopping Cart system project\nLearned how to check if the user’s response is not something we are looking for\nAdded elif statements to check the possible options of the user input\nMade the system keep track of the items the user purchases using a list\nMade the system keep track of the total cost using a price variable\nPrinted out the list at the end when the user checks out\nPrinted out the total cost at the end when the user checks out\nMade the menu\, list\, and total cost display more readable\n\nYour HW:\nCreate a new program called “Mar2_RobuxShoppingCart”. This program will be similar to the shopping cart program that we made: \nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 1\nYou purchased a Hat. You have 200 robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 2\nYou purchased a Hair. You have 50 robux remaining.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 3\nYou only have 50 robux remaining. Therefore you cannot purchase VIP Server for 500 robux.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 5\n\nYou have purchased the following items:\n1. Hat\n2. Hair\nYour remaining Robux balance is 50 Robux.\nPlease allow the user to keep track of the amount of money spent and the items purchased. You do not need to worry about option 4 yet\, we will cover this in the next class. \nIf you have any questions\, please email me at billhan@ayclogic.com \n 
URL:https://www.ayclogic.com/event/5pm-intro-to-python-bill-19/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T170000
DTEND;TZID=America/Los_Angeles:20220302T180000
DTSTAMP:20260423T230001
CREATED:20220307T090210Z
LAST-MODIFIED:20220307T090210Z
UID:11898-1646240400-1646244000@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:WEDNESDAY \nToday we continued the Sayu project – we started to add shading with a light gray color. \nHOMEWORK \nWork on your final project. You should be finished with steps: 1) Stick-figure sketch\, and 2) Body sketch. \n\nStart on step 3) Clothing sketch – Do this on a separate layer\, so that the clothes are easily to erase if you mess up and need to fix something.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-45/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T180000
DTEND;TZID=America/Los_Angeles:20220302T190000
DTSTAMP:20260423T230001
CREATED:20220303T025701Z
LAST-MODIFIED:20220303T025701Z
UID:11829-1646244000-1646247600@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework \nGiven a 2D grid of size m x n and an integer k. You need to shift the grid k times. \nIn one shift operation: \n\nElement at grid[i][j] moves to grid[i][j + 1].\nElement at grid[i][n – 1] moves to grid[i + 1][0].\nElement at grid[m – 1][n – 1] moves to grid[0][0].\n\nReturn the 2D grid after applying shift operation k times. \nNote: Please don’t create new array\, do it in place. I have shared what we have in class.
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T180000
DTEND;TZID=America/Los_Angeles:20220302T190000
DTSTAMP:20260423T230001
CREATED:20220303T025840Z
LAST-MODIFIED:20220428T233322Z
UID:11828-1646244000-1646247600@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Latisha
DESCRIPTION:Today We Did:\n\nFinished Magic 8 Ball with choice and randint\nStarted Hangman\n\nHomework:\n\nWork on Hangman\n\nKeep printing the number of lives using the symbols\nKeep asking the user “Enter a letter or the whole word: “\nIf the user enters word that is equal to the secret_word\, exit the loop\nIf you did it correctly\, it should be like below\n\nsecret_word: hydra\n\n['?'\, '?'\, '?'\, '?'\, '?']\n☂☂☂☂☂☂☂☂☂\nGuess a letter or the whole word: a\n\n['?'\, '?'\, '?'\, '?'\, '?']\n☂☂☂☂☂☂☂☂☂\nGuess a letter or the whole word: b\n\n['?'\, '?'\, '?'\, '?'\, '?']\n☂☂☂☂☂☂☂☂☂\nGuess a letter or the whole word: hydra\n\n\n\nNOTE: Please submit your homework file inside the google drive folder Tuesday at 5pm\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/6pm-intro-to-python-latisha-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T190000
DTEND;TZID=America/Los_Angeles:20220302T200000
DTSTAMP:20260423T230001
CREATED:20220303T035506Z
LAST-MODIFIED:20220303T035506Z
UID:11833-1646247600-1646251200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed For Loop List Homework and do some more exercises.\n\nHomework\n\nCreate March2_ForLoopListHomework2.py\nDo TRY IT YOURSELF from page 56: 4-1 and 4-2.\nAnd then create another file March2_ForLoopRange.py\nCopy codes from page 57.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220302T190000
DTEND;TZID=America/Los_Angeles:20220302T200000
DTSTAMP:20260423T230001
CREATED:20220303T040650Z
LAST-MODIFIED:20220303T171352Z
UID:11835-1646247600-1646251200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe added the bullet sprite.\nWe added direction to the bullet and spawned them in 4 different directions\nWe added the enemy health.\n\nHomework: \n\nAdd the landing page with a play button:\nWhen you click the play button show the game in session page instead.\nAdd collision detection between the bullet and the enemy which destroy both sprites.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-111/
CATEGORIES:Advanced Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220303T163000
DTEND;TZID=America/Los_Angeles:20220303T173000
DTSTAMP:20260423T230001
CREATED:20220304T013351Z
LAST-MODIFIED:20220304T013500Z
UID:11838-1646325000-1646328600@www.ayclogic.com
SUMMARY:4:30 PM - Python OOP - Gamas
DESCRIPTION:Homework\n\nCreate Marc3_UserClassHomework.py\nDo exercises in page 162: 9-3 and page 167: 9-5\nDownload Pycharm community edition from https://www.jetbrains.com/pycharm/download/ Make sure to download the community edition and not Professional one.
URL:https://www.ayclogic.com/event/430-pm-python-oop-gamas-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220303T170000
DTEND;TZID=America/Los_Angeles:20220303T180000
DTSTAMP:20260423T230001
CREATED:20220304T015427Z
LAST-MODIFIED:20220304T015427Z
UID:11843-1646326800-1646330400@www.ayclogic.com
SUMMARY:5 PM Scratch Level 2 - Alexander Lee
DESCRIPTION:Today We Did\n\nWe added in the Witch losing a life\, where balls fly outwards when she loses a life.\nWe also added a griffin and a dragon to the game to make it more challenging.\n\nFor Homework\n\nCreate a GameOver banner for when you run out of lives and it should show up along with a song playing when you lose.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-alexander-lee-10/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220303T170000
DTEND;TZID=America/Los_Angeles:20220303T180000
DTSTAMP:20260423T230001
CREATED:20220308T004837Z
LAST-MODIFIED:20220308T004837Z
UID:11905-1646326800-1646330400@www.ayclogic.com
SUMMARY:5PM - Python Game Development - Latisha
DESCRIPTION:Today We Did:\n\nWorked on Birdie\n\nAdded hitbox to the player\, bird\, and fireball\nAdded collision detection\n\n\n\nHomework:\n\nIf the player collides with a bird\, print to the shell “You lose”\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-python-game-development-latisha-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220303T180000
DTEND;TZID=America/Los_Angeles:20220303T190000
DTSTAMP:20260423T230001
CREATED:20220304T041340Z
LAST-MODIFIED:20220304T041340Z
UID:11847-1646330400-1646334000@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finish EmailApplication\n\nHomework\n\nNext week is Java Quiz. It will be 1 hour and 15 mins time. It is open book and you need to use IntelliJ to do your quiz.\nStudy SchoolApplication and the EmailApplication.\nStudy how to use list and Map\nStudy how to iterate list and Map.\nHow to read input from shell.\nIf else statements.\nCoding is like Math\, the more you practice\, the better you will be. How do you practice in coding? You redo some of the homeworks and exercises and program that you did before without looking.\nHow to study for the quiz\, after reviewing SchoolApplication and EmailApplication\, try to redo these 2 applications from scratch. Slowly redo the program without looking at the solution. If you are stuck\, you can of course look at the solution.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-gamas-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220303T190000
DTEND;TZID=America/Los_Angeles:20220303T200000
DTSTAMP:20260423T230001
CREATED:20220304T040821Z
LAST-MODIFIED:20220304T040821Z
UID:11845-1646334000-1646337600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - David
DESCRIPTION:Today We Do\n\nWe reviewed For Loop List homework.\nWe started For Loop Range.\n\nHomework\n\nUse for loop  in range to print number from 0 to 20\, inside the for loop\, check if number is less or equal to 5\, print “<number> is a small number”\nif number is between 6 to 15\, print “<number> is a medium number”\nif number is between 16 to 20\, print “<number> is a big number”\n\n0 is a small number\n1 is a small number\n2 is a small number\n3 is a small number\n4 is a small number\n5 is a small number\n6 is a medium number\n7 is a medium number\n8 is a medium number\n.\n.\n.\n15 is a medium number\n16 is a big number\n17 is a big number\n.\n.\n.\n20 is a big number
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-david-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220304T173000
DTEND;TZID=America/Los_Angeles:20220304T183000
DTSTAMP:20260423T230001
CREATED:20220305T023535Z
LAST-MODIFIED:20220305T033927Z
UID:11853-1646415000-1646418600@www.ayclogic.com
SUMMARY:5:30 PM - Scratch 2 - Alex
DESCRIPTION:Homework\n\nAdd Level3 to Cheese Chase\nIn the Cheese sprite\, when score is 8 broadcast level3\nIn the Cheese sprite\, when score is 10 broadcast GameWin.\nAdd one more Maze for Level3\nIn the Level sprite\, add one more costume for Level3\nAdd one more bug sprite that will show up only on level3.
URL:https://www.ayclogic.com/event/530-pm-scratch-2-alex/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220304T190000
DTEND;TZID=America/Los_Angeles:20220304T200000
DTSTAMP:20260423T230001
CREATED:20220305T040318Z
LAST-MODIFIED:20220305T040318Z
UID:11858-1646420400-1646424000@www.ayclogic.com
SUMMARY:7PM - Python Game Development - Latisha
DESCRIPTION:Today We Did:\n\nWorked on Birdie\n\nLearned how to make the Bird move left/right and up/down\nMade the Bird Class\n\n\n\nHomework:\n\nMake the Cloud class in cloud.py using cloud1.png\n\nThe update function should just blit the cloud\nIn main\, make a cloud group and 1 instance of the Cloud\, then call the cloud’s update function\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-python-game-development-latisha/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T090000
DTEND;TZID=America/Los_Angeles:20220305T100000
DTSTAMP:20260423T230001
CREATED:20220305T175627Z
LAST-MODIFIED:20220305T175627Z
UID:11864-1646470800-1646474400@www.ayclogic.com
SUMMARY:9 AM - Android Game Development With Java
DESCRIPTION:Homework\n\napply screenRatioWidth and screenRatioHeight to Bird and Fireball width and height.
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-11/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T100000
DTEND;TZID=America/Los_Angeles:20220305T110000
DTSTAMP:20260423T230001
CREATED:20220305T185518Z
LAST-MODIFIED:20220305T185518Z
UID:11866-1646474400-1646478000@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\ninside MainActivity.convertButtonOnClick method\, change the conversion formula according to “conversionMode” attribute.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T110000
DTEND;TZID=America/Los_Angeles:20220305T120000
DTSTAMP:20260423T230001
CREATED:20220305T045957Z
LAST-MODIFIED:20220305T045957Z
UID:11860-1646478000-1646481600@www.ayclogic.com
SUMMARY:SAT - 11 AM - Scratch 2 - Gamas
DESCRIPTION:Homework\n\nContinue on “Supermarket With List” project.\nMake sure all the fruit sprites are clickable and it will add item to the Shopping Cart List and add the total price.\nAdd more sprites for bakery and others. And make all of the clickable.\nWhen “Checkout” is clicked\, the Staff (cat) has to say all the items in the list and then say the total price.
URL:https://www.ayclogic.com/event/sat-11-am-scratch-2-gamas-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T110000
DTEND;TZID=America/Los_Angeles:20220305T120000
DTSTAMP:20260423T230001
CREATED:20220305T202817Z
LAST-MODIFIED:20220305T202817Z
UID:11868-1646478000-1646481600@www.ayclogic.com
SUMMARY:11 AM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe worked on the Spiralizer\n\nHomework\n\n(If you haven’t finish) add the “speed” variable and slider\, use the “angle” or “pensize” as reference if you are unsure.\nMake it so when you press the spacebar\, all the pen lines will be erased. (Try your best if you don’t know\, I’ll go over it next week.)
URL:https://www.ayclogic.com/event/11-am-scratch-1-abigail-13/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T120000
DTEND;TZID=America/Los_Angeles:20220305T130000
DTSTAMP:20260423T230001
CREATED:20220305T205102Z
LAST-MODIFIED:20220305T205102Z
UID:11870-1646481600-1646485200@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nNext week is Java quiz\, please come 15 mins early (11:45 AM).\nPlease study SchoolApplication and EmailApplication.\nMake sure you know the difference between Map and List.\nMake sure you know how to create class attributes to keep track of something within your application.\nTo practice\, the way to do it is to redo SchoolApplication and/or EmailApplication from scratch without looking at the solution. Unless you are stuck.\nIt’s open book.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T130000
DTEND;TZID=America/Los_Angeles:20220305T140000
DTSTAMP:20260423T230001
CREATED:20220305T220348Z
LAST-MODIFIED:20220305T220348Z
UID:11874-1646485200-1646488800@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the landing page.\nWe went over the game walk and started the maze solver module to user for the enemy tank.\nAdded logic to kill the enemy tank with the bullet.\n\nHomework: \n\nAdd the game won page when the enemy tank is killed.  You should be able to click the play button on the game won page. Don’t worry about reseting the state of the map and game\, we’ll handle that later. Make sure the game won page looks something like this:
URL:https://www.ayclogic.com/event/1-pm-python-game-development-51/
CATEGORIES:Advanced Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T130000
DTEND;TZID=America/Los_Angeles:20220305T140000
DTSTAMP:20260423T230001
CREATED:20220305T220641Z
LAST-MODIFIED:20220311T015302Z
UID:11877-1646485200-1646488800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did\n\nWe learned about If\, Else statements\nAlso learned about how to get user input with Scanner\nTalked about using AND and OR in Java\n\nFor Homework\n\nCreate a new Java file called March5_IfElseScannerHomework.java\nDo the AYClogic Car dealer program at\nhttps://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/2-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T150000
DTEND;TZID=America/Los_Angeles:20220305T160000
DTSTAMP:20260423T230001
CREATED:20220306T000017Z
LAST-MODIFIED:20220306T000017Z
UID:11882-1646492400-1646496000@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe completed SchoolApplication\nWe started learning about HashMap.\n\nHomework\n\nGo to https://www.youtube.com/watch?v=70qy6_gw1Hc and study about HashMap.\nChange the code in Mar5HashMap.java and see if you can store the following information inside “addressMap”:\n\nkey: “gamas” \, value:”9127 Ardendale Avenue\, San Gabriel\, CA 91775″\nkey: “john”\, value:”888 Heaven Rd\, Pasadena\, CA 88888″\n\n\nReview SchoolApplication codes and ask question if you have any.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T150000
DTEND;TZID=America/Los_Angeles:20220305T160000
DTSTAMP:20260423T230001
CREATED:20220306T000218Z
LAST-MODIFIED:20220306T000218Z
UID:11880-1646492400-1646496000@www.ayclogic.com
SUMMARY:3pm Scratch Level 1 - Bill
DESCRIPTION:Today We:\n\nReviewed the Scratch Level 1 final\nReviewed Broadcast Message codes and a little bit of the coordinate grid\nRedid a project for extra practice\n\nYour HW:\n\nNone
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-bill-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T150000
DTEND;TZID=America/Los_Angeles:20220305T160000
DTSTAMP:20260423T230001
CREATED:20220306T091354Z
LAST-MODIFIED:20220306T091422Z
UID:11893-1646492400-1646496000@www.ayclogic.com
SUMMARY:3 PM - Scratch Level 2 - Allison
DESCRIPTION:Today we:\n\nContinued the Cheese Chase project\nEdited the Mouse sprite’s costume\nCoded the Ghost sprite to go at a faster speed when the second level starts\nCoded the Beetle sprites and Ghost sprite to start at a different place when the second level starts\nEdited any codes and/or bugs as needed\n\nHomework:\n\nKevin: please relabel your Broadcast and When I Receive messages\nEveryone:\nCode the Game Over Banner to show when the Ghost sprite touches the Mouse sprite\nCode music to forever play when the game plays. You can choose which song to use\nCode a different song to play OR code the game to play stop playing music when the game is over\nCode a different song to play OR code the game to stop playing music when the player wins the game\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/3-pm-scratch-level-2-allison-13/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T160000
DTEND;TZID=America/Los_Angeles:20220305T170000
DTSTAMP:20260423T230001
CREATED:20220308T005052Z
LAST-MODIFIED:20220308T005052Z
UID:11907-1646496000-1646499600@www.ayclogic.com
SUMMARY:4PM - Object Oriented Python - Latisha
DESCRIPTION:Today We Did:\n\nFinished Grocery System using Classes\n\nHomework:\n\nNone\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-object-oriented-python-latisha-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T170000
DTEND;TZID=America/Los_Angeles:20220305T180000
DTSTAMP:20260423T230001
CREATED:20220306T015938Z
LAST-MODIFIED:20220306T015938Z
UID:11888-1646499600-1646503200@www.ayclogic.com
SUMMARY:5PM - Object Oriented Python - David
DESCRIPTION:Topics covered in class today:\n\nStarted the School Application\nCreated application_loop\nCreated Student Class\n\nHomework\n\nIn the application_loop\, when the user selects “1”\, ask the user to input a name\, age\, and grade\, and then make a new Student using the information they give you.\n\nIf you need any help or have any questions\, please contact me at david@ayclogic.com or latisha@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-object-oriented-python-david/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T170000
DTEND;TZID=America/Los_Angeles:20220305T180000
DTSTAMP:20260423T230001
CREATED:20220306T020058Z
LAST-MODIFIED:20220306T020058Z
UID:11886-1646499600-1646503200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on EmailApplication\nInside createEmailMessage(EmailAccount personWhoLogin) when user enter an email that is not inside emailAccountMap\, then print message like “<email> is not in our system” and then stop doing sending the email.\nInside checkInbox(EmailAccount personWhoLogin) : when there is no email\, make sure we print “There is no email in your inbox” and don’t throw an error.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T180000
DTEND;TZID=America/Los_Angeles:20220305T190000
DTSTAMP:20260423T230001
CREATED:20220306T030245Z
LAST-MODIFIED:20220309T010758Z
UID:11891-1646503200-1646506800@www.ayclogic.com
SUMMARY:6 PM - Intro to Python
DESCRIPTION:Today: \n\nWe finished the hangman.\nWe started learning about fixing bugs.\n\nHomework: \n\nCopy the broken code at https://www.ayclogic.com/fixing-python-bugs/\, and fix it using the methodology we learned in class.  Once it’s fixed it should print out the output described on the link.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-51/
CATEGORIES:Python Level 1
END:VEVENT
END:VCALENDAR