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:20240129T160000
DTEND;TZID=America/Los_Angeles:20240129T170000
DTSTAMP:20260426T032432
CREATED:20240130T022725Z
LAST-MODIFIED:20240130T022725Z
UID:23675-1706544000-1706547600@www.ayclogic.com
SUMMARY:4 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed For Loop Homework\n\nCommon errors with For Loops\nTry it Yourself (4-1 Pizzas & 4-2 Animals)\n\n\n\nHomework:\nCreate a file called Jan29_ListForLoopsHW.py and submit the file into the google drive when you are finished! \n\nhttps://www.ayclogic.com/animal-list-and-for-loop-exercises/\n\nCreate an empty list: animal_list .  Look at page 38 from the book for an example how to create an empty list.\nAsk user 4 times (input from shell): “Enter animal name: “\nAdd these 4 animal names into the animal_list list.\nAfter this\, create a for loop and loop through every animal in the list and print to the shell. If the animal is “dog”\, print “dog” or “cat” is my favorite animal. This is very similar to what we have done in the class!\n\n\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-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T170000
DTEND;TZID=America/Los_Angeles:20240129T180000
DTSTAMP:20260426T032432
CREATED:20240130T023027Z
LAST-MODIFIED:20240130T024621Z
UID:23677-1706547600-1706551200@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Darin
DESCRIPTION:Today We Did\n\nWent over the final practice quiz solutions\n\nRefer to our files folder under “Final Practice Quiz (Driver System)” for the solution we made in class\nAnswer key: https://www.ayclogic.com/python-oop-practice-test-driver-system-answer-key/\nPassword: ayclogicCodingAndArtSchool2021\n\n\nCorrected each others code on the final practice quiz\n\nHomework\n\nStudy for Final Quiz\nDo the following below from last week if you did not did not do so yet (we didn’t have time to do this in class)\n\nRe-Upload monster.py\, troll.py\, dragon.py\, water_golem.py\, and monster_system.py into your folder called MonsterInheritance on the google drive. \n\nFollow the same instructions from the previous week’s homework instructions (https://www.ayclogic.com/event/5-pm-python-oop-dari/)\, and if your program still doesn’t work\, ask me questions on email on your errors\, and refer to the google drive where I upload the class notes (email me asking for the link if you don’t have the link)\nIn the code for each inherited monster class\, use this instead:\nsuper().receive_magic_attack(damage_point\, magic_type)\nBecause the parent method is supposed to take only one parameter.\n\nNotes\nIf you have any questions\, email me at ddjapri@ayclogic.com !!
URL:https://www.ayclogic.com/event/5-pm-python-oop-darin-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T170000
DTEND;TZID=America/Los_Angeles:20240129T180000
DTSTAMP:20260426T032432
CREATED:20240130T023740Z
LAST-MODIFIED:20240130T023740Z
UID:23681-1706547600-1706551200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nReviewed the homework\nLearned about if else statements\n\nHomework:\n\nUpload this homework in the Google Drive folder as Jan29_IfElseHomework:\n\nIf you have the second edition of the book:\n\nRead and do the codes from Pg. 79-81\n\n\nIf you have the third edition of the book:\n\nRead and do the codes from Pg. 78-81\n\n\n\n\nMake sure to read the book pages\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-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T190000
DTEND;TZID=America/Los_Angeles:20240129T200000
DTSTAMP:20260426T032432
CREATED:20240130T041950Z
LAST-MODIFIED:20240130T041950Z
UID:23686-1706554800-1706558400@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nCreated explode.py and began understanding how this sprite will be used\nCreated target.py and started understanding how this new kind of Player will be used\nCreated group collision for target and balloon\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\nHomework: Each of us had our own small errors we had to fix with PyCharm / PyGame\, so please try to finish those first.\n\nThe most important thing we should all have finished now is blitting our background to the screen\, focus on this first.\nIdeally\, we should all have our new “players” and “enemies” sprites blit to the screen.\n\nIf both your players and enemies can be blit\, begin their movement animations.\n\n\nFinally\, if everything above has been finished\, you can take some time to further plan out your game on your project proposal. Try spending 10 minutes writing out as many details as possible to completely explain how your game will work. This will be helpful for both me and you to finish the project.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-25/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T190000
DTEND;TZID=America/Los_Angeles:20240129T200000
DTSTAMP:20260426T032432
CREATED:20240130T043035Z
LAST-MODIFIED:20240130T043035Z
UID:23688-1706554800-1706558400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nFinished the soft_rectangle function\nStarted GrocerySystem\n\nHomework\nWork on your projects\, I’ll be checking in next class. The deadline is Feb 12th! 🙂 \nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR