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:20240805T160000
DTEND;TZID=America/Los_Angeles:20240805T170000
DTSTAMP:20260428T160717
CREATED:20240805T221607Z
LAST-MODIFIED:20240805T221607Z
UID:26290-1722873600-1722877200@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nContinued learning about dictionaries\, how to loop through them\, and how to use if statements with them.\n\nHomework:\nCreate a new file called Aug5_DictionaryCopyHW.py and upload it into the google drive when you are finished. \n\nDo try it yourself page 99 numbers 6-1 and 6-2\n\nCreate a second file called Aug5_DictionaryCopyHW2.py and upload it into the google drive when you are finished. \n\nCopy codes form pages 100-101 (in the third edition) or 99 – 101 (in the second edition). Specifically\, you want to copy down the topics: Looping Through a Dictionary until Looping through all keys in a dictionary.\n\nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240805T170000
DTEND;TZID=America/Los_Angeles:20240805T180000
DTSTAMP:20260428T160717
CREATED:20240805T224950Z
LAST-MODIFIED:20240806T031053Z
UID:26292-1722877200-1722880800@www.ayclogic.com
SUMMARY:5 PM – Python Game Dev – Darin
DESCRIPTION:Today We Did:\n\nWe reviewed each individual project.\nWe continued on Shoot Balloon project by adding bad balloon variants\, as well as sound effects\n\nHomework:\nContinue working on your individual project according to the assignment listed in your project proposal. \nFOR EVERYONE\, make sure you call self.kill() to remove the sprites when they go out of the screen. \n\n\n\nChris\n\nUpdate your project proposal to detail what you are adding due August 12.\nMake the player\, enemy\, and projectiles smaller so the arena is larger\, and increase the player movement speed.\nAdd more than one enemy in one field as they are small to ramp up difficulty. You may want to introduce a variable to keep of how many levels you have been through\nAdd game landing page\, game win/loss page\, and a game credits page.\n\n\nBrandon\nExtra idea: introduce homing projectilesUpdate your project proposal for what you are going to do due on August 12\, as well as what you have accomplished.\n\nTo edit: \n\nMake the projectile image better by rotating\, and then using transform.scale as in dragon birdie\nAdd collision detection between player and projectile. If a player get hit\, make player’s health goes down\, and make the projectile disappear.\nAdd game modes – landing page\, credits page\, game over page.\nAfter this\, you need to make the game more complicated\, perhaps by introducing levels after a timer runs up\, where different projectiles spawn in (including straight projectiles)\n\n\nDakota\n\nUpdate the project proposal.\nCreate different game modes for landing page\, game in session\, credits page\, game over.\nEdit the projectile using fire alpaca for a more visually aesthetic design.\nMake 2 enemies spawn at once at certain intervals so the game has a more randomizing mechanic.\nAttempt to create an explode class that appears when a collision happens\, and disappears (by using self.kill() in the explode class) after perhaps 3 seconds\n\n\n\n\n\nIMPORTANT NOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nThe final project is due August 19.
URL:https://www.ayclogic.com/event/5-pm-python-game-dev-darin-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240806T180000
DTEND;TZID=America/Los_Angeles:20240806T190000
DTSTAMP:20260428T160717
CREATED:20240807T042558Z
LAST-MODIFIED:20240807T042941Z
UID:26310-1722967200-1722970800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nApplied ways to find a monster in the dictionary through looping through the keys of the dicitonary.\n\nHomework:\nCreate a file called Aug6_InheritanceHW and do the following: \n\nPage 168 to 170: Copy Codes\n\nNotes: \n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240806T180000
DTEND;TZID=America/Los_Angeles:20240806T190000
DTSTAMP:20260428T160717
CREATED:20240809T082541Z
LAST-MODIFIED:20240809T082755Z
UID:26389-1722967200-1722970800@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nContinued Magic 8 Ball project\n\nHomework\n\nIn your Magic8Ball project (from class)\n\nIf the user types in “quit” or “exit” (no matter what lower and upper case)\, end the program\n\nEx: the program should quit if the user types in: quit\, QUIT\, quIT\, qUiT\, exit\, EXIT\, exIt\, etc.\n\n\n\n\nCreate a new file called Aug6_Magic8Ball_V2\n\nMake another version of the Magic8Ball_V1 but by using random.choice\n\nIn other words\, the Magic8Ball_V2 program should do the same thing as Magic8Ball_V1 program\, but by using random.choice instead of random.randint\n\n\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/6-pm-intro-to-python-shawn-53/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240806T190000
DTEND;TZID=America/Los_Angeles:20240806T200000
DTSTAMP:20260428T160717
CREATED:20240807T043229Z
LAST-MODIFIED:20240807T043229Z
UID:26331-1722970800-1722974400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to make a Kaleidoscope\, and use the while loop to go through and repeat through the list items for colors\nStarted on the Grocery System program\, a text based interactive program.\n\nHomework:\nYour final project is due August 27 \nCreate 50% progress on your final project. This means you want to finish at least 2 objects (a combination of shapes) by next week. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240812T160000
DTEND;TZID=America/Los_Angeles:20240812T170000
DTSTAMP:20260428T160717
CREATED:20240812T101626Z
LAST-MODIFIED:20240813T010516Z
UID:26421-1723478400-1723482000@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nContinued learning about dictionaries\, how to find items in a dictionary (compared to finding items with a list)\nCreated a phone book system using dictionaries.\n\nHomework:\nCreate a new file called Aug12_DictionaryHW2 and submit to the google drive when you are finished. \n\nDo page 105\, Try It Yourself 6-5 and 6-6\n\nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240812T170000
DTEND;TZID=America/Los_Angeles:20240812T180000
DTSTAMP:20260428T160717
CREATED:20240812T102313Z
LAST-MODIFIED:20240813T011055Z
UID:26423-1723482000-1723485600@www.ayclogic.com
SUMMARY:5 PM – Python Game Dev – Darin
DESCRIPTION:Today We Did:\n\nWe reviewed each individual project.\nWe continued on Shoot Balloon project by adding the explode class\, and getting started on the bug class.\n\nHomework 1:\nContinue working on your individual project according to the assignment listed in your project proposal. \nFOR EVERYONE\, make sure you call self.kill() to remove the sprites when they go out of the screen. \n\n\n\nChris\nSuggestions:\nAdd more than one enemy in one field as they are small to ramp up difficulty. You may want to introduce a variable to keep of how many levels you have been through \n\nUpdate your project proposal to detail what you are adding due August 19.\nMake the player\, enemy\, and projectiles smaller so the arena is larger\, and increase the player movement speed.\nAdd game landing page\, game win/loss page\, and a game credits page.\n\n\nBrandon\nUpdate your project proposal for what you are going to do due on August 19\, as well as what you have accomplished.\n\nSuggestions:\nMake the game more complicated\, perhaps by introducing levels after a timer runs up\, where different projectiles spawn in (including straight projectiles)\nIntroduce homing projectiles \nTo edit: \n\nAdd collision detection between player and projectile. If a player get hit\, make player’s health goes down\, and make the projectile disappear.\nAdd game modes – landing page\, credits page\, game over page.\nMost importantly\, add a timer for the player to win if the timer runs out.\n\n\nDakota\n1. Add a rules page\, and try to fix the green projectile issue.\nSuggestions:\nAttempt to create an explode class that appears when a collision happens\, and disappears (by using self.kill() in the explode class) after perhaps 3 seconds\n\n\n\nHomework 2:\n\nMake the bug class in the shoot balloon project appear from the right going to the left\, as you did in dragon birdie for the birds.\nKill the bug if the bug goes out of frame.\n\nIMPORTANT NOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nThe final project is due August 19.
URL:https://www.ayclogic.com/event/5-pm-python-game-dev-darin-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T180000
DTEND;TZID=America/Los_Angeles:20240813T190000
DTSTAMP:20260428T160717
CREATED:20240814T004253Z
LAST-MODIFIED:20240814T023815Z
UID:26437-1723572000-1723575600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nCreated the sword attack method as well as started on the magic attack method\, implementing inheritance\n\nHomework:\n\nFor Ian and Miki: Work on the hw from last week\, copying from pages 168 to 170 for inheritance in a new file.\nIn your monster inheritance project\, create a new arrow attack method and add the option in the attackMenu. You want to deal 5-20 damage for the arrow attack.\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-5/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T180000
DTEND;TZID=America/Los_Angeles:20240813T190000
DTSTAMP:20260428T160717
CREATED:20240814T022958Z
LAST-MODIFIED:20240814T022958Z
UID:26442-1723572000-1723575600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nLearned how to do the Magic 8 Ball project (version 2) using random.choice\nLearned about Python errors (AKA bugs) and how to correct them\n\nHomework\n\nCorey:\n\nCreate a new file called Aug13_StarWars:\n\nSolve all problems #1-4 from https://www.ayclogic.com/intro-to-python/star-wars-problem\nIn your own words\, answer these questions by writing them as comments in Python (Remember: you can write comments by putting a # in front of words in Thonny)\n\nWhat is the difference between functions with return values and functions without return values?\nWhat is the purpose of functions? How are they helpful?\n\n\n\n\n\n\nEveryone:\n\nCreate a new file called Aug13_Magic8Ball_V2_Answers\n\nCopy and paste the code from the “Aug13_Magic8Ball_V2_Answers” file found in our class Google Drive. (This was the class code we reviewed)\nStore this file along with your class lesson notes/code so you can study it in the future if needed\n\n\nCreate a new file called Aug13_PythonBugs1\n\nFix all errors in the code from https://www.ayclogic.com/fixing-python-bugs\n\n\nCreate a new file called Aug13_PythonBugs2\n\nFix all errors in the code from https://www.ayclogic.com/fix-python-bugs-2\n\n\nCreate a new file called Aug13_Quiz2Preparation\n\nSolve all problems #1-4 from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2\\n\n\nHint: Remember these steps to fix Python errors\n\nClick the bottom blue line\nRead the error message\nFix the error and rerun\n\n\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/6-pm-intro-to-python-shawn-54/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240813T190000
DTEND;TZID=America/Los_Angeles:20240813T200000
DTSTAMP:20260428T160717
CREATED:20240814T024823Z
LAST-MODIFIED:20240814T025110Z
UID:26446-1723575600-1723579200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Grocery System program.\nGot started on the Robux System program\, which takes the Grocery System program one step further by using functions and global keywords.\n\nHomework:\nYour final project is due August 27 \nCreate 75% progress on your final project. This means you want to finish at least 2 objects (a combination of shapes) by next week. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240819T160000
DTEND;TZID=America/Los_Angeles:20240819T170000
DTSTAMP:20260428T160717
CREATED:20240820T011657Z
LAST-MODIFIED:20240820T011657Z
UID:26535-1724083200-1724086800@www.ayclogic.com
SUMMARY:4 PM – Python OOP – Darin
DESCRIPTION:Today We Did:\n\nImplemented the phone book system\, creating a mini interactive program that uses a dictionary to store data.\n\nHomework:\nContinue in your Phone Book System project and upload that file to the google drive when you are finished. \nImplement option 2\, where you try to find the name if it exists in the dictionary\, and print out that the name doesnt exist if the name is not in the dictionary. \nhint: the name is the key in the dictionary \nwebsite instructions: https://www.ayclogic.com/phone-book-system/ \nsample output: \nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter ‘exit’ to stop): 2\nEnter the name of the person you are trying to find: Darin\nDarin’s phone number is 1024823049049 \nWhat do you want to do\n1. Add a phone number\n2. Find a phone number\n3. List all phone numbers\nEnter your selection (enter ‘exit’ to stop): 2\nEnter the name of the person you are trying to find: edward\nName does not exist in phone book. \nNOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nExpected holidays: https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/4-pm-python-oop-darin-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240819T170000
DTEND;TZID=America/Los_Angeles:20240819T180000
DTSTAMP:20260428T160717
CREATED:20240820T015928Z
LAST-MODIFIED:20240820T015928Z
UID:26536-1724086800-1724090400@www.ayclogic.com
SUMMARY:5 PM – Python Game Dev – Darin
DESCRIPTION:Today We Did:\n\nWe reviewed each individual project.\nWe continued on Shoot Balloon project by implementing most of the bug class\, adding modes\, as well as special effects to the bug class portion of the game.\n\nHomework 1:\nFOR EVERYONE\, make sure you call self.kill() to remove the sprites when they go out of the screen. \n\n\n\nChris\nadd the explosion.wav file to git or upload it manually to gitlab\nBrandon\n\nuse self.kill for projectiles and fix the game mode switching\n\n\n\nHomework 2:\n\nPlay the chirping sound (found in the bug folder) when the bug spawns (inside of the __init__ method of the bug class\, and stop the playing when the bug is killed by overriding the kill method (but calling super.kill() )\n\nIMPORTANT NOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns. \nThe final project is due August 19.
URL:https://www.ayclogic.com/event/5-pm-python-game-dev-darin-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T180000
DTEND;TZID=America/Los_Angeles:20240820T190000
DTSTAMP:20260428T160717
CREATED:20240820T210920Z
LAST-MODIFIED:20240821T040101Z
UID:26543-1724176800-1724180400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued monster inheritance project\nImplemented inheritance through the magic attack system where a Dragon (child of the Monster class) is immune to fire magic.\n\nHomework:\n\nCreate a Slime class that inherits from the Monster class\, and this time make the slime immune to water but takes double the damage for fire magic.\n\nNotes:\n\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T180000
DTEND;TZID=America/Los_Angeles:20240820T190000
DTSTAMP:20260428T160717
CREATED:20240821T022347Z
LAST-MODIFIED:20240821T022347Z
UID:26565-1724176800-1724180400@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:What We Did\n\nReviewed and prepared for the second quiz next week\n\nHomework\n\nStudy for your quiz next week\n\nStudy these concepts\n\nFunctions without return values\nFunctions with return values\nHow to correct python errors\nrandom.randint\nrandom.choice\nFor loops and while loops\nData types\nGetting user input\n\n\nReview these homework\n\nQuiz Preparation\nStar Wars\nMagic 8 Ball\n\n\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/6-pm-intro-to-python-shawn-55/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240820T190000
DTEND;TZID=America/Los_Angeles:20240820T200000
DTSTAMP:20260428T160717
CREATED:20240820T211021Z
LAST-MODIFIED:20240820T211021Z
UID:26546-1724180400-1724184000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued and finished the Robux System.\nStarted reviewing for the final exam.\n\nHomework:\nYour final project is due August 27 \nFinish 100% of your final project. \nRequirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nNOTES:\nIf you have any questions\, you can contact me at ddjapri@ayclogic.com \nYou can look up specific color codes here: https://htmlcolorcodes.com/ \nColor code example: #A12345
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240824T150000
DTEND;TZID=America/Los_Angeles:20240824T160000
DTSTAMP:20260428T160717
CREATED:20240824T230302Z
LAST-MODIFIED:20240824T230309Z
UID:26608-1724511600-1724515200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Daniel (Darin Sub)
DESCRIPTION:What We Did:\n\nLearnt how to use a while loop to achieve various effects of drawing to create a Kaleidoscope effect.\nImplemented a text based program – Grocery System – that tests the knowledge gained in the class so far on loops\, conditionals\, and lists.\n\nHomework:\n\n Continue on your file called Project.py and continue working on the project.\nThe project is due on 09/21\, by next week (08/24)\, you should have your project 50% completed.\n\nNotes:\nYou can email at ddjapri@ayclogic.com or dmeng@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-daniel-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR