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:20240102T180000
DTEND;TZID=America/Los_Angeles:20240102T190000
DTSTAMP:20260426T014631
CREATED:20240103T032909Z
LAST-MODIFIED:20240103T032931Z
UID:23239-1704218400-1704222000@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:Today we had a lesson about Full-Body Figure Proportions/Anatomy \n \nHOMEWORK
URL:https://www.ayclogic.com/event/6pm/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T180000
DTEND;TZID=America/Los_Angeles:20240102T190000
DTSTAMP:20260426T014631
CREATED:20240103T041846Z
LAST-MODIFIED:20240109T030931Z
UID:23257-1704218400-1704222000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use functions without return value\nLearnt how to use functions with return value with the keyword Return\, that allows us to store values from a function into a variable\n\nHomework:\nFor those of you that haven’t finished the previous homework\, submit that homework into the google drive! We completed part 2 in class. \nContinue by creating a file called Jan2_FunctionsWithRVHW.py and submit into the google drive when finished! \n\nDo page 131 Try It Yourself 8-1 and 8-2\nDo page 137 Try It Yourself 8-3 (ignore the positional vs keyword argument thing\, just call the function as you normally would do)\n\nNotes:\nIf you have any questions\, do email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T180000
DTEND;TZID=America/Los_Angeles:20240102T190000
DTSTAMP:20260426T014631
CREATED:20240103T050059Z
LAST-MODIFIED:20240103T050059Z
UID:23263-1704218400-1704222000@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Shawn
DESCRIPTION:Today We Did\n\nWe continued with Monster Inheritance project.\nWe utilized dictionary to translate from “1” to “fire”\, “2” to “water” etc. And we utilized another dictionary to translate from “1” to 15 (fire magic damage)\, “2” to 15 (water magic damage) etc.\nWe added code to make the magic attack to work.\n\nHomework\n\nIf you were not able to copy the codes completely\, the Monster Inheritance codes can be found in https://drive.google.com/drive/u/0/folders/1zuuNL_dnmRkxMaInRAyDHwwyWPLXiYEr\nInside main.py\, the play_adventure method is too big now\, almost 50 lines of codes. We need to break down this big method into smaller methods.\n\nYou need to move sword attack related codes from play_adventure method into its own sword_attack method.\nAnd you need to move magic_attack related codes from play_adventure method into its own magic_attack method.\n\n\nUpload your codes into google drive.\nNext week we are going to learn how to do monster special behavior using inheritance.
URL:https://www.ayclogic.com/event/6-pm-python-oop-shawn-29/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T190000
DTEND;TZID=America/Los_Angeles:20240102T200000
DTSTAMP:20260426T014631
CREATED:20240103T040807Z
LAST-MODIFIED:20240103T040807Z
UID:23253-1704222000-1704225600@www.ayclogic.com
SUMMARY:7 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nContinued the Shopping Cart Project.\n\nHomework:\n\nWhen each piece of food is clicked:\n\nChange what it says\nChange what item you add to the Shopping Cart list\nChange what you add to the total price\n\n\nWhen the green flag is clicked\, make it show up.\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/7-pm-scratch-2-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T190000
DTEND;TZID=America/Los_Angeles:20240102T200000
DTSTAMP:20260426T014631
CREATED:20240103T045150Z
LAST-MODIFIED:20240104T042237Z
UID:23259-1704222000-1704225600@www.ayclogic.com
SUMMARY:7 PM - AI / ML - Shawn
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe transferred Cat vs Dog project from Google Colab to Kaggle.\nWe reviewed the Cat vs Dog codes because it has been a while.\nWe enabled GPU accelerator for both Jayden and Theo. Initially their GPU accelerator were not working because their phone numbers were not verified.\nWe learned how to export the PKL file in Kaggle. This is because in Kaggle\, there is no google drive integration. We need to do learn.export(‘/kaggle/working/my_model.pkl’) and then you can download the my_model.pkl from the right column into your computer.\nWe learned how to test the trained model in Kaggle by first uploading the data to Kaggle and do the learn.predict(“<kaggle uploaded file path”) . This is because in Kaggle below code does not work anymore\n\n\nfrom google.colab import files\nuploaded_file = files.upload()\n\n\n\nWe learned how to add other people’s dataset into their own Kaggle project.\nWe learned how to check if other people’s dataset is a good data set for computer vision or not.\nYou can find my Cat Vs Dog Kaggle project in https://www.kaggle.com/code/ayclogic/tue-7pm-cat-vs-dog\n\nHomework\n\nEach student will have to do a final project similar to Cat vs Dog streamlit project. It is due on 02/06.\nFor next week\, student has to find a computer data set in Kaggle for their final project and show it to Shawn.\nSince most of other people computer vision data set in Kaggle is not based on first letter of the file name (like the cat vs dog)\, you probably have to use something else other than ImageDataLoaders.from_name_func you probably have to use https://docs.fast.ai/vision.data.html#imagedataloaders.from_folder or  https://docs.fast.ai/vision.data.html#imagedataloaders.from_path_func. Please look in the for these 2 ImageDataLoaders and see if you can understand them or play around with your codes.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-shawn-12/
END:VEVENT
END:VCALENDAR