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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211009T140000
DTEND;TZID=America/Los_Angeles:20211009T150000
DTSTAMP:20260428T232510
CREATED:20211009T220155Z
LAST-MODIFIED:20211010T024121Z
UID:9746-1633788000-1633791600@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Latisha
DESCRIPTION:Today We Do\n\nAll python files have been uploaded into google drive: https://drive.google.com/drive/u/0/folders/1M7HsIvSLN0w8r3pbgf9I7rJT4pN2lknL\nWe went over python exercises from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ only number 1 and 2\n\nHomework\n\nPlease create a new python file in your thonny OCT9_ListLoopIfElseHomework.py\nDo exercises from page 25\, TRY IT YOURSELF number 2-3\, 2-4 . If you don’t know how to do this\, please look at example on page 20\, 21.\nCreate a new list\, “famous_people”\, and this list should contains “Abraham Lincoln”\, “George Washington”\, “Albert Einstein”. After you create this list\, add one more person\, “Ben Carson” to the list using append . Look at examples in page 37 or 38 if you don’t understand how to do this.\nDo exercises from number 1 to 3 https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ try not to look at answer key.\nWrite a code that would get an input from shell “What is your name: “. After you get an input from shell\, combine with “Hi <name>\, welcome to AYCLOGIC.”. If you don’t know how to do this\, look at example in page 114 or 115. If you do it correctly\, it should be like below:\n\n\nWhat is your name: Gamas\nHi Gamas\, welcome to AYCLOGIC.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-latisha/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211009T150000
DTEND;TZID=America/Los_Angeles:20211009T160000
DTSTAMP:20260428T232510
CREATED:20211010T003227Z
LAST-MODIFIED:20211010T003520Z
UID:9752-1633791600-1633795200@www.ayclogic.com
SUMMARY:3 PM - OOP Python - Nathaniel
DESCRIPTION:Today we:\n\nCompleted MonsterInheritanceSystem program. (We will go over this again next week)\nPracticed creating parent and child classes\n\n  \nHomework:\n\nJust start reviewing how to make classes and how inheritance is used in python (because the final will come up in the next couple of weeks)
URL:https://www.ayclogic.com/event/3-pm-oop-python-nathaniel-2/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211009T150000
DTEND;TZID=America/Los_Angeles:20211009T160000
DTSTAMP:20260428T232510
CREATED:20211010T033006Z
LAST-MODIFIED:20211010T033006Z
UID:9761-1633791600-1633795200@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWhen user click to purchase the tower\, the self.coins are reduced according to the price of the tower.\nWe made the tower to be able to shoot projectile or fireball. We made one tower type to launch up (90 degree) and down (270 degree) fireball. We made another tower type to launch all for diagonal angles (45\, 125\, 215 and 305 degrees).\n\nHomework:\n\nSince you have 3 different types of tower\, made the 3rd tower type (the most expensive tower) to be able to launch projectile/fireball in all 8 angles: 0\,45\,90\,125\,180\,215\,270\,305.\nIf you have more than one type of projectile (let say arrow and spear and fireballs)\, create one method for each projectile in main.py. The method should be very similar to what you already have. For Corey\, Bradley and Raelyn\, the method you should copy should be launch_fireball(self\, x\,y\,direction) method. For Kyle and Anderson\, the method you should copy should be create_projectile(self\, x\,y\,direction). So you should have something like launch_fireball\, launch_arrow\, launch spear for examples. And then you should call these different methods from tower.py depending on the tower type.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-46/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211009T160000
DTEND;TZID=America/Los_Angeles:20211009T170000
DTSTAMP:20260428T232510
CREATED:20211010T003442Z
LAST-MODIFIED:20211010T003442Z
UID:9754-1633795200-1633798800@www.ayclogic.com
SUMMARY:4 PM - Intro to Python - Nathaniel
DESCRIPTION:Today we:\n\nFinished and submitted the final turtle project\n\n  \nHomework:\n\nJust start reviewing turtle and the Grocery/Roblox System programs (because the final exam will be comprised of these materials)
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-nathaniel-10/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211009T180000
DTEND;TZID=America/Los_Angeles:20211009T190000
DTSTAMP:20260428T232510
CREATED:20211010T021335Z
LAST-MODIFIED:20211010T021335Z
UID:9757-1633802400-1633806000@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe continued with Shoot Ballon. We added feature to have the bird chirping.\nWe added feature to have progress loader image running.\n\nHomework\n\nReview Shoot Balloon project and come up with questions.\nAlso take a look at these 2 course pages:\n\nAdvanced Python Game Development\nIntroduction To Java
URL:https://www.ayclogic.com/event/6-pm-python-game-development-169/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR