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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T140000
DTEND;TZID=America/Los_Angeles:20220720T160000
DTSTAMP:20260423T172432
CREATED:20220722T010014Z
LAST-MODIFIED:20220722T220700Z
UID:14017-1658325600-1658332800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nContinued to Learn about Turtle\nCreated our own Rectangle Function\nStarted the Robot Builder project\nLearned about the Circle function\nCreated our own Circle function\nStarted the More Shapes project\nCreated a Face function\nLearned about x and y parameters\nLearned about how to make a slanted Rectangle\nCreated a more complicated filled shape function (the pentagon)\n\nYour HW:\n\nFinish the Robot Builder function\nMake sure to have a function for the right arm and another function for the left arm
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-bill-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T170000
DTEND;TZID=America/Los_Angeles:20220720T180000
DTSTAMP:20260423T172432
CREATED:20220726T071422Z
LAST-MODIFIED:20220726T071422Z
UID:14080-1658336400-1658340000@www.ayclogic.com
SUMMARY:5PM - Digital Illustration 3
DESCRIPTION:WEDNESDAY \nToday we continued the Room project. We added a lamp\, a chair\, a trash-can\, and a window to the sketch. We also started to add the lines over the sketch. \nHOMEWORK \nThink of THREE items to add to the room. \nAs shown by the “X”s in our progress below\, you can choose to put your custom items on the beside table\, the desk\, the bed\, the floor\, or the wall. \nSome ideas for items: Plushies\, cups\, posters\, rug\, computer\, etc. You can also find ideas from your own room. \nHow: \n\nStart a new layer on top of our “Lines” layer\nDraw your items with the line brush\n\n(if you feel more comfortable sketching first\, you can do that as an extra step and extra layer)
URL:https://www.ayclogic.com/event/5pm-digital-illustration-3-11/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T180000
DTEND;TZID=America/Los_Angeles:20220720T190000
DTSTAMP:20260423T172432
CREATED:20220721T032124Z
LAST-MODIFIED:20220721T033126Z
UID:14010-1658340000-1658343600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe went over questions about turtle project.\nWe went over how to draw face forever in different coordinates and different colors.\n\nHomework\n\nIf you have not done with Turtle project\, please finish it by midnight of July 20. If you submit after July 20\, there will be point deduction.\nI uploaded all the python files that we did in the class to https://drive.google.com/drive/u/0/folders/1Yt5ZwSvd20f5RTa7wv6yi-KdXJ8vFXnU just in case if you could not copy the codes.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T190000
DTEND;TZID=America/Los_Angeles:20220720T200000
DTSTAMP:20260423T172432
CREATED:20220721T030440Z
LAST-MODIFIED:20220721T030440Z
UID:14006-1658343600-1658347200@www.ayclogic.com
SUMMARY:7 PM – Coding Olympic Training
DESCRIPTION:https://leetcode.com/problems/trapping-rain-water/submissions/. Try to solve in three different approaches we discussed in class\nUSACO 2021 Feb Bronze: http://www.usaco.org/index.php?page=feb21results
URL:https://www.ayclogic.com/event/7-pm-coding-olympic-training-22/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T190000
DTEND;TZID=America/Los_Angeles:20220720T200000
DTSTAMP:20260423T172432
CREATED:20220721T030452Z
LAST-MODIFIED:20220721T030452Z
UID:14002-1658343600-1658347200@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the School System for now but will return to it.\nWe started and finished going over how to create a HashMap and use it.\n\nFor Homework:\n\nCreate a new file that is called July27_RestaurantMap.java\nThere should be a menu that is printed every time and it should show what is below.\nMake sure to create the main method\, run method and have it printing the menu and a way to exit the while loop.\n\n1. Add restaurant\n2. List all restaurants\n3. Find a Restaurant\nEnter your selection (enter "exit" to quit):\n\nIn the file\, create a restaurantMap that’s key is a String and the value is a class called Restaurant that you also have to create.\nIn the Restaurant.java file\, make sure to create 4 variables (name\, phoneNumber\, year\, cuisine) for the Restaurant object\, the constructor for it\, and also all of the getters and setters.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T190000
DTEND;TZID=America/Los_Angeles:20220720T200000
DTSTAMP:20260423T172432
CREATED:20220721T030514Z
LAST-MODIFIED:20220721T030514Z
UID:14004-1658343600-1658347200@www.ayclogic.com
SUMMARY:7PM - Intro to Python - Latisha
DESCRIPTION:Today We Do\n\nWent over Final Project Criteria\nDid Left Arm of Robot\n\nHomework\n\ncreate right_arm function for the robot like how we made left_arm function in class.\nPrepare a sketch of your Turtle Project Proposal on graphing paper and color it. Follow the details outlined on this link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\nYou can see examples of Turtle Projects from the past on this link: https://www.ayclogic.com/python-digital-illustrations/\nEmail your proposal to latisha@ayclogic.com by Monday night.\n\n\n\n \nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-intro-to-python-latisha-5/
END:VEVENT
END:VCALENDAR