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:20240504T150000
DTEND;TZID=America/Los_Angeles:20240504T160000
DTSTAMP:20260428T112121
CREATED:20240506T154720Z
LAST-MODIFIED:20240506T154720Z
UID:25003-1714834800-1714838400@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\n\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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: https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240504T170000
DTEND;TZID=America/Los_Angeles:20240504T180000
DTSTAMP:20260428T112121
CREATED:20240505T012452Z
LAST-MODIFIED:20240505T012452Z
UID:24993-1714842000-1714845600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed x-\,y- coordinate system\nAdded body to robot\nDrew pentagon + polygon\n\nHomework\nCode for today’s lesson: https://drive.google.com/file/d/1DRueQQ9kB5K51cmthKCBg2nzg0qxTbSR/view?usp=drive_link \nWork on the following files: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nLast week to finish this! We’ll be moving on after this\n\n\n\n\nApr28_RobotBuilder.py\n\nCreate a function right_arm() with the parameters: x\, y\n\nDraw a right arm using 2 rectangles\, similar to the left arm\n\n\nDraw the following features for the robot (can optionally create functions):\n\nBody\nRight arm\nLegs\nHead\nEyes\nAnything else you’d like (within reason)!\n\n\n\n\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-26/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T160000
DTEND;TZID=America/Los_Angeles:20240506T170000
DTSTAMP:20260428T112121
CREATED:20240506T220014Z
LAST-MODIFIED:20240507T011218Z
UID:25012-1715011200-1715014800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt and improved how we connect different shaped together using geometry.\nLearnt how to use a function to combine different shapes together to create an object.\n\nHomework:\nYour homework this week is to make a function for the right arm as we did in class for the right leg. \nYou should complete this function: \ndef makeRightArm(x\, y):\n……….drawRectangle(__\, __\, 100\, 20\, “black”)\n……….drawRectangle(__\, __\, 20\, 70\, “red”) \nand here you need to figure out the x and the y positions\, where the second rectangle’s x and y is relative to the first rectangles. \nIf I originally had \n drawRectangle(-30\, -50\, 20\, 100\, “black”)\ndrawRectangle(-30\, -150\, 55\, 20\, “yellow”) \nThen my function coordinates would become: \ndrawRectangle(x\, y\, 20\, 100\, “black”)\ndrawRectangle(x\, y-100\, 55\, 20\, “yellow”) \nwhere the second rectangle’s coordinates depend on the difference between the second rectangle and the firs rectangle. \nWhile you’re at it\, finish the rest of the robot (left leg and left arm). \n \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240506T170000
DTEND;TZID=America/Los_Angeles:20240506T180000
DTSTAMP:20260428T112121
CREATED:20240506T220054Z
LAST-MODIFIED:20240507T010632Z
UID:25014-1715014800-1715018400@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nStarted on the Flappy Bird Project\, where we initialized and spawned a tube to moves backwards in our screen.\n\nHomework:\n\nCreate a new Player class\, and (using Birdie’s player class as reference)\, make the Player spawn on the screen and flap its wings. You do not have to make the player bird move in different directions since it only goes forwards.\nRemove all the unnecessary code as you copy it from Birdie.\n\nIMPORTANT NOTES:\nI forgot to mention this in class\, but if you are working in the “master” branch\, you should copy your code first and then checkout your own branch from the lower left git logo. \nIf you do not see any other branches other than master\, then you should “update” your project first. \nDo not push and commit until you are in your own branch. \nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-darin-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240507T180000
DTEND;TZID=America/Los_Angeles:20240507T190000
DTSTAMP:20260428T112121
CREATED:20240508T015938Z
LAST-MODIFIED:20240508T015938Z
UID:25037-1715104800-1715108400@www.ayclogic.com
SUMMARY:6 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nContinued adding images for “game in session” before enemies are drawn\nStarted Tower class and began understanding how the class will work\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024\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\nHomework: Add code to load the other 2 tower images in tower.py\, in the Tower class constructor.\n\nIf tower type is “magic”\n\nLoad from: assets/images/magic-tower-game-assets/PNG/3.png\nAttack damage: 7\n\n\nIf tower type is “spear”\n\nLoad from: assets/images/support-tower-game-assets/PNG/8.png\nAttack damage: 12
URL:https://www.ayclogic.com/event/6-pm-advanced-python-game-development-sebastian-3/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240507T180000
DTEND;TZID=America/Los_Angeles:20240507T190000
DTSTAMP:20260428T112121
CREATED:20240508T022906Z
LAST-MODIFIED:20240508T022906Z
UID:25040-1715104800-1715108400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – William
DESCRIPTION:Today We Did\n\nInstalled PyCharm Community Edition + created project\nLearned about Python dictionaries\n\nKey\, value\nAdd/update entries\nGet/delete entries\n\n\n\nCode for today’s and future lessons can be found here (you should have also received an email invitation): https://drive.google.com/drive/folders/17XcqHzIZtEH5DYpa_PFBC0GURq4GKO5j?usp=drive_link \nIf you haven’t installed PyCharm yet\, follow these instructions: \n\nInstall PyCharm Community Edition (scroll down):  https://www.jetbrains.com/pycharm/download/\nFollow the default installation steps\, may require a reboot\nCreate a new project called PythonOOP\nTo add today’s code\, select File -> New -> Python File\n\nHomework\nCreate a file called May7_DictionaryHW.py: \n\nRead page 92-97 in the textbook and copy the code down.\nComplete TRY IT YOURSELF 6-1 and 6-2 on page 99\n\nIf you don’t have the textbook\, email me! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-python-oop-william/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240513T160000
DTEND;TZID=America/Los_Angeles:20240513T170000
DTSTAMP:20260428T112121
CREATED:20240514T072305Z
LAST-MODIFIED:20240514T073034Z
UID:25088-1715616000-1715619600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:  \nWhat We Did Today:\n\nCreated a function for the right arm\, showing how to create a function for a collection of rectangles.\nLearnt how to use the t.circle which we engineered into a makeCircle function that allows us to place the circle anywhere on the screen\, with any size\, and any color.\n\nHomework:\nWork on your final project proposal! You need to create a drawing on paper (or digitally if you prefer)\, and send it to me via email OR post it on the google drive. \nHere is an example of your proposal: \n \nYou need to refer to this website for the final project details\, and YOU MUST meet all of the requirements: \n  \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nAnd for inspiration\, you can check out other students projects! \nhttps://www.ayclogic.com/python-games-gallery/ \n  \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240513T170000
DTEND;TZID=America/Los_Angeles:20240513T180000
DTSTAMP:20260428T112121
CREATED:20240514T075551Z
LAST-MODIFIED:20240514T075551Z
UID:25107-1715619600-1715623200@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nContinued on the Flappy Duck project\, where we made the player flap\, as well as added hit-boxes around the player and tubes\, and we added collision detection.\nLearnt how to crop images using FireAlpaca (a free image editing software).\n\nHomework:\n\nAttempt to make the player bird “flap”.\nYou can start by making the bird automatically fall downwards first.\nSet your speed to a negative value\, and then change the y position of the bird by adding the y position with the speed value: self.y += speed\nBut every time the bird falls downwards (in other words\, every time the update() method is called)\, decrease the value of “speed” so that the bird falls faster.\nAfter this\, check for the space key to be pressed\, and if it does get pressed\, set the value to a positive value.\n\nIMPORTANT NOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-darin-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240514T180000
DTEND;TZID=America/Los_Angeles:20240514T190000
DTSTAMP:20260428T112121
CREATED:20240515T020723Z
LAST-MODIFIED:20240515T020723Z
UID:25113-1715709600-1715713200@www.ayclogic.com
SUMMARY:6 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nContinued creating the enemy class\nReviewed dictionaries to shorten the amount of code we need\nReviewed static methods (static just means you don’t need to make an object to call the method)\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024\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 be ready to answer the homework question in class next week.\nHomework: The homework will only be one question\, so I want you to spend 5-10 minutes trying to find the answer before you give up. It’s ok if you come to class without knowing the answer\, but I want you to try and really think about \nQuestion: How many times is update called for every class that has it?\nHints:\n\nThe answer is an integer\, a whole number like 1/2/3/etc.\nThe answer is stored in a variable that we created.\nAnother way of thinking about this is how exactly pygame determines how many images are drawn\, which we have to tell it somehow in main.py
URL:https://www.ayclogic.com/event/6-pm-advanced-python-game-development-sebastian-5/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240514T180000
DTEND;TZID=America/Los_Angeles:20240514T190000
DTSTAMP:20260428T112121
CREATED:20240515T021400Z
LAST-MODIFIED:20240515T021412Z
UID:25114-1715709600-1715713200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – William
DESCRIPTION:Today We Did\n\nBenchmarked dictionary vs. list\nReviewed dictionary concepts\n\nLooping through keys\, values\ndict.items()\n\n\n\nHomework\nFollow the instructions at: https://www.ayclogic.com/phone-book-system/ \nIf you want supplemental reading about dictionaries\, check out the textbook: \n\npages 99-105 in 2nd Edition\npages 99-104 in 3rd Edition\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-python-oop-william-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240516T193000
DTEND;TZID=America/Los_Angeles:20240516T203000
DTSTAMP:20260428T112121
CREATED:20240517T030231Z
LAST-MODIFIED:20240517T045435Z
UID:25131-1715887800-1715891400@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python - William
DESCRIPTION:Gamas Sub \nWhat We Did\n\nWe went over how to do right_arm function.\nWe went over how to find coordinate of a new shape base on a coordinate of a known shape.\n\nGo right means X is becoming bigger.\nGo left means X is becoming smaller.\nGo up means Y is becoming bigger\nGo down means Y is becoming smaller.\n\n\nWe started doing face_1 (not complete)\nWe went over project proposal\n\nHomework\n\nTristan because you did not finish last week homework\, please finish the robot builder. Change the width and height of left_arm and right_arm rectangles. Draw left arm and right arm.\n\n. both Tristan and Nathan\, create project proposal – upload to google drive.\n\nIn a piece of paper\, draw your project proposal with colors\n\nsample proposal – \nanother sample – \n\n\nLook at project criteria – https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor sample of the finished versions from other students\, you can look at https://www.ayclogic.com/python-projects/\nProject proposal is worth 10% of your project.\n\n\nInside may_16_many_shapes.py\, finish the face_1 function. It is currently missing 3 more circles to complete the 2 eyes and 2 pupils.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T150000
DTEND;TZID=America/Los_Angeles:20240518T160000
DTSTAMP:20260428T112121
CREATED:20240604T204858Z
LAST-MODIFIED:20240604T204858Z
UID:25330-1716044400-1716048000@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Quiz 1
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T160000
DTEND;TZID=America/Los_Angeles:20240520T170000
DTSTAMP:20260428T112121
CREATED:20240520T175439Z
LAST-MODIFIED:20240521T010757Z
UID:25167-1716220800-1716224400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nShowcased how to combine circles and rectangles for a shape.\nShowed how to use “heading” to make our shapes inclined.\nShowed how to use the “extent” parameter for a circle to make a semicircle.\nShowed how to make our shape change colors forever.\n\nHomework:\nWork on your final project! You need to make 25% progress on your final project each week\, starting today\, and that means you want to be done with at least 2 objects per week. You can send the file into the google drive when you are done and then send me an email so I can check your progress and correct you on any mistakes. \nYou need to refer to this website for the final project details\, and YOU MUST meet all of the requirements: \nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/ \nAnd for inspiration\, you can check out other students projects! \nhttps://www.ayclogic.com/python-games-gallery/ \nNotes:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240520T170000
DTEND;TZID=America/Los_Angeles:20240520T180000
DTSTAMP:20260428T112121
CREATED:20240521T011044Z
LAST-MODIFIED:20240521T011044Z
UID:25171-1716224400-1716228000@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Darin
DESCRIPTION:What We Did Today:\n\nContinued on the Flappy Duck project\, where we made the player fall with gravity and have the ability to jump.\nFixed our tube gap distance in a more formal way for editing.\nLearnt how to crop images using FireAlpaca (a free image editing software).\n\nHomework:\n\n\n\n# Your homework is to create and blit the coin class into existence. The coin has 3 different images\, so you could do somethingl ike\n# for SUFFIX in ["1"\, "2"\, "3"] to loop through each image and add that into a list\n\n# You want to create a create_coin method in main.py\, use a new coin timer to make the coins appear.\n\n# IF you want to get ahead\, you can try to make the coin appear randomly on the y axis.\n\n\n\nIMPORTANT NOTES:\nYou can contact me via ddjapri@ayclogic.com for any questions or concerns.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-darin-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240521T180000
DTEND;TZID=America/Los_Angeles:20240521T190000
DTSTAMP:20260428T112121
CREATED:20240522T020804Z
LAST-MODIFIED:20240522T020804Z
UID:25192-1716314400-1716318000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – William
DESCRIPTION:Today We Did\n\nCreated GrocerySystemV2 using Dictionaries\nOverview of Object-Oriented Programming\n\nHomework\nCreate a file named May21_RobuxShoppingV2.py: \n\nModify your original RobuxShopping code from Intro to Python to use dictionaries instead of multiple if-elif statements (similar to GrocerySystemV2)\nIf you can’t find it\, feel free to use https://drive.google.com/file/d/1wrYX6Q8jobepO0G8SNKdCK_UyW3BHSD4/view?usp=sharing\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-python-oop-william-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260428T112121
CREATED:20240529T020004Z
LAST-MODIFIED:20240529T020117Z
UID:25246-1716919200-1716922800@www.ayclogic.com
SUMMARY:6 PM – Advanced Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nRefined sprite movement using Julian’s improvements\nAdded waves for the game\nAdded health counter and images above enemy\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024\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\nHomework: Add rectangle bounds for enemies\n\nAdd rectangle to sprite as attribute called self.rect\nUpdate rectangle x/y to be sprite’s x/y\nKill sprite when out of bounds (make use of is_out_of_bounds method)
URL:https://www.ayclogic.com/event/6-pm-advanced-python-game-development-sebastian-7/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240530T193000
DTEND;TZID=America/Los_Angeles:20240530T203000
DTSTAMP:20260428T112121
CREATED:20240531T034709Z
LAST-MODIFIED:20240601T000855Z
UID:25278-1717097400-1717101000@www.ayclogic.com
SUMMARY:7:30 PM – Intro To Python – William
DESCRIPTION:Today We Did\n\nReviewed Project Proposals\nKaleidoscope Spiral\n\nLearned how to change colors infinitely (will be useful for the project!)\n\n\n\nCode for today’s lesson: https://drive.google.com/file/d/14-jq6tTrF-UmgCcABNyZ1EVEKYqy6Tf_/view?usp=drive_link \nHomework\nStart coding up your projects!! You should have at least 25% of the project done by next week so I can give feedback. If you get stuck\, do some of the easier objects 🙂 \nUpload your code at the end of the week to Google Drive. Reminder\, the project criteria can be found here: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR