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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251003T170000
DTEND;TZID=America/Los_Angeles:20251003T180000
DTSTAMP:20260517T011041
CREATED:20251004T004430Z
LAST-MODIFIED:20251004T004935Z
UID:31176-1759510800-1759514400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\nHad our second quiz\nFor those of you that weren’t able to make it to today’s zoom\, please work on the quiz sent to your emails before class next week. Make sure to work on it within an hour\, we can keep track of the time\n\nHomework:\nNone! \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251003T170000
DTEND;TZID=America/Los_Angeles:20251003T180000
DTSTAMP:20260517T011041
CREATED:20251004T031829Z
LAST-MODIFIED:20251010T173824Z
UID:31179-1759510800-1759514400@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over the If-Else HW.\nWe learned about user input.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Oct3_IfElse_2_HW.py”\nIn your Python Crash Course book\, do questions 5-3 & 5-4 from page 84.\nDo question 3 from this question set (Sorry that I forget to mention this during the meeting)\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251008T190000
DTEND;TZID=America/Los_Angeles:20251008T200000
DTSTAMP:20260517T011041
CREATED:20251009T030804Z
LAST-MODIFIED:20251009T030804Z
UID:31232-1759950000-1759953600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nReviewed the Intro to Python Quiz 1.\nStarted learning about functions without return values.\n\nHomework:\n\nDo pages 130-133. Do not do the Try-It-Yourself questions.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251008T190000
DTEND;TZID=America/Los_Angeles:20251008T200000
DTSTAMP:20260517T011041
CREATED:20251009T030927Z
LAST-MODIFIED:20251009T030927Z
UID:31233-1759950000-1759953600@www.ayclogic.com
SUMMARY:7:00 PM – Python Game Development – Darin
DESCRIPTION:What We Did Today:\n\nCreated collisions for our flappy duck\nGive flappy duck the ability to jump up and fall down\nCleaned up code with TESTING variable\n\nHomework:\n\n# homework:\n# 1. modify the code here so that the duck flaps its wings. This is similar again to dragon birdie\n\n# 2. modify the hitbox of the duck so they are smaller. (crop the image)\n\n# 3. add in a game score to the top right. This is also similar to dragon birdie.\n# whenever you pass a tube\, you increment the score by one\n\nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-python-game-development-darin/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251010T170000
DTEND;TZID=America/Los_Angeles:20251010T180000
DTSTAMP:20260517T011041
CREATED:20251011T021206Z
LAST-MODIFIED:20251011T021303Z
UID:31257-1760115600-1760119200@www.ayclogic.com
SUMMARY:5 PM – Intro To Python - Darin
DESCRIPTION:Today We Do\n\nWe reviewed the second quiz.\nWe started Python Digital drawing using Turtle.\n\nHomework\n\nCreate a new file “Oct10_Turtle4ShapesHomework.py”\nDraw these shapes using t.goto() and t.penup() and t.pendown()\nLook at this image for your coordinates guidance\n\n\n\n\n\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-55/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251010T170000
DTEND;TZID=America/Los_Angeles:20251010T180000
DTSTAMP:20260517T011041
CREATED:20251011T034743Z
LAST-MODIFIED:20251017T175411Z
UID:31265-1760115600-1760119200@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe learned about user input.\nWe learned what is a Strings and what is an Integer.\nWe learned how to convert Strings into Integers\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Oct10_InputFromShell_HW.py”\nIn your Python Crash Course book\, copy down the code from pages 114-116.\nThen\, do questions 7-1 & 7-2 in page 117 from the Try it Yourself section.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251010T180000
DTEND;TZID=America/Los_Angeles:20251010T190000
DTSTAMP:20260517T011041
CREATED:20251011T021410Z
LAST-MODIFIED:20251011T021410Z
UID:31258-1760119200-1760122800@www.ayclogic.com
SUMMARY:6 PM – Python Game Development – Joel (Darin Sub)
DESCRIPTION:Today We Did:\n\nCreated the collision logic for the coin\, added game modes\, and randomized spawn point of the coin.\n\nHomework\n# homework\n# create a method called handle_play_and_credit_buttons() that spawns the play button but also checks for any clicks\n# when a click is done on the play button\, change the game mode to GAME_LIVE. make sure the clicks only get\n# detected on the play button\n\n# do the same for the credits button <- same logic as the play button
URL:https://www.ayclogic.com/event/6-pm-python-game-development-joel-darin-sub/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251015T190000
DTEND;TZID=America/Los_Angeles:20251015T200000
DTSTAMP:20260517T011041
CREATED:20251016T030606Z
LAST-MODIFIED:20251016T030708Z
UID:31312-1760554800-1760558400@www.ayclogic.com
SUMMARY:7:00 PM – Python Game Development – Darin
DESCRIPTION:What We Did Today:\n\nCreated logic for alternating costumes\nTidied up the code by refactoring\nSpawned the score variable onto our screen\n\nHomework:\n\n\n# homework\n# spawn the coins into the game\, but place them in between the tubes (you can place them in two fixed locations up and down)\n# define collisions for them as we did with the duck and tubes\n# when a collision happens\, increment score by 2\, and make the coin disappear\n# you can make it disappear by setting dokillb to True in\n# "pygame.sprite.groupcollide(self.player_group\, self.coin_group\, False\, True\, self.player_coin_coll"\n\n# make sure also that the coin changes costumes.\n\n\nNotes:\nAll class notes can be found here: https://gitlab.com/billhan5732/wed-630-flappy-duck-bill/-/tree/bill/src \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-python-game-development-darin-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251015T190000
DTEND;TZID=America/Los_Angeles:20251015T200000
DTSTAMP:20260517T011041
CREATED:20251016T031455Z
LAST-MODIFIED:20251022T081323Z
UID:31320-1760554800-1760558400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nContinued learning about functions without return values.\nStarted learning about functions with return values.\n\nPython file from class: https://drive.google.com/drive/u/3/folders/143UhHBu3LouTWr3l0WDVNGwpC6gElwjl \nHomework:\n\nName your Python file oct15_functions_with_return_value\nDo the Try-It-Yourself questions (#8-1\, #8-2) on page 131\, (#8-3\, #8-4\, #8-5) on page 136.\nCopy code from pages 137-139.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251017T170000
DTEND;TZID=America/Los_Angeles:20251017T180000
DTSTAMP:20260517T011041
CREATED:20251018T014305Z
LAST-MODIFIED:20251018T014305Z
UID:31353-1760720400-1760724000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Darin
DESCRIPTION:Today We Do\n\nWe continued learning the basics of Python Digital drawing using Turtle.\n\nHomework\n\nCreate a new file “Oct17_Turtle3FunctionsHW.py”\nLook at this image for your coordinates guidance\n\n\n\n\nDraw the Square\, Rectangle\, and Triangle using a shape function. The Square function has been defined in class\, but the other two you will have to create.\n\ndef drawSquare(x\, y\, size\, c):\n   t.penup()\n   t.goto(x\, y)\n   t.pendown()\n\n   t.color(c)\n\n   t.begin_fill()\n   for i in range(4):\n      t.forward(size)\n      t.right(90)\n   t.end_fill()\n\ndrawSquare(-200\, 200\, 10\, "black")\ndrawSquare(50\, 200\, 100\, "green")\n\n# to make a new shape function\, modify only the part that draws\n# modify whatever is in the for loop.\n\nHint: Start by drawing the rectangle and triangle with just t.forward() and t.right()/t.left() and then simplify the code with for loops\, this will be the main meat of your drawing functions\n\n\n  \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251017T170000
DTEND;TZID=America/Los_Angeles:20251017T180000
DTSTAMP:20260517T011041
CREATED:20251018T024320Z
LAST-MODIFIED:20251025T012632Z
UID:31355-1760720400-1760724000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last week’s HW.\nWe went over lists.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Oct17_List_HW.py”\nDo copy the code from pages 37 – 41.\nYou do NOT need to do the Try It Yourself on page 41. (Sorry for the miscommunication!)\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251022T190000
DTEND;TZID=America/Los_Angeles:20251022T200000
DTSTAMP:20260517T011041
CREATED:20251023T015958Z
LAST-MODIFIED:20251023T032343Z
UID:31403-1761159600-1761163200@www.ayclogic.com
SUMMARY:7:00 PM – Python Game Development – Darin
DESCRIPTION:What We Did Today:\n\nSpawned the coin and created costume alternation logic\nCoded logic for collisions for coin\, player\, and tube\n\nHomework:\n\n\n# homework\n# Fix the bug where when the player gets dizzy\, it shouldn't be able to collect coins anymore\n\n# Create the home screen of the game\n# 1. Separate most of the code in game_loop to be in a functino called self.game_in_session()\n# 2. create a new function called game_home_screen()\n# 3. write ur logic in game_home_screen to spawn the FlappyBirdLogo.png\, Play.png and Credit_button.png\n\n\nNotes:\nAll class notes can be found here: https://gitlab.com/billhan5732/wed-630-flappy-duck-bill/-/tree/bill/src \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-python-game-development-darin-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251024T170000
DTEND;TZID=America/Los_Angeles:20251024T180000
DTSTAMP:20260517T011041
CREATED:20251025T010416Z
LAST-MODIFIED:20251025T010416Z
UID:31435-1761325200-1761328800@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Darin
DESCRIPTION:Today We Do\n\nWe learnt how to draw shapes next to each other and created general purpose shape functions.\n\nHomework\n\nContinue in your file “Oct24_TurtleRobot.py” and draw the eyes\, mouth\, legs\, and arms as shown at the end of lecture.\n\n \n  \nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251024T170000
DTEND;TZID=America/Los_Angeles:20251024T180000
DTSTAMP:20260517T011041
CREATED:20251025T012413Z
LAST-MODIFIED:20251025T012413Z
UID:31437-1761325200-1761328800@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over last week’s HW.\nWe went over for loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Oct24_ForLoop_HW.py”\nDo copy the code from pages 54 – 55.\nDo the 4-1 & 4-2 from the Try It Yourself section on page 56.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251029T190000
DTEND;TZID=America/Los_Angeles:20251029T200000
DTSTAMP:20260517T011041
CREATED:20251030T030900Z
LAST-MODIFIED:20251030T030900Z
UID:31498-1761764400-1761768000@www.ayclogic.com
SUMMARY:7:00 PM – Python Game Development – Darin
DESCRIPTION:What We Did Today:\n\nCreated home screen and button clicking logic for Flappy Duck.\nAlso fixed some bugs in the game.\n\nHomework:\n\n\n# HOMEWORK\n# 1. Create collision detection for credit button\n# 2. Create a new function for the credit game mode (game_credit_screen)\n# 3. Inside of the credit screen\, write down text for:\n#   - Class name (AYCLOGIC)\n#   - Game developer name\n#   - Game advisor (Darin Djapri)\n#  Note: The way you spawn text is similar to how you spawned the score text\n# 4. If player goes out of screen (bottom of the screen) change game modes to GAME_OVER\n# 5. When game mode is GAME_OVER\, just display one text in the middle of the screen\n#    saying the game is over\n\n\nNotes:\nAll class notes can be found here: https://gitlab.com/billhan5732/wed-630-flappy-duck-bill/-/tree/bill/src \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-python-game-development-darin-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251029T190000
DTEND;TZID=America/Los_Angeles:20251029T200000
DTSTAMP:20260517T011041
CREATED:20251030T031551Z
LAST-MODIFIED:20251030T031551Z
UID:31501-1761764400-1761768000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – Yitong
DESCRIPTION:Today we:\n\nWe did the Magic8Ball problem.\n\nHomework:\n\nCreate a new file called oct29_Magic8Ball_random_choice. Here are the instructions if you need them: https://www.ayclogic.com/intro-to-python/magic-8-ball/\nDo these exercises here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251031T170000
DTEND;TZID=America/Los_Angeles:20251031T180000
DTSTAMP:20260517T011041
CREATED:20251101T011109Z
LAST-MODIFIED:20251101T011109Z
UID:31526-1761930000-1761933600@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over for loops in range.\nWe went over while loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Oct31_WhileLoop_HW.py”\nDo copy the code from pages 117 – 121.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-abigail-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR