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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T160000
DTEND;TZID=America/Los_Angeles:20240304T170000
DTSTAMP:20260426T134849
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:20260426T134849
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:20260426T134849
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:20260426T134849
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:20260426T134849
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:20260426T134849
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:20260426T134849
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
END:VCALENDAR