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:20240817T090000
DTEND;TZID=America/Los_Angeles:20240817T100000
DTSTAMP:20260421T210131
CREATED:20240817T080645Z
LAST-MODIFIED:20240817T080645Z
UID:26505-1723885200-1723888800@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe made sure that the score works\, and that all the good balloons and the bug pop and give the player points when the bug is clicked.\n\nHomework:\n\nMake the countdown and display in the right corner\, just like with flappy bird. It should start from 60 seconds and go to 0.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-joel-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T100000
DTEND;TZID=America/Los_Angeles:20240817T110000
DTSTAMP:20260421T210131
CREATED:20240817T040507Z
LAST-MODIFIED:20240817T040735Z
UID:26492-1723888800-1723892400@www.ayclogic.com
SUMMARY:10 AM - Python Game Dev - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to slow down flapping wing animation for both player and birds.\nWe learned how to detect collision and make bird and fireball disappear when they collide.\n\nHomework\n\nFor Aiden:\n\ncreate diagonal_bird.py\nload all images inside assets/bird_with_hat/ folder.\nMake the bird flaps its wings\nMake the bird move diagonally\nCreate the bird once every 2 seconds.\n\n\nEveryone else:\n\nSlow down the flapping of the wings for diagonal_bird.py. We did something similar with bird.py and player.py earlier.\nAdd codes that will make player disappear when it collides with bird.
URL:https://www.ayclogic.com/event/10-am-python-game-dev-indo-gamas-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T100000
DTEND;TZID=America/Los_Angeles:20240817T110000
DTSTAMP:20260421T210131
CREATED:20240817T202441Z
LAST-MODIFIED:20240817T212910Z
UID:26514-1723888800-1723892400@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe finished with draw_car function\nWe reviewed functions even more specifically about last week homework.\n\nHomework\n\nCreate aug_17_function_hw.py\n\ncreate a new function “positive_or_negative”. It should have one parameter “num”. Inside the function check if the parameter is less or more than o. If it is less than zero then print “<num> is a negative number”. Otherwise\, print “<num> is a positive number”. Call the function like the following\n\npositive_or_negative(-100) . This will print “-100 is a negative number”\npositive_or_negative(4). This will print “4 is a positive number”.\npositive_or_negative(-2). This will print “-2 is a negative number”.\n\n\ncreate a new function “divide”. It should have two parameters: n1\, n2. Inside the function divide n1 with n2. print the result.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-gamas-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T103000
DTEND;TZID=America/Los_Angeles:20240817T113000
DTSTAMP:20260421T210131
CREATED:20240820T220016Z
LAST-MODIFIED:20240820T220016Z
UID:26549-1723890600-1723894200@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Your HW:\n\nDraw and color a proposal for your python project\nMake sure it fills the requirements we discussed in class:\n\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\nEmail it to me at billhan@ayclogic.com
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-28/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T113000
DTEND;TZID=America/Los_Angeles:20240817T123000
DTSTAMP:20260421T210131
CREATED:20240820T220206Z
LAST-MODIFIED:20240820T220206Z
UID:26551-1723894200-1723897800@www.ayclogic.com
SUMMARY:11:30 AM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nCreate a few more obstacle set prefabs like we did in class\nTry to group objects like what we did for the cones in the class example\nThe more sets you create the better the game will play\n\nCreate at minimum 1 more\n\n\n\n 
URL:https://www.ayclogic.com/event/1130-am-unity-game-development-bill-16/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T120000
DTEND;TZID=America/Los_Angeles:20240817T130000
DTSTAMP:20260421T210131
CREATED:20240817T201216Z
LAST-MODIFIED:20240817T201732Z
UID:26509-1723896000-1723899600@www.ayclogic.com
SUMMARY:12 PM - AI and ML - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about running streamlit in local machine.\nWe learned about the single digit computer vision. We learned how training data matters. If you train your models with black and white images\, then most likely it will predicts well with black and white images. And it will predicts poorly with gradient color images.\nWe learned there are more than just computer vision in AI and ML world. There are predicting stock market\, predicting health.\nWe started doing Titanic Survivorship project.\n\nHomework\n\nLearn about “pandas” python library. What are the common use case for this library.\nLearn about “numpy” python library. What are the common use case for this library.\nCreate a Python project that would read a CSV file (student_scores.csv) and display the average test score for each subject\n\nDownload this csv file: students_scores\nCreate a new python project in pycharm\nInside that project create a new text file (not a python file) requirements.txt . Inside the file\, put this one line.\n\n\npandas==2.2.2\n\n\n\nAfter you do this\, the pycharm should display a blue link to “install requirement” . Click this to install pandas library into your project.\ncreate main.py\n\nInside the file write codes\n\nImport the Pandas library.\nLoad the CSV file into a DataFrame.\nDisplay the first few rows of the DataFrame to get an overview of the data.\nPrint the column names and the number of rows and columns in the dataset.\nCalculate the mean score for each subject (Math\, Science\, English).\n\n\nIf you do it correctly\, you should see the following as your output\n\nColumn Names: Index(['Name'\, 'Math'\, 'Science'\, 'English']\, dtype='object')\nNumber of Rows and Columns: (5\, 4)\n\nMean Scores for Each Subject:\nMath 84.0\nScience 87.4\nEnglish 87.0\ndtype: float64
URL:https://www.ayclogic.com/event/12-pm-ai-and-ml-gamas-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T143000
DTEND;TZID=America/Los_Angeles:20240817T153000
DTSTAMP:20260421T210131
CREATED:20240820T220248Z
LAST-MODIFIED:20240820T220248Z
UID:26553-1723905000-1723908600@www.ayclogic.com
SUMMARY:2:30 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nAnimate the dinosaur
URL:https://www.ayclogic.com/event/230-pm-unity-game-development-bill-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T150000
DTEND;TZID=America/Los_Angeles:20240817T160000
DTSTAMP:20260421T210131
CREATED:20240817T230208Z
LAST-MODIFIED:20240823T021213Z
UID:26523-1723906800-1723910400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Daniel
DESCRIPTION:What We Did\n\nTalked and approved project proposals\nLearned how to draw a half circle\nWorked on drawing a new face\nWe reviewed what a default parameter is\nWe learned how to draw multiple faces with random.choice() function and a for loop\n\nHomework\n\n Create a new file Project.py and start working on the project\, create some starting functions (ex. rectangle function)\, and draw a few objects to start off\nUpload project proposals\nIf you have any questions\, email me at dmeng@ayclogic.com.\nThe project is due on 09/21\, by next week (08/24)\, you should have your project 25% completed.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-daniel-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240817T183000
DTEND;TZID=America/Los_Angeles:20240817T193000
DTSTAMP:20260421T210131
CREATED:20240818T012258Z
LAST-MODIFIED:20240818T090305Z
UID:26528-1723919400-1723923000@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nSetup android studio for running android applications\n\nHomework:\n\nNone !\n\nNotes:\nYou can email me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/630-pm-intro-to-java-darin-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR