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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260401T170000
DTEND;TZID=America/Los_Angeles:20260401T180000
DTSTAMP:20260530T072807
CREATED:20260402T015840Z
LAST-MODIFIED:20260402T015840Z
UID:33051-1775062800-1775066400@www.ayclogic.com
SUMMARY:5 PM – Scratch 1 – Yitong
DESCRIPTION:What We Did:\n\nFinished the Virtual Snow project.\n\nHomework:\n\nStudy for your final test next week:\n\nBroadcast and When I Receive\nHow to make\, control clones\, and delete clones\nX and Y coordinates\nThe coordinates of the screen border and center (X: -240\,240) (Y: -180\, 180) (0\, 0)\n\n\nReview these projects:\n\nAnimal Crossing\nVirtual Snow\nSpiralizer\n\n\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.\n\n\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-scratch-1-yitong-35/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260401T190000
DTEND;TZID=America/Los_Angeles:20260401T200000
DTSTAMP:20260530T072807
CREATED:20260402T030927Z
LAST-MODIFIED:20260402T030927Z
UID:33055-1775070000-1775073600@www.ayclogic.com
SUMMARY:7 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe reviewed the homework and starting learning about OOP and classes.\n\nHomework:\n  \n\nCome up with a class you want to make. It should be a specific type like Mario for example\, because making multiple Marios wouldn’t make sense. Instead\, the right way to do it is making a GameCharacter class for example\, and you can make multiple game characters in that case. But that class name is up to you.\nMake a new file called April1_<your_class_name>.py.\nInside this\, make the class of your choice\, and create the constructor (or init method) like we did in the previous file. Fill it in with 3 attributes of your choice (remember to keep them as relevant and realistic as possible).\nThen\, in the same file outside the class\, create multiple objects of that class (for example if the class is Vegetable\, you’re actually creating the vegetables and filling the attributes in\, just like we did today).\nThen\, for each object of the class\, access all of their attributes one by one and print them. Remember the power of the “.” operator\, which can access attributes and methods.\n\nIf you have any questions\, feel free to me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-python-oop-joel-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260401T190000
DTEND;TZID=America/Los_Angeles:20260401T200000
DTSTAMP:20260530T072807
CREATED:20260402T103452Z
LAST-MODIFIED:20260409T020130Z
UID:33059-1775070000-1775073600@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nContinued the first project on Cat vs Dog classification\, doing deployment outside of Kaggle.\n\nHomework:\nPart 1\nIn your pycharm project\, do the following: \n# hw: \n# deploy the streamlit application\nFor the above\, use this code: link \nPart 2\nSet up a github account. \n\nCreate an account at https://github.com/ if you haven’t already.\nGo to the top right on your avatar icon\, and click on repositories.\nClick new at the top right.\nCreate a new repository called AYCLOGIC_WED7PM_AI_ML. Leave all other settings at default\, but make sure the visibility is set to public.\nThen go to the avatar icon once more\, and this time click on settings.\nInside settings\, scroll to the very bottom and on the menu bar you should select “Developer Settings“.\nOnce in Developer Settings\, click on Personal Access Tokens (Tokens Classic).\nThen click on “Generate New Token (classic)”.\nSet expiration to 90 days\, and tick “admin:org” and “write:packages“.\nSave the newly generated token but don’t share it!\nThen go back to your pycharm and go to the terminal and follow these instructions:\n\ngit init\n\ngit add .\n\ngit commit -m "Initial Commit"\n\ngit remote add origin https://github.com/<your username>/AYCLOGIC_WED7PM_AI_ML.git\n\ngit branch -M main\n\ngit push -u origin main\n\n#######################################################\n\nNote that for the above\, you plug in the github username you created before.\n\nUpon executing the commands\, you will be asked to login:\n1. For username\, you can type in your github username\n2. For password\, copy and paste in your personal access token.\n\nNote: When typing in the username and password\, you won't see any characters typed out which is actually a security feature\, but it is there\n\nExtra note: If you get an error saying git is unavailable\, you will need to install it. Email me if this is the case\n\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-18/
CATEGORIES:AI/ML,Python Class
END:VEVENT
END:VCALENDAR