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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T090000
DTEND;TZID=America/Los_Angeles:20240302T100000
DTSTAMP:20260426T084032
CREATED:20240302T090256Z
LAST-MODIFIED:20240302T090256Z
UID:24125-1709370000-1709373600@www.ayclogic.com
SUMMARY:9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe started working on the game over page\, and the dizzy animation when the player crashes into a tube. We also made sure that the user loses the game if they go out of the screen (either above or below).\n\nHomework:\n\nMake sure that you reset the player’s game mode to flying mode everytime the play button is pressed.\nSimilar to the way we worked on the game over page\, draw the title for the game win page\, along with the play and credit buttons.
URL:https://www.ayclogic.com/event/9-am-indo-python-game-development-joel-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T103000
DTEND;TZID=America/Los_Angeles:20240302T113000
DTSTAMP:20260426T084032
CREATED:20240302T193327Z
LAST-MODIFIED:20240302T193327Z
UID:24130-1709375400-1709379000@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned about lists\nLearned how to create a list\nLearned how to modify items in a list\nLearned how to add and remove from a list\nLearned how to get the length of a list\n\nYour HW:\n\nDo pages 38 to 41 from the book but do not do the Try It Yourself
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T140000
DTEND;TZID=America/Los_Angeles:20240302T150000
DTSTAMP:20260426T084032
CREATED:20240302T230702Z
LAST-MODIFIED:20240302T230702Z
UID:24143-1709388000-1709391600@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nAdjusted text position for balloons\nLearned how to conditionally draw something with a 50/50 chance\nReviewed pygame hitbox rectangles & their full setup\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian\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\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T143000
DTEND;TZID=America/Los_Angeles:20240302T153000
DTSTAMP:20260426T084032
CREATED:20240302T233943Z
LAST-MODIFIED:20240302T233943Z
UID:24145-1709389800-1709393400@www.ayclogic.com
SUMMARY:2:30 PM - Intro To Competitive Programming - Gamas
DESCRIPTION:Today We Did\n\nWe went over Mad Scientist USACO problem. https://usaco.org/index.php?page=viewproblem2&cpid=1012\nWe went over Greedy algorithm concept.\n\nHomework\n\nDo Cannonball problem – try to read and do the problem within 1 hour 15 mins timeframe. https://usaco.org/index.php?page=viewproblem2&cpid=1372\nMarch 15 to 18 is another USACO qualification. Please do them.\n\n 
URL:https://www.ayclogic.com/event/230-pm-intro-to-competitive-programming-gamas-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T153000
DTEND;TZID=America/Los_Angeles:20240302T163000
DTSTAMP:20260426T084032
CREATED:20240309T233227Z
LAST-MODIFIED:20240309T233227Z
UID:24234-1709393400-1709397000@www.ayclogic.com
SUMMARY:3:30 PM – Adv Python Game Dev – Latisha
DESCRIPTION:Today We Did\n\ncontinued working on Tank Game\n\nHomework\n\nmake a class called TankExplosion in a file called tank_explosion.py\nthe class should be very similar to WallExplosion\, except it uses the images in assets/Tank_Explosion\nWhen a bullet hits the enemy or the enemy bullet hits the player\, create a new TankExplosion at the location of the tank that was hit\, and add it to a tank_explosion_group. Comment out the game_mode = blah line inside the collision function.
URL:https://www.ayclogic.com/event/330-pm-adv-python-game-dev-latisha-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T160000
DTEND;TZID=America/Los_Angeles:20240302T170000
DTSTAMP:20260426T084032
CREATED:20240303T053920Z
LAST-MODIFIED:20240310T002956Z
UID:24150-1709395200-1709398800@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\n\n\n\nFinished implementing takeMagicDamage()\nUsed proper constructors when adding new monsters\nImplemented monster healing\n\nHomework\nDownload and Install Android Studio! Link here: https://developer.android.com/studio \n\nFollow the default installation instructions. Once installation is complete\, create an Empty Views Activity called TemperatureConverter using Java.\nYou can find a more detailed guide here. Make sure to make an Empty Views Activity\, not Empty Activity. We won’t be using the Studio Bot\, but feel free to play around 🙂\n\nIf you have any issues\, please reach out or I can help during our next lesson! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T170000
DTEND;TZID=America/Los_Angeles:20240302T180000
DTSTAMP:20260426T084032
CREATED:20240303T022152Z
LAST-MODIFIED:20240303T022152Z
UID:24148-1709398800-1709402400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nDebugged FixingPythonBugs2.py\nReviewed Exercise #1 and #2 from Quiz 2 Prep\n\nExplained return values from functions\n\n\n\nHomework\nContinue working on Quiz2Prep.py! Try your best to attempt all the exercises. \n\nYou can find the problems at: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T173000
DTEND;TZID=America/Los_Angeles:20240302T183000
DTSTAMP:20260426T084032
CREATED:20240303T030714Z
LAST-MODIFIED:20240303T030714Z
UID:24147-1709400600-1709404200@www.ayclogic.com
SUMMARY:5:30 PM — Python OOP — Shawn
DESCRIPTION:Today We Did\n\nMore OOP examples — Dog example\nFinished GroceryShoppingCart with OOP\n\nHomework\n\nCopy pages 163 to Page 166\nPage 167 – TRY IT YOURSELF\n\nIf you have any questions\, please message me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-python-oop-shawn-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T180000
DTEND;TZID=America/Los_Angeles:20240302T190000
DTSTAMP:20260426T084032
CREATED:20240303T030613Z
LAST-MODIFIED:20240303T030613Z
UID:24151-1709402400-1709406000@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong Liu
DESCRIPTION:Today we:\n\nFinished the Virtual Snow project.\nReviewed the practice test.\n\nHomework:\n\nFinish and submit the Scratch Level 1 Practice Test.\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.\n\nPoints:\n\nSadev:      IIIII I\nPahan:      IIIII IIIII\nRoman:     IIIII IIIII\nBenjamin:  II\nEmma:      II\n\nSTUDENTS OF THE MONTH!!!\n(NOVEMBER)\n\nSadev\nRoman\nPahan\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-liu-13/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240302T183000
DTEND;TZID=America/Los_Angeles:20240302T193000
DTSTAMP:20260426T084032
CREATED:20240303T030805Z
LAST-MODIFIED:20240303T030805Z
UID:24154-1709404200-1709407800@www.ayclogic.com
SUMMARY:SAT 06:30 PM – AI/ML – Shawn
DESCRIPTION:Today We Did\n\nFinish Boston House Prices\nFinal project work\n\nHomework\n\nDeploy final project to Streamlit & Github\n\nIf you have any questions\, email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/sat-0630-pm-ai-ml-shawn-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T160000
DTEND;TZID=America/Los_Angeles:20240304T170000
DTSTAMP:20260426T084032
CREATED:20240305T023822Z
LAST-MODIFIED:20240305T023908Z
UID:24166-1709568000-1709571600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nStarted learning what functions are and how they are significant\nLearnt how to create and use functions without return values\nLearnt how parameters/arguments for a function works\n\nHomework:\nCreate a file called FunctionsWithoutRV_HW1.py and submit it into the google drive when you are done! \nDo the numbers in the link provided below\, and label the question as # number 4 # number 5 and so on! \n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n^ numbers 4-6\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T170000
DTEND;TZID=America/Los_Angeles:20240304T180000
DTSTAMP:20260426T084032
CREATED:20240305T023956Z
LAST-MODIFIED:20240305T025113Z
UID:24172-1709571600-1709575200@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nMade our code to create birds a bit cleaner using a method called create_bird() that uses a timer to create the birds (since the create_bird() method is called inside of a while loop in game_loop)\nMade our birds spawn randomly on the y axis\nMade different birds spawn using f”” formatting where we changed the bird  type number\nEmphasized how the bird update should come after the cloud update so that the birds go in front of the clouds\nStarted on the code to change the suffix (A or B) to make the bird start flapping its wings (we will complete this next week!)\n\nHomework:\n\nFor your homework\, make a new method in main.py called create_cloud() which does the same thing as create_bird()\, where the cloud object creation and adding happens inside of the create_cloud() method\nYou will have to make a timer called self.create_cloud_timer inside __init__ \, and make the clouds appear at random on the y axis.\nFor the bird timer\, set its value to 80.\nChange the cloud number that spawns between cloud1.png\, cloud2.png\, and cloud3.png.\nYou do not need a for loop for this.\nNOW\, after all of the above\, change the code so that the cloud spawns from the right and travels to the left. (try to figure out how this works)Good Luck.\nAlso\, when you are done submitting this\, by Sunday night I will leave comments to your homework so you will need to update your project from the upper left\, and if it asks you to merge\, merge yours\n\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-python-game-development-darin-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T170000
DTEND;TZID=America/Los_Angeles:20240304T180000
DTSTAMP:20260426T084032
CREATED:20240306T092327Z
LAST-MODIFIED:20240306T092327Z
UID:24208-1709571600-1709575200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nContinued learning about for loops\n\nHomework:\n\nUpload this homework in the Google Drive folder as Mar4_ForLoop_Pt2_Homework\n\nFollow the instructions in: https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nRead and do the codes from Pg. 56 Try It Yourself section\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-allison-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T190000
DTEND;TZID=America/Los_Angeles:20240304T200000
DTSTAMP:20260426T084032
CREATED:20240305T040015Z
LAST-MODIFIED:20240305T040015Z
UID:24179-1709578800-1709582400@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nAdded credit page button\nAdded draw_text()\nBegan credits page\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/mon-7-pm-shoot-balloon/-/tree/sat_7_pm_sebastian?ref_type=heads\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\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-30/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T190000
DTEND;TZID=America/Los_Angeles:20240304T200000
DTSTAMP:20260426T084032
CREATED:20240305T042145Z
LAST-MODIFIED:20240305T042145Z
UID:24181-1709578800-1709582400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed code for the final — uploaded to Google Drive\n\nHomework\n\nStudy for the final! Make sure to understand everything we went over today\, and review the following topics:\n\nHow to get input from shell\nHow to create simple functions\nHow to generate random numbers.\nHow to create a medium level Python program.\n\n\nProject Corrections\n\nFinal deadline for project revisions has been extended to this Saturday\, March 9th! Please email me if you have decided to make revisions so I can review them.\nYou can review the requirements here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\nIf you have any questions\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T190000
DTEND;TZID=America/Los_Angeles:20240304T200000
DTSTAMP:20260426T084032
CREATED:20240306T091539Z
LAST-MODIFIED:20240309T044719Z
UID:24206-1709578800-1709582400@www.ayclogic.com
SUMMARY:7 PM – Scratch Level 1 – Allison
DESCRIPTION:Today we:\n\nCoded the Banner sprite to hide when the game starts\nCoded the Banner sprite to switch to a costume and show when the Dog wins\nCoded the Banner sprite to switch to a costume and show when the Bat wins\nFinished the Animal Race project\n\nHomework:\n\nCreate a new project and title it “Ask Gobo”\nRead and do the codes in the Scratch book pg. 62-63.\n\nClick on this link to see the pages: Scratch Level 1 Pg. 62-63\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/7-pm-scratch-level-1-allison-27/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T193000
DTEND;TZID=America/Los_Angeles:20240304T203000
DTSTAMP:20260426T084032
CREATED:20240305T043359Z
LAST-MODIFIED:20240305T043359Z
UID:24184-1709580600-1709584200@www.ayclogic.com
SUMMARY:7:30 PM - Python Game Development - Bill
DESCRIPTION:Today We:\n\nLearned how to randomize the direction and where the birds spawn\n\nYour HW:\n\nMake clouds also be able to spawn on the right and move towards the left like the birds that we did in class
URL:https://www.ayclogic.com/event/730-pm-python-game-development-bill-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T180000
DTEND;TZID=America/Los_Angeles:20240305T190000
DTSTAMP:20260426T084032
CREATED:20240306T044745Z
LAST-MODIFIED:20240306T044745Z
UID:24199-1709661600-1709665200@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nReviewed the Scratch Level 1 Practice Test.\n\nHomework:\n\nStudy for the test\, we will continue going over the practice test next week.\n\nSend me your project here: yitong@ayclogic.com \n\nHomework is due MONDAY NIGHT. You can submit it earlier\, I will check it as soon as I can.\nMake sure to SHARE your project. Otherwise\, I cannot see it.\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-27/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T180000
DTEND;TZID=America/Los_Angeles:20240305T190000
DTSTAMP:20260426T084032
CREATED:20240306T064205Z
LAST-MODIFIED:20240306T064334Z
UID:24201-1709661600-1709665200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nReviewed how to create a function for a shape (in this case a left arm)\nLearnt how to make circles using turtle\nCreated a makeCircle() function to change features of our circle that we create in turtle\nLearnt how to incline our shapes using setheading()\n\nHomework\nSubmit your photo of the final project proposal into the google drive or email me! \n\nDraw out your final project following the criteria shown: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nYou can draw it with color pencils or just regular pencils (but if you use regular pencils\, label the portions/shapes with a color)\nTake a photo of it and send it to me for approval.\nYOU MUST HAVE THIS DONE BY NEXT WEEK!!\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/24201/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T183000
DTEND;TZID=America/Los_Angeles:20240305T193000
DTSTAMP:20260426T084032
CREATED:20240306T034615Z
LAST-MODIFIED:20240306T034640Z
UID:24191-1709663400-1709667000@www.ayclogic.com
SUMMARY:6:30pm - Intro to Python - Roland
DESCRIPTION:Today We Did \n\n\n\nReviewed last weeks homework (54\, 55)\n\nLogical Errors\nSyntax Errors\n\n\nWhile loops\n\nWith variable (number = 1)\nWith boolean (active)\nInfinite loop\n\nbreak\n\n\n\n\n\n\n\nHomework: \nSubmit the following file into your Google Drive Homework Folder \n\nMar5_WhileLoopHW1.py. Copy code from page 117-121 and TRY IT YOURSELF 7-6 7-7 on page 123.\n\nIf you have any questions\, feel free to email me at rolandyang@ayclogic.com
URL:https://www.ayclogic.com/event/roland-intro-to-python-630pm/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T190000
DTEND;TZID=America/Los_Angeles:20240305T200000
DTSTAMP:20260426T084032
CREATED:20240306T040741Z
LAST-MODIFIED:20240306T040741Z
UID:24195-1709665200-1709668800@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned how to loop through lists\n\nYour HW:\n\nRead and copy from pages 54 and 55 from your textbook\n(Ignore what I said about the animal hw website link)
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T190000
DTEND;TZID=America/Los_Angeles:20240305T200000
DTSTAMP:20260426T084032
CREATED:20240306T040932Z
LAST-MODIFIED:20240306T040932Z
UID:24197-1709665200-1709668800@www.ayclogic.com
SUMMARY:7 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nReviewed the Scratch Level 2 Practice Test.\n\nHomework:\n\nStudy for the test next week!\n\nSend me your project here: yitong@ayclogic.com \n\nHomework is due MONDAY NIGHT. You can submit it earlier\, I will check it as soon as I can.\nMake sure to SHARE your project. Otherwise\, I cannot see it.\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/7-pm-scratch-2-yitong-10/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240306T190000
DTEND;TZID=America/Los_Angeles:20240306T200000
DTSTAMP:20260426T084032
CREATED:20240307T040120Z
LAST-MODIFIED:20240307T040120Z
UID:24210-1709751600-1709755200@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Sebastian
DESCRIPTION:Today We Did \n\nFirst reviewed what 2 things all classes have\, so that we really can understand what it means to inherit a class:\n\nMethods (functions inside of classes)\nAttributes (variables shared between methods)\n\n\nLearned that inheritance is when a child class inherits every method from a parent class\nLearned how child classes can override methods from a parent class to become unique\, and have special method behavior\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 to the corresponding project’s folder in your Google Drive\, and name the file MAR6_inheritance_hw.py\nHomework: Copy code from pages 168 – 170
URL:https://www.ayclogic.com/event/7-pm-python-oop-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240307T173000
DTEND;TZID=America/Los_Angeles:20240307T183000
DTSTAMP:20260426T084032
CREATED:20240308T024515Z
LAST-MODIFIED:20240308T024515Z
UID:24212-1709832600-1709836200@www.ayclogic.com
SUMMARY:5:30 PM – Scratch Level 2 – Allison
DESCRIPTION:Today We:\n\nCoded the Dinosaur sprite\nFinished coding Level 2\nFinished the Jumpy Monkey project\n\nHomework:\n\nCreate a new project and title it “Fire and Ice Fight”\nUpload a sprite\n\nIt can be from the internet\nMake sure the character is facing the right\n\n\nUpload another sprite\n\nIt can be from the internet\nMake sure the character is facing the left\n\n\nUpload one background from the internet\nUpload the fireball and ice pictures below\nResize your sprites if needed\nRename your sprites. (Ex: If I choose an image of Darwin from The Amazing World of Gumball\, I would rename my sprite to Darwin)\nIf you want\, you can upload the sprites and background below\n\nThe first sprite is Darwin. The second sprite is Gumball.\n\n\nSee the example picture (the last picture) below\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.\n\n  \n  \n \n \n  \n \n  \n \n  \n \n  \nExample:
URL:https://www.ayclogic.com/event/530-pm-scratch-level-2-allison-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240307T180000
DTEND;TZID=America/Los_Angeles:20240307T190000
DTSTAMP:20260426T084032
CREATED:20240308T031347Z
LAST-MODIFIED:20240308T031402Z
UID:24214-1709834400-1709838000@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Bill
DESCRIPTION:Today We:\n\nLearned about while loop\n\nYour HW:\n\nCreate a new file called Mar_7_WhileLoopHW1\nDo the assignment found here: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/24214/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240308T190000
DTEND;TZID=America/Los_Angeles:20240308T200000
DTSTAMP:20260426T084032
CREATED:20240308T162424Z
LAST-MODIFIED:20240308T162424Z
UID:24219-1709924400-1709928000@www.ayclogic.com
SUMMARY:7 PM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe continued to review and work on exercises based on functions with and without return values.\n\nHomework:\n\nCopy the code from pages 137-139 and put the in a file called March8_FunctionsWithReturnValueHomework\nIn the same file\, do number 7 from: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nIf you have any questions\, feel free to email me at joel@ayclogic.com or Mr. Gamas at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-indo-intro-to-python-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T090000
DTEND;TZID=America/Los_Angeles:20240309T100000
DTSTAMP:20260426T084032
CREATED:20240309T032238Z
LAST-MODIFIED:20240309T032238Z
UID:24226-1709974800-1709978400@www.ayclogic.com
SUMMARY:SAT - 10 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe started working on the countdown timer.\n\nHomework:\n\nMake sure to buy the assets before the next lesson\nMake sure to finish the draw_countdown_timer function by checking if the timer <= 0 (or < 0\, up to you). If it is\, then change the game mode to game_win.
URL:https://www.ayclogic.com/event/sat-10-am-indo-python-game-development-joel-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T103000
DTEND;TZID=America/Los_Angeles:20240309T113000
DTSTAMP:20260426T084032
CREATED:20240310T053502Z
LAST-MODIFIED:20240310T053502Z
UID:24262-1709980200-1709983800@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned about looping through lists\n\nYour HW:\n\nRead and copy from pages 54 and 55 from your textbook
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T120000
DTEND;TZID=America/Los_Angeles:20240309T130000
DTSTAMP:20260426T084032
CREATED:20240309T205938Z
LAST-MODIFIED:20240309T210002Z
UID:24231-1709985600-1709989200@www.ayclogic.com
SUMMARY:12 PM - AI / ML - Gamas
DESCRIPTION:Today We Did\n\nWe learned about Kaggle Jupyter notebook.\n\nHomework\n\nCopy https://www.kaggle.com/code/ayclogic/lesson-1-homework\nAnd create a new notebook out of this homework file.\nFollow the instruction.\nAfter you are done\, email the link to your notebook to ayclogic@gmail.com
URL:https://www.ayclogic.com/event/12-pm-ai-ml-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T140000
DTEND;TZID=America/Los_Angeles:20240309T150000
DTSTAMP:20260426T084032
CREATED:20240310T190836Z
LAST-MODIFIED:20240310T190836Z
UID:24278-1709992800-1709996400@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nFixed balloons from spawning out of bounds\nWrote landing page method and began blitting play and credit buttons\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian\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\nContinue with the homework we wrote together in our project proposal document.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR