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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T120000
DTEND;TZID=America/Los_Angeles:20210710T130000
DTSTAMP:20260429T023943
CREATED:20210710T200233Z
LAST-MODIFIED:20210710T200233Z
UID:8466-1625918400-1625922000@www.ayclogic.com
SUMMARY:12 PM - Advanced Python Game Development
DESCRIPTION:Today We Do\n\nWe learned about simpleai Python open source library (https://github.com/simpleai-team/simpleai) and how we can use this open source library to help Enemy Tank find the best path to the Player tank.\nWe started integrating simpleai Python open source library by creating MazeSolver class.\n\nHomework\n\nWhen tank is hit by bullet\, show Tank explosion animation. Tank explosion animation can be found under assets/Tank_Explosion directory. Look at how we did WallExplosion.py
URL:https://www.ayclogic.com/event/12-pm-advanced-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T130000
DTEND;TZID=America/Los_Angeles:20210710T140000
DTSTAMP:20260429T023943
CREATED:20210710T212315Z
LAST-MODIFIED:20210710T212315Z
UID:8470-1625922000-1625925600@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework to add the credit page.\nWe made the game restart correctly after game over.\nI’ve uploaded the code here.\n\nHomework: \n\nCreate a gitlab.com account. Make sure to create a new account and don’t use the sign in with Google or Twitter etc option.\nStart thinking about what you want to do for your final project.  You can see some examples on https://www.ayclogic.com/ such as Java Joomp. You need to form 2 person teams.\n\n 
URL:https://www.ayclogic.com/event/1-pm-python-game-development-27/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T140000
DTEND;TZID=America/Los_Angeles:20210710T150000
DTSTAMP:20260429T023943
CREATED:20210710T231345Z
LAST-MODIFIED:20210710T231345Z
UID:8472-1625925600-1625929200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe went over homeworks from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ and https://www.ayclogic.com/tell-me-your-age/\n\nHomework\n\nNext week (July 17) is first quiz. You need to have gmail account to receive the quiz via google forms. Most of the questions will be coding questions. You need to use your Thonny python editor to do the codes to answer the questions from the quiz. After you do it in Thonny\, you need to copy and paste the code to the Quiz google form.\nThis is not an open book quiz\, so please during the quiz\, don’t look at your previous exercises or homework.\nStudy these topics\n\nWhile Loop\, For Loop.\nList and how to go through each element in the List using For Loop\nHow to continuously ask user some question until user enter “exit” or “quit” to stop your program.\nIF ELSE ELIF statements\nHow to get input from shell.\nString and List operations such as title()\, lower()\, len().\nVariables and datatypes.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T150000
DTEND;TZID=America/Los_Angeles:20210710T160000
DTSTAMP:20260429T023943
CREATED:20210712T041824Z
LAST-MODIFIED:20210712T041824Z
UID:8500-1625929200-1625932800@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe went over progress of team project.\nWe learned how to pull and push from GITLAB.\nWe decide what each person in the team are going to do with the project for next week.\n\nHomework\n\nContinue with your project according to the project schedule.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-39/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T160000
DTEND;TZID=America/Los_Angeles:20210710T170000
DTSTAMP:20260429T023943
CREATED:20210712T041430Z
LAST-MODIFIED:20210712T041447Z
UID:8498-1625932800-1625936400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:Today We Do\nWe had our 2nd Python quiz
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T170000
DTEND;TZID=America/Los_Angeles:20210710T180000
DTSTAMP:20260429T023943
CREATED:20210712T041330Z
LAST-MODIFIED:20210715T020748Z
UID:8496-1625936400-1625940000@www.ayclogic.com
SUMMARY:5 PM - OOP Python - Nathaniel
DESCRIPTION:Today We Do\n\nWe reviewed Class\, __init__ method\, class attributes\, methods\nWe reviewed how to create variable (instances) of Student and Animal class.\nWe reviewed page 162 (TRY IT YOURSELF) the first question (9-1).\n\nHomework\n\nCreate July10_P162Homework.py and continue with exercises in page 162 (TRY IT YOURSELF). Do 9-2\, 9-3\nCreate July10_ClassesInstancesHomework.py and copy codes from page 162 to 166.\nCreate July10_P167Homework.py. Do exercises from page 167 (TRY IT YOURSELF) 9-4 and 9-5
URL:https://www.ayclogic.com/event/5-pm-oop-python-nathaniel/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210710T180000
DTEND;TZID=America/Los_Angeles:20210710T190000
DTSTAMP:20260429T023943
CREATED:20210712T035904Z
LAST-MODIFIED:20210712T035904Z
UID:8494-1625940000-1625943600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe went over each team final project progress\nWe started Shoot Balloon project\n\nHomework\n\nContinue with your team’s final project progress according to your project schedule.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-148/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR