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:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260426T152944
CREATED:20240529T015146Z
LAST-MODIFIED:20240529T015146Z
UID:25243-1716919200-1716922800@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nFor loops practice\n\nHomework\n\nMake a file named May28_ForLoopHW2.py\nOn page 56\, do the TRY IT YOURSELF problems\nUpload it to the Google Drive under the folder that’s your nameIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-44/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260426T152944
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:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260426T152944
CREATED:20240529T020046Z
LAST-MODIFIED:20240529T020046Z
UID:25245-1716919200-1716922800@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nFinished the Cheese Chase project.\nStarted the Fantastic Flower project.\n\nHomework:\n\nIn your pink coding book do page 113\, steps 13-15.\n\n \nSend me your project here: yitong@ayclogic.com \n\nHomework is due MONDAY NIGHT. You can submit it earlier\, I will check it as soon as I can.\nMake sure to SHARE your project. Otherwise\, I cannot see it.\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-31/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260426T152944
CREATED:20240529T030222Z
LAST-MODIFIED:20240601T211352Z
UID:25250-1716919200-1716922800@www.ayclogic.com
SUMMARY:6 PM - Python OOP - William
DESCRIPTION:Today We:\n\nContinued learning about Classes\nLearned how to access the attributes assigned to an instance\nLearned how to create a basic method to print out our instances\n\nYour HW:\nCreate a file called May21_ClassesHW.py: \n\nRead textbook pages 158-161 and copy the code\n\nRemember to upload your HW to Google Drive! \n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-python-oop-william-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T180000
DTEND;TZID=America/Los_Angeles:20240528T190000
DTSTAMP:20260426T152944
CREATED:20240604T211924Z
LAST-MODIFIED:20240604T211924Z
UID:25343-1716919200-1716922800@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:FINAL PROJECT \n \nIn-Class Project: Sleeping girl \nwe finished the flat colors and started to add shading to the face
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-61/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T183000
DTEND;TZID=America/Los_Angeles:20240528T193000
DTSTAMP:20260426T152944
CREATED:20240529T085111Z
LAST-MODIFIED:20240529T085120Z
UID:25254-1716921000-1716924600@www.ayclogic.com
SUMMARY:6:30pm - Intro to Python - Roland
DESCRIPTION:Today We Did \n\nQuiz 2\n\nHomework: \nIf you did not complete the homework below for last class\, please finish it by next class. \nMake a new file called May21_QuizPracticeHW and complete question 4 found at https://www.ayclogic.com/intro-to-python/star-wars-problem/ (also pasted below) \n\nCreate a function with return value\, “movie_ticket_price”. The function need to have one parameter “age“. Inside the function\, when age is less than 4\, return 0. When age is less than 10 return 5. When age is less than 59 return 10. Otherwise return 7. Outside the function\, ask user in the shell “How old are you: ” take user input and call the above function and use the user input as the function parameter. Print the function return value like this “Your ticket price is $<return value>”. Look at expected output below if you run your program 3 times with different input.\n\n\nHow old are you: 7\nYour ticket price is $5\n\nHow old are you: 3\nYour ticket price is $0\n\nHow old are you: 100\nYour ticket price is $7\n\n\n\n\nIf you have any questions\, feel free to email me at rolandyang@ayclogic.com
URL:https://www.ayclogic.com/event/630pm-intro-to-python-roland-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240528T190000
DTEND;TZID=America/Los_Angeles:20240528T200000
DTSTAMP:20260426T152944
CREATED:20240529T030416Z
LAST-MODIFIED:20240529T030416Z
UID:25252-1716922800-1716926400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nDid the password generator project\n\nYour HW:\n\nnone
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-bill-21/
END:VEVENT
END:VCALENDAR