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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250701T160000
DTEND;TZID=America/Los_Angeles:20250701T170000
DTSTAMP:20260514T182122
CREATED:20250702T234757Z
LAST-MODIFIED:20250702T234757Z
UID:29540-1751385600-1751389200@www.ayclogic.com
SUMMARY:Scratch 1 – TUE 4 PM – Julian (Allison substitute)
DESCRIPTION:What We Did:\n\nContinued the Tunnel of Doom project\n\nHomework:\n\nCreate at least 3 costumes for your maze sprite\nWhen the game starts\, make your maze sprite:\n\nforever change colors\nrandomize which costume is used whenever the game starts. Hint: use the “pick random” block\n\n\nWhen the cat touches the maze\, make the cat play the sound “meow”\n\nIf you have any questions feel free to email Julian at jsaroufim@ayclogic.com or Allison at allison@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-tue-4-pm-julian-allison-substitute/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250702T150000
DTEND;TZID=America/Los_Angeles:20250702T160000
DTSTAMP:20260514T182122
CREATED:20250703T000842Z
LAST-MODIFIED:20250703T000842Z
UID:29542-1751468400-1751472000@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed classes and methods\nSet up our SchoolSystem project\n\nHomework\nReminder: Our next class is on Wednesday 7/9. \nCreate a folder in your Google Drive called Jun2_SchoolSystem. Upload the files student.py\, teacher.py\, classroom.py\, staff.py\, and main.py to this folder. \n\nMake sure to do the code in your SchoolSystem project\nIn your student.py file:\n\nCreate a Student class. It will have 3 attributes: name\, age\, and grade\n\n\nCreate a teacher.py file. (Make sure it’s within the src folder)\n\nCreate a Teacher class. It will have 3 attributes: name\, age\, and subject_of_expertise\n\n\nCreate a classroom.py file. (Make sure it’s within the src folder)\n\nCreate a Classroom class. It will have 3 attributes: class_name\, class_type\, and size\n\n\nCreate a staff.py file. (Make sure it’s within the src folder)\n\nCreate a Staff class. It will have 5 attributes: name\, phone\, email\, age\, and duty\n\n\nIn your main.py file:\n\nImport the Student\, Teacher\, Classroom\, and Staff class.\n(You can look at the GroceryItem Class and see how we imported it into the GrocerySystemWithClass project)\n\n\nNote: We’re only making classes\, not objects\, for this homework.\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250703T180000
DTEND;TZID=America/Los_Angeles:20250703T190000
DTSTAMP:20260514T182122
CREATED:20250704T064344Z
LAST-MODIFIED:20250704T064344Z
UID:29545-1751565600-1751569200@www.ayclogic.com
SUMMARY:5:45 PM - Digital Illustration 1 - Abigail
DESCRIPTION:Today We\n\nWe continued working on the Aang drawing.\n\nHomework\n\nDraw the background of the Aang drawing.\nMake sure to include a floor\, sky\, and clouds.\nMake sure to MAKE A NEW LAYER for the background.\n\n \nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/545-pm-digital-illustration-1-abigail/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T170000
DTEND;TZID=America/Los_Angeles:20250707T180000
DTSTAMP:20260514T182122
CREATED:20250708T011145Z
LAST-MODIFIED:20250708T011153Z
UID:29559-1751907600-1751911200@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed everything learnt in class\nLearnt how to use the for loop with and/or statements\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file July7_WhileLoopsHW.py and do the following:\n– From the book:\nCopy Pages 117 and 121\nDo TIY 7-4\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T180000
DTEND;TZID=America/Los_Angeles:20250707T190000
DTSTAMP:20260514T182122
CREATED:20250708T020815Z
LAST-MODIFIED:20250708T020815Z
UID:29562-1751911200-1751914800@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn about functions\n\nParameters\nReturn values\nHow to call our functions\n\n\nLearn about how to type variables and parameters\nMonday 6:00PM class code:\nhttps://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Finish numbers 4 through 7 on the link below:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T193000
DTEND;TZID=America/Los_Angeles:20250707T203000
DTSTAMP:20260514T182122
CREATED:20250708T033206Z
LAST-MODIFIED:20250708T033206Z
UID:29565-1751916600-1751920200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Java - Bill
DESCRIPTION:Your HW:\n\nCreate a new Java class July_7_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\nTest it on finding out what 79 degrees F is in Celsius
URL:https://www.ayclogic.com/event/730-pm-intro-to-java-bill-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250708T133000
DTEND;TZID=America/Los_Angeles:20250708T153000
DTSTAMP:20260514T182122
CREATED:20250708T231816Z
LAST-MODIFIED:20250708T231846Z
UID:29599-1751981400-1751988600@www.ayclogic.com
SUMMARY:1:30 PM - Intro To Python Summer - Joshua
DESCRIPTION:Today We:\n\nReviewed the different turtle functions\nStarted robot builder\nStarted drawing shapes project\n\nYour HW:\n\nComplete the Robot Builder project\nCreate the neck\, head\, eyes\, mouth and arms\nIt should look like the following image
URL:https://www.ayclogic.com/event/130-pm-intro-to-python-bill/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250708T173000
DTEND;TZID=America/Los_Angeles:20250708T183000
DTSTAMP:20260514T182122
CREATED:20250709T021214Z
LAST-MODIFIED:20250709T021517Z
UID:29606-1751995800-1751999400@www.ayclogic.com
SUMMARY:Scratch 1 – TUE 5:30 PM – Julian (Allison Substitute)
DESCRIPTION:Today We Did:\n\nContinued our Animal Race project.\n\nHomework:\n\nVivian (Your homework is a bit different since you wanted to make your project a bit different)\n\nCreate a background that has a “Dog Win” banner\nCreate a background that has a “Bat Win” banner\nWhen the Dog touches the finish line:\n\nSwitch to the background with “Dog Win” banner\n\n\nWhen the Bat touches the finish line\n\nSwitch to the background with “Bat Win” banner\n\n\nWhen the Dog OR Bat touches the finish line:\n\nMake the Star sprite show. (Make sure the Star is hiding at the start of the game)\n\n\n\n\nEveryone else:\n\nIn your Flag sprite\, make a “Bat Win” costume\nMake the Flag hide when the game starts\nWhen the Dog touches the finish line:\n\nMake the Flag show with the “Dog Win” costume.\n\n\nWhen the Bat touches the finish line\n\nMake the Flag show with the “Bat Win” costume.\n\n\n\n\nEveryone:\n\nHint for your homework: You will need to use broadcast and When I receive. (Remember your Cat and Dog uses those codes so the Dog knows when to start moving and racing!)\nYou will need to use different messages for the Dog and Bat broadcast.\n\n\n\nIf you have any questions feel free to email Julian at jsaroufim@ayclogic.com or Allison at allison@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-tue-530-pm-julian-allison-substitute/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250708T190000
DTEND;TZID=America/Los_Angeles:20250708T200000
DTSTAMP:20260514T182122
CREATED:20250709T032007Z
LAST-MODIFIED:20250709T032045Z
UID:29605-1752001200-1752004800@www.ayclogic.com
SUMMARY:7 PM – Intro to Competitive Programming – Darin
DESCRIPTION:What We Did Today:\n\nReviewed Recursion\nImplemented the Fibonacci Function using Recursion\nLearnt about Memoization\n\nHomework:\nSubmit into the google drive here when you are finished! \n\n// new HW\n// create a recursive function binSearch(n\, low\, high) that looks for the number n in a sorted list\n\n// This is called the binary search algorithm\n\n// binSearch(5) = true\n// binSearch(1) = false\n// 0 2 3 4 5 6 7 8\n\n// see if n is equal to len(list) / 2\n// if it is greater than len(list) / 2: traverse the upper half\n// else traverse the lower half\n\n// base case\n// operation\n// recursive function\n\n// output: true or false\n\nhint: use low and high as variables to determine which part of the array to look around\nAlso watch these two videos: \nDynamic Programming: https://www.youtube.com/watch?v=oNoILrFOx2k \nGreedy Algorithms: https://www.youtube.com/watch?v=lfQvPHGtu6Q \n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/7-pm-intro-to-competitive-programming-darin-13/
CATEGORIES:Intro To Competitive,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T150000
DTEND;TZID=America/Los_Angeles:20250709T160000
DTSTAMP:20260514T182122
CREATED:20250709T224608Z
LAST-MODIFIED:20250709T230039Z
UID:29612-1752073200-1752076800@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nContinued our SchoolSystem project\n\nHomework\n\nMake sure to do the code in your SchoolSystem project\nWhen you’re done with the homework\, upload main.py but rename it to Jun9_main.py in your Google Drive (don’t rename it in PyCharm!)\nIn your main.py file:\n\nIf the user enters option 2\, print out everything in the student list\nIf the user enters option 3\, ask the user for the student’s name. Find the student in the student list\, and print out the info like ({name} – {age} years old – grade {grade}).\n\nIf no student with that name exists\, print: “We couldn’t find {student’s name} in our student list”\n\n\nYou can skip if the user enters option 4 and 5 for now.\nIf the user enters option 6\, ask the user for input on any info needed to create a teacher object. Create the teacher object\, and add it to teacher_list.\n\nMake sure to create an empty teacher_list (in the initialize function)\n\n\n\n\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T170000
DTEND;TZID=America/Los_Angeles:20250709T180000
DTSTAMP:20260514T182122
CREATED:20250710T022848Z
LAST-MODIFIED:20250710T022848Z
UID:29628-1752080400-1752084000@www.ayclogic.com
SUMMARY:5 PM – Scratch 2 – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe finished the How Old Are You project.\nWe started the Movie Ticket Price project.\n\nHomework\n\nCreate 1 if statement for the free ticket. (You should have 3 if statements in total)\nFree Ticket = Below 3 or Above 59\n(2 or less\, 60 or more)\nRemember to use OR not AND\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-24/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T183000
DTEND;TZID=America/Los_Angeles:20250709T193000
DTSTAMP:20260514T182122
CREATED:20250710T023257Z
LAST-MODIFIED:20250710T023257Z
UID:29630-1752085800-1752089400@www.ayclogic.com
SUMMARY:6:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nMake the player animated like we did for the bird\nMake sure it uses all the frames (1-4)
URL:https://www.ayclogic.com/event/630-pm-python-game-development-bill-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T190000
DTEND;TZID=America/Los_Angeles:20250709T200000
DTSTAMP:20260514T182122
CREATED:20250710T002818Z
LAST-MODIFIED:20250710T034739Z
UID:29617-1752087600-1752091200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use the basics of turtle module to draw with python\n\nHomework:\nIf the image is blurry below\, you can see the better quality here: https://drive.google.com/drive/folders/1vy9xiKwwPE2tFuldiIJHu_O3aY0mIIV2?usp=sharing \n \nCreate the shapes above using the t.goto() function. Use the t.begin_fill() and t.end_fill() to wrap around each shape and fill in solid color. Refer to the class notes on how to do this.\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T190000
DTEND;TZID=America/Los_Angeles:20250709T200000
DTSTAMP:20260514T182122
CREATED:20250710T030845Z
LAST-MODIFIED:20250710T031126Z
UID:29632-1752087600-1752091200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today We Did\n\nWe finished reviewing the If-Else HW 1.\nWe learned about elif and how it is an extension of if statements.\nStarted learning about taking Input From Shell.\n\nHomework\n\nCreate july_9_if_else_hw2.py\n\nCopy the code from page 84 of the textbook and do 5-3 and 5-4 in the Try-It-Yourself section\n\n\nDo number 3 only.\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250710T080000
DTEND;TZID=America/Los_Angeles:20250710T170000
DTSTAMP:20260514T182122
CREATED:20250711T004311Z
LAST-MODIFIED:20250711T004311Z
UID:29644-1752134400-1752166800@www.ayclogic.com
SUMMARY:1:30- Intro to python Summer
DESCRIPTION:Today we did\n\nhow to make application\n\nshopping cart\nRobux\n\n\nCombining random and turtle\n\nHomework\n\nEdit your face function to be able to change the eye\, face\, mouth color\, or other featues\nIn a while forever loop\, print that face in random locations\, with different random colors for at least three features in your face
URL:https://www.ayclogic.com/event/130-intro-to-python-summer-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250710T180000
DTEND;TZID=America/Los_Angeles:20250710T190000
DTSTAMP:20260514T182122
CREATED:20250711T020305Z
LAST-MODIFIED:20250711T020305Z
UID:29646-1752170400-1752174000@www.ayclogic.com
SUMMARY:6 PM - Digital Illustration 1 - Abigail
DESCRIPTION:Today We\n\nWe finished working on the Aang drawing.\nWe started working on the Lighthouse drawing.\n\nHomework\n\nNo Homework!\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-digital-illustration-1-abigail/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250710T180000
DTEND;TZID=America/Los_Angeles:20250710T190000
DTSTAMP:20260514T182122
CREATED:20250711T021454Z
LAST-MODIFIED:20250713T042603Z
UID:29648-1752170400-1752174000@www.ayclogic.com
SUMMARY:6:00 PM - Python OOP- Joshua
DESCRIPTION:Today we did \n\nreviewed basics of python oop\n\nhow to create a class\nhow __init_works\nhow to create a object of your class (like a specific dog with your dog class template)\nhow to use functions in the class\nhow to grab class variables\nhouw to use class functions\n\n\n\nHomework \nCreate a new project Library System \n\ncreate a src file and create two python files (main.py and book.py)\nThe book class should have as class variables (both as self. and in ()   )\n\ntitle\, author\, publish_year\, id\n\n\nThe main class should have in the __init_ but not class variables (so should just be __init__self\n\na dictionary called (book_dictionary)\na dictionary called (books by id)\na menu\, which contains\n\n“””\nPlease look at below options\n1. Add book\n2. List all books\n3. Find book by name\n4. Find book by id\n5. List all old books\nEnter your selection. Enter ‘quit’ to exit: “””
URL:https://www.ayclogic.com/event/600-pm-python-oop-joshua-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250710T183000
DTEND;TZID=America/Los_Angeles:20250710T193000
DTSTAMP:20260514T182122
CREATED:20250711T023415Z
LAST-MODIFIED:20250711T023415Z
UID:29650-1752172200-1752175800@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nContinue monster inheritance project\nLearn about inheritance\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework:\n\nOverride the constructor of Monster to only have 2 parameters: health\, max_attack\n\ncall the parent class’ constructor and pass in “troll”\, health\, max_attack\n\n\nReplace the else’s “self.health -= damage” with a call to parent class’ take_damage()
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-13/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250711T170000
DTEND;TZID=America/Los_Angeles:20250711T190000
DTSTAMP:20260514T182122
CREATED:20250712T003226Z
LAST-MODIFIED:20250712T020233Z
UID:29658-1752253200-1752260400@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Allison (Darin Sub)
DESCRIPTION:What We Did Today\n\nFinished our SchoolSystem project\, adding dictionary methods for storing students\, teachers\, and classrooms.\nStarted the Library System project.\n\nHomework\n\nMake sure to do the code in your SchoolSystem project\nWhen you’re done with the homework\, re-upload June9_main.py.\nIn your main.py file:\nFinish the remaining selections (8\, 10\, 12\, 13\, 14\, 15\, 16)\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/5-pm-python-oop-allison-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250711T180000
DTEND;TZID=America/Los_Angeles:20250711T190000
DTSTAMP:20260514T182122
CREATED:20250712T020855Z
LAST-MODIFIED:20250712T020855Z
UID:29662-1752256800-1752260400@www.ayclogic.com
SUMMARY:6 PM - USACO Bronze - Gamas
DESCRIPTION:Today We Did\n\nWe went over recursion and while loop.\nWe went over the 3 basic recursion steps.\n\nHomework\n\ncreate July11RecursionHw.py\n\ncreate public boolean isPalindrome(char[] text)\ncreate a while true and scanner program to achieve this below\n\n\nEnter your text ('exit' to stop): racecar\n'racecar' is a palindrome\n\nEnter your text ('exit' to stop): gamas\n'gamas' is not a palindrome\n\nEnter your text ('exit' to stop): exit\nThank you for using this Palindrome recursion\n\n\n\ncreate public void reverseArray(char[] text)\ncreate a while true and scanner program to achieve this below\n\n\nEnter your text ('exit' to stop): racecar\n'racecar' is the reverse of 'racecar'\n\nEnter your text ('exit' to stop): gamas\n'samag' is the reverse of 'gamas'\n\nEnter your text ('exit' to stop): exit\nThank you for using this Reverse Array recursion.
URL:https://www.ayclogic.com/event/6-pm-usaco-bronze-gamas-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250711T180000
DTEND;TZID=America/Los_Angeles:20250711T190000
DTSTAMP:20260514T182122
CREATED:20250712T183753Z
LAST-MODIFIED:20250712T184300Z
UID:29681-1752256800-1752260400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe started working on Flappy Duck and finished cloning the project.\n\nHomework:\n\nMake a new Python file called tube.py. Inside\, just copy the code from the Cloud class in DragonBirdie\, and paste inside this new tube.py file.
URL:https://www.ayclogic.com/event/8-am-python-game-development-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250711T190000
DTEND;TZID=America/Los_Angeles:20250711T200000
DTSTAMP:20260514T182122
CREATED:20250712T030153Z
LAST-MODIFIED:20250712T030244Z
UID:29661-1752260400-1752264000@www.ayclogic.com
SUMMARY:Scratch 1 - FRI 7PM - Julian
DESCRIPTION:Today We Did:\n\nWent over how to submit final project.\nReviewed the practice final exam (only the dog banner challenge).\n\nHomework:\n\nNone! While I would heavily recommend you to study for the final exam using our practice final as an example\, there is no official homework. Our final test will be in 2 weeks\, meaning we have 1 class left for review!\n\nIf you have any questions feel free to email me at jsaroufim@ayclogic.com
URL:https://www.ayclogic.com/event/scratch-1-fri-7pm-julian-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250711T200000
DTEND;TZID=America/Los_Angeles:20250711T220000
DTSTAMP:20260514T182122
CREATED:20250712T184158Z
LAST-MODIFIED:20250712T184158Z
UID:29683-1752264000-1752271200@www.ayclogic.com
SUMMARY:8 PM - AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe started making progress on Cats vs Dog classification.
URL:https://www.ayclogic.com/event/8-pm-ai-ml-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250712T090000
DTEND;TZID=America/Los_Angeles:20250712T100000
DTSTAMP:20260514T182122
CREATED:20250712T165751Z
LAST-MODIFIED:20250712T165751Z
UID:29669-1752310800-1752314400@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed dictionary\nWe reviewed Grocery Shopping Cart using dictionary.\n\nHomework\n\nInside mar_22_grocerry_shopping_cart_v2.py\n\nChange the code so you can generate the menu using the 2 dictionaries that you have. HINT: you have to use the for loop with .items()\n\n\nInside mar_25_grocerry_shopping_cart_v2.py\n\nchange the code to use dictionaries to produce the menu.\n\n\nTBD
URL:https://www.ayclogic.com/event/9-am-python-oop-gamas-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250712T090000
DTEND;TZID=America/Los_Angeles:20250712T100000
DTSTAMP:20260514T182122
CREATED:20250712T183236Z
LAST-MODIFIED:20250712T183236Z
UID:29679-1752310800-1752314400@www.ayclogic.com
SUMMARY:9 AM - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe finished TemperatureConverter and discussed the final practice test.\n\nHomework:\n\nDo the practice final test during the week. Ideally\, you should allocate a 2-hour time block to do the test in order to simulate the final exam conditions. This practice test is worth 10% of your grade\, and remember that while you can look at your previous code\, you cannot look at external sources such as Google\, ChatGPT\, etc. Once you’re done\, submit the form\, and you’re good to go.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-joel-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250712T100000
DTEND;TZID=America/Los_Angeles:20250712T110000
DTSTAMP:20260514T182122
CREATED:20250712T180151Z
LAST-MODIFIED:20250712T180623Z
UID:29671-1752314400-1752318000@www.ayclogic.com
SUMMARY:10 AM - Scratch 1 - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Spiralizer project.\nWe learned about “Create clone of myself” and “When I start as a clone”\nWe learned about variables\, gradient colors.\n\nHomework\n\ncontinue with Spiralizer project from the book page 99\, 100\, and 101.
URL:https://www.ayclogic.com/event/10-am-scratch-1-gamas-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250712T150000
DTEND;TZID=America/Los_Angeles:20250712T160000
DTSTAMP:20260514T182122
CREATED:20250712T225933Z
LAST-MODIFIED:20250712T225933Z
UID:29686-1752332400-1752336000@www.ayclogic.com
SUMMARY:3 PM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed String f string.\nWe reviewed about List.\n\nHomework\n\nCreate july-12-for-loop-hw.py\n\nCreate a list : jazz\, tango\, ballet\, tap dance.\nUse for loop to print all of the elements in the list like this\n\nJAZZ is cool.\nHurray\nTango is cool.\nHurray\nBallet is cool.\nHurray\nTap Dance is NOT great.\n\n\n\ncreate july-12-while-loop-hw.py\n\nCopy codes from page 118 to 121.\nDo problem number 9 and 10 from https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/3-pm-python-oop-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250712T170000
DTEND;TZID=America/Los_Angeles:20250712T180000
DTSTAMP:20260514T182122
CREATED:20250719T215850Z
LAST-MODIFIED:20250719T215850Z
UID:29773-1752339600-1752343200@www.ayclogic.com
SUMMARY:5 PM - Scratch 1 - Elijah (Abigail Sub)
DESCRIPTION:What we did today:\n\nWe finished working on the Ask Gobo project.\nWe started working on the Funny Faces project.\n\nHomework:\n\nMake a Hat\, Bowtie\, and Hair sprite.\nDon’t try to copy the book and make up your own sprites.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-1-elijah-abigail-sub/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250714T170000
DTEND;TZID=America/Los_Angeles:20250714T180000
DTSTAMP:20260514T182122
CREATED:20250714T234957Z
LAST-MODIFIED:20250715T005608Z
UID:29710-1752512400-1752516000@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how for loops work\nLearnt how to use the while loop\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file July7_WhileLoopsHW2.py and do the following:\n– From the book: Page 123 TRY IT YOURSELF 7-5\, 7-6\, 7-7\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250714T180000
DTEND;TZID=America/Los_Angeles:20250714T190000
DTSTAMP:20260514T182122
CREATED:20250715T015902Z
LAST-MODIFIED:20250715T015902Z
UID:29712-1752516000-1752519600@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned about the random module\n\nrandom.int() gives a random number\nrandom.choice() gives a random element from a list\n\n\nLearned some really easy debugging techniques\n\nFinished this entire thing in 4 minutes\, really good job!\n\n\nJust want to clarify – no quiz next week\, we will just be reviewing the content that will be on the quiz to prepare\nMonday 6:00PM class code:\nhttps://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: \n\nComplete all exercises specified in the Magic 8 Ball project:\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR