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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T150000
DTEND;TZID=America/Los_Angeles:20250806T160000
DTSTAMP:20260514T204413
CREATED:20250806T230745Z
LAST-MODIFIED:20250806T230745Z
UID:29969-1754492400-1754496000@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:Today we:\n\nBegan reviewing the practice final\n\nHomework:\n\nClayton:\n\nResubmit the practice final with all 3 files.\n\n\nEveryone:\n\nReview the practice final code in the Google Drive. Make sure you understand the code and any errors you made previously.\nBegin studying for your final test.\n\n\n\nNotes:\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive\n\n\n\n\n\n Add to calendar
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T170000
DTEND;TZID=America/Los_Angeles:20250806T180000
DTSTAMP:20260514T204413
CREATED:20250807T010101Z
LAST-MODIFIED:20250807T010101Z
UID:29972-1754499600-1754503200@www.ayclogic.com
SUMMARY:5PM – Intro To Python – Daniel
DESCRIPTION:What We Did\n\nWe reviewed the list\, input\, and if statement hw\nWe finished the Magic 8 ball program.\n\nHomework\n\nCreate a list named answers of responses similar to the magic 8 ball.\nThen continuously ask the user to enter a question.\nPrint out a random response each time.\nIf the user types quit or exit\, print “Bye bye” instead and quit the program.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-python-daniel-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T170000
DTEND;TZID=America/Los_Angeles:20250806T180000
DTSTAMP:20260514T204413
CREATED:20250807T020928Z
LAST-MODIFIED:20250807T020928Z
UID:29975-1754499600-1754503200@www.ayclogic.com
SUMMARY:5 PM – Scratch 2 – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe continued working on the Fireball Fight Project.\n\nHomework\n\nCreate the code for the Healing Apple sprite:\n\nWhen starting the game\, the apple should NOT appear right away. Instead\, it should wait 5-7 secs\, then appear in a random position.\nOnce it appears\, it should wait for player 1 or 2 to touch it\, then it will hide.\nWhen touching the apple\, player 1 or 2’s health should increase by 1.\nOnce the apple it collected\, it should wait another 5-7 seconds to reappear in a different random location\, then cycle continues.\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-2-abigail-28/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T180000
DTEND;TZID=America/Los_Angeles:20250806T190000
DTSTAMP:20260514T204413
CREATED:20250807T022137Z
LAST-MODIFIED:20250807T022137Z
UID:29977-1754503200-1754506800@www.ayclogic.com
SUMMARY:6 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe converted from View to SurfacedView.\nWe made the snake and apple to be drawn once every 200 milliseconds.\n\nHomework\n\nMove the snake according to direction attribute.\nDraw snake head image according to its direction. For example if direction == RIGHT\, then you need to use the R.drawable.snake_green_head_32_r image.\nWhen the snake move UP and hit the edge\, it needs to appear on the BOTTOM.\nWhen the snake move DOWN and hit the edge\, it needs to appear on the TOP.\nFor UP and BOTTOM edge behavior\, you need rely on rowCount which you calculated in the onSizeChanged(..) method.\nWhen the snake move LEFT and hit the edge\, it needs to appear on the RIGHT.\nMake sure you run your code for each of the 4 directions and confirm that they are working.
URL:https://www.ayclogic.com/event/6-pm-android-game-dev-gamas-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T183000
DTEND;TZID=America/Los_Angeles:20250806T193000
DTSTAMP:20260514T204413
CREATED:20250808T061136Z
LAST-MODIFIED:20250808T061136Z
UID:29993-1754505000-1754508600@www.ayclogic.com
SUMMARY:6:30 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nAdd a game timer that counts down from 60\nPrint out what the current time remaining is in the shell\nTry to draw it on the screen like we did for the score\n\nIf it looks strange that is ok
URL:https://www.ayclogic.com/event/630-pm-python-game-development-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T190000
DTEND;TZID=America/Los_Angeles:20250806T200000
DTSTAMP:20260514T204413
CREATED:20250807T030040Z
LAST-MODIFIED:20250807T030040Z
UID:29983-1754506800-1754510400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over List Hw 1.\nReviewed using lists\n\nHomework:\n\nMake a file called August6_list_hw2.\nIn your coding book\, complete the ‘TRY-IT-YOURSELF’ section on pages 41-42: problems #3-4\, 3-5\, and 3-6.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T190000
DTEND;TZID=America/Los_Angeles:20250806T200000
DTSTAMP:20260514T204413
CREATED:20250807T064809Z
LAST-MODIFIED:20250807T064809Z
UID:29986-1754506800-1754510400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished a robot drawing using python and geometry\nLearnt how to use different shapes to form a function for a drawing\n\nHomework:\n\nDraw out your final project proposal! It must follow the guidelines here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor example:\n\n(note it doesn’t have to be colored\, you can just label the colors)\nSubmit this into the google drive: here when you are done!\nHW: Make a function called makeSnowman(x\, y) in the latest Aug6_TurtleCircles.py and submit here when you are done.\nYou need makeCircle inside the makeSnowman(x\, y)\nThe same formula used for the rectangles shapes can be used to do this\, refer to this if you don’t know how: https://www.ayclogic.com/event/7-pm-intro-to-python-darin-31/\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-32/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR