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:20220601T180000
DTEND;TZID=America/Los_Angeles:20220601T190000
DTSTAMP:20260610T113224
CREATED:20220602T042739Z
LAST-MODIFIED:20220602T042739Z
UID:13320-1654106400-1654110000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Robot Builder. We added draw_left_arm(x\,y) function.\n\nHomework\n\nAdd a new parameter to draw_left_arm function: color. This parameter will be used to decide which arm color to use.\nCreate a new function draw_right_arm function which will have 3 parameters: x\,y and color parameters. Whenever this function is call\, it will draw a right arm. This is very similar to draw_left_arm but it will draw the right arm.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220601T190000
DTEND;TZID=America/Los_Angeles:20220601T200000
DTSTAMP:20260610T113224
CREATED:20220602T030315Z
LAST-MODIFIED:20220602T030516Z
UID:13313-1654110000-1654113600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished Hangman game.\n\nHomework\n\nCreate June1_PythonExercisesHomework.py\nDo exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\nIf you have question\, feel free to email me at gamas@ayclogic.com. Attach your codes in the email if you have problem about your code. Please don’t wait until the last min to email me as I need time to read and reply your email.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T180000
DTEND;TZID=America/Los_Angeles:20220608T190000
DTSTAMP:20260610T113224
CREATED:20220609T033245Z
LAST-MODIFIED:20220609T033245Z
UID:13436-1654711200-1654714800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished with Robot Builder project.\nWe continued with draw_circle function.\nWe continuously draw two circles with different colors\n\nHomework\n\nIn the class\, only one of the circles is changing the color. Make the second circle change the color.\nRandomize the X and Y coordinates of the circle inside the whilte loop. Use random.randint to generate random x and y coordinate.\nMake some progress on your turtle project.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T190000
DTEND;TZID=America/Los_Angeles:20220608T200000
DTSTAMP:20260610T113224
CREATED:20220609T025434Z
LAST-MODIFIED:20220609T025507Z
UID:13427-1654714800-1654718400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nCreate June8_FixPythonErrorsHomework.py\nCopy broken Python codes from https://www.ayclogic.com/fixing-python-bugs/\nFix all the errors
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220610T100000
DTEND;TZID=America/Los_Angeles:20220610T110000
DTSTAMP:20260610T113224
CREATED:20220611T005002Z
LAST-MODIFIED:20220611T005002Z
UID:13455-1654855200-1654858800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Saagar
DESCRIPTION:Today We Do\n\nWe learned about variables\nWe learned about Integer\n\nHomework\n\nCreate June18_StringHomework.py\nCopy codes from page 23 to 25.\n\nasdfa\nasdf\n\nadsf
URL:https://www.ayclogic.com/event/10-am-intro-to-python-saagar/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T170000
DTEND;TZID=America/Los_Angeles:20220611T180000
DTSTAMP:20260610T113224
CREATED:20220612T021552Z
LAST-MODIFIED:20220614T015924Z
UID:13478-1654966800-1654970400@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Latisha
DESCRIPTION:Today We Do\n\nWe review homework.\n\nHomework\n\nFinish last week homework.\nCreate a new file book.py and add a new class Book. Inside the class\, add these attributes: name\, author\, publication_year\nCreate a new file book_main.py and add a new class BookSystem.\nInside BookSystem\, create a dictionary book_dictionary.\nInside BookSystem create a new method application_loop().\nThis BookSystem will have the following features\n\nEnter one of the following:\n1. Add Book\n2. List all books\n3. Find book by name\n4. List all books before year 2010\n0. Exit\nPlease enter your selection: 1\n\nADD NEW BOOK\nEnter book name: Chamber Of Secrets\nEnter book author: JK Rowling\nEnter publication year: 1998\n\nEnter one of the following:\n1. Add Book\n2. List all books\n3. Find book by name\n4. List all books before year 2010\n0. Exit\nPlease enter your selection: 2\n\nLIST ALL BOOKS\nChamber Of Secrets by JK Rowling\, published on 1998
URL:https://www.ayclogic.com/event/5-pm-python-oop-latisha/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220614T083000
DTEND;TZID=America/Los_Angeles:20220614T093000
DTSTAMP:20260610T113224
CREATED:20220621T153202Z
LAST-MODIFIED:20220621T153202Z
UID:13685-1655195400-1655199000@www.ayclogic.com
SUMMARY:7:30 AM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue to finish https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/730-am-intro-to-python-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220615T180000
DTEND;TZID=America/Los_Angeles:20220615T190000
DTSTAMP:20260610T113224
CREATED:20220616T021302Z
LAST-MODIFIED:20220616T021302Z
UID:13542-1655316000-1655319600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree.\n\nHomework\n\nMake sure to use the x and y coordinate properly inside draw_letter_p function. This way when you call draw_letter_p three times with 3 different coordinates\, you can see 3 different letter p.\nAdd one more parameter to draw_letter_p function: color. And use it properly inside the function so you can specify different color when calling the function.\nMake progress on your turtle project. The project is due on July 13. So by next week you need to be at least 25% complete. And don’t forget to upload your project to the google drive.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220618T140000
DTEND;TZID=America/Los_Angeles:20220618T150000
DTSTAMP:20260610T113224
CREATED:20220618T011014Z
LAST-MODIFIED:20220618T220116Z
UID:13586-1655560800-1655564400@www.ayclogic.com
SUMMARY:2 pm - Intro To Python - Saagar Mahadev
DESCRIPTION:Today we did:\n\nVariables: why they are used (to store information) and how to declare them (variable_name = value)\nData Types: the 4 types (integer\, float\, string\, boolean)\nVariable naming conventions (case-sensitivity\, no spaces in variable names)\n\nHomework\n\nCreate python file called “June18_StringHomework.py”. Do home work from page 20-23 in the textbook. If you don’t have the book\, click here IntroToPythonP20toP23.\n\n 
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-saagar-mahadev/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220622T180000
DTEND;TZID=America/Los_Angeles:20220622T190000
DTSTAMP:20260610T113224
CREATED:20220623T021132Z
LAST-MODIFIED:20220623T021347Z
UID:13695-1655920800-1655924400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe made draw_face(x\,y) function so it can draw face in Python turtle module.\n\nHomework\n\nContinue on your Turtle project. Don’t forget to upload your project to the google drive.\nThe draw_face(x\,y) function which we did in the class was not complete. It is missing the right side of the mouth. Please add the code so it will draw the right side of the mouth. When you call the draw_face(x\,y) twice\, one with (0\,0) and another with (100\,100) coordinates\, it needs to draw 2 faces like below
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T100000
DTEND;TZID=America/Los_Angeles:20220625T110000
DTSTAMP:20260610T113224
CREATED:20220625T181047Z
LAST-MODIFIED:20220625T183210Z
UID:13758-1656151200-1656154800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Saagar Mahadev
DESCRIPTION:Today we did:\n\nString methods like upper()\, lower()\, title() and how to use them (variable.method())\nReviewed string concatenation and introduced f-strings\, an easier\, better way to use variables in strings (e.g. f”hi my name is {full_name}”)\nadding and removing whitespace (\n for newline\, \t for tab\, strip()\, lstrip()\, rstrip())\n\nAnnouncement\nThere is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays for my school: https://www.ayclogic.com/observed-holidays/class will resume on July 9th. \nHomework\n\nCreate python file called “June25_StringHomework2.py”. Do homework from page 25 in the textbook. TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6.\n\n 
URL:https://www.ayclogic.com/event/10-am-intro-to-python-saagar-mahadev/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR