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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T170000
DTEND;TZID=America/Los_Angeles:20260306T180000
DTSTAMP:20260515T084226
CREATED:20260307T014410Z
LAST-MODIFIED:20260307T020755Z
UID:32773-1772816400-1772820000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nReviewed how to make shape functions.\nCreated a kaleidoscope that changes colors using turtle python.\n\nHomework:\nIF YOU HAVEN’T ALREADY\, FINISH YOUR FINAL PROJECT PROPOSAL: \nCreate your final project proposal on paper or digital drawing! Upload a png\, jpg\, or pdf file of your proposal through taking a picture/screenshot to the google drive when done\, and name it FinalProjectProposal.extension. \nThe final project criteria is shown here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. You must make sure your project proposal fits the criteria. However for this proposal you don’t need to color it\, you may just use text to describe the color of the things in your scene. \nYou can look at past projects for inspiration\, but do not duplicate what has been done 1:1 – https://www.ayclogic.com/python-projects/ \nThese are examples of project proposals: \n\n  \n\n\nOTHERWISE: \nMake 25% of progress on your final project which means drawing two object functions or more. Submit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T190000
DTEND;TZID=America/Los_Angeles:20260306T200000
DTSTAMP:20260515T084226
CREATED:20260309T050136Z
LAST-MODIFIED:20260309T050136Z
UID:32797-1772823600-1772827200@www.ayclogic.com
SUMMARY:7 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nAdjust/decorate your level\nAdd bouncy objects if you’d like
URL:https://www.ayclogic.com/event/7-pm-unity-game-development-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T200000
DTEND;TZID=America/Los_Angeles:20260306T210000
DTSTAMP:20260515T084226
CREATED:20260307T115932Z
LAST-MODIFIED:20260307T115932Z
UID:32779-1772827200-1772830800@www.ayclogic.com
SUMMARY:8 PM - Advanced AI/ML - Joel
DESCRIPTION:Today we did:\n\nWe continued working on YOLO Human Detection.\n\nHomework:\n\nUes cv2.putText in order to display the confidence on the top left of the bounding box rectangle we had earlier.\ncv2.putText has several arguments:\n\nPut in the image/frame that we are dealing with as the first one.\nPut in the text that you want to display for the confidence. Remember\, you can use an f-string to display the value of the confidence in this string.\nNext is the coordinate of the text that you want to have. Play around with this until you get it exactly above the bounding box’s top left corner. Remember you can use the bounding box’s x1 and y1 coordinates since that is the top left corner of the bounding box. These coordinates are in parentheses. So something like (x1\, y1).\nNext\, put cv2.FONT_HERSHEY_SIMPLEX as an argument. This is just setting the font of the text.\nNext is the fontScale\, or size of the text. Try a low number but pick what you like.\nNext is the color\, similar to the way did it in cv2.rectangle\, it’s probably nice to use the same color. Remember it uses parentheses.\nFinally\, set the thickness of the text with a number. 1-10 is alright\, pick what you like.\n\n\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/8-pm-advanced-ai-ml-joel-2/
END:VEVENT
END:VCALENDAR