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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250508T183000
DTEND;TZID=America/Los_Angeles:20250508T193000
DTSTAMP:20260604T082217
CREATED:20250509T025849Z
LAST-MODIFIED:20250509T025849Z
UID:29008-1746729000-1746732600@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nStart school system\n\nCreate add_student()\nCreate list_students()\n\n\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nI just realized I haven’t set up the Google Drive yet\, sorry\, we will go over homework next class and I will create/add you to the new folders\nHomework: Create a new file called MAY8_hw.py\n\nCreate a new teacher object with attributes: name\, age\, subject\nCreate attributes\n\nself.teacher_dictionary\, self.teacher_list\, exactly like the other student attributes\nYou can add some sample objects if you want the same way we did for students\, but up to you\n\n\nCreate functions:\n\nadd_teacher()\, should look exactly like add_student() but asks for subject instead of grade\nlist_teachers()\, should look exactly like list_students() but loops over teacher list instead
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250507T190000
DTEND;TZID=America/Los_Angeles:20250507T200000
DTSTAMP:20260604T082217
CREATED:20250508T030106Z
LAST-MODIFIED:20250508T030106Z
UID:28999-1746644400-1746648000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed the first quiz\nLearnt about functions without return values!\n\nHomework:\nCreate a new file called May7_FunctionsWithoutRV_HW1.py and do the following (use comments so i know which part you are doing): \n\nCopy codes from page 130 to 133.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250505T190000
DTEND;TZID=America/Los_Angeles:20250505T200000
DTSTAMP:20260604T082217
CREATED:20250506T030739Z
LAST-MODIFIED:20250506T030739Z
UID:28980-1746471600-1746475200@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFeedback on final projects\nReview final exam\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Finish your last feedback to final project\n\nPlease make sure we all have one thing that changes colors\nMake sure we create functions correctly\n\nOne function for each letter\nOne function for each word\nMake use of x/y parameters\n\n\nOnly use the code we learned about in class
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250505T180000
DTEND;TZID=America/Los_Angeles:20250505T190000
DTSTAMP:20260604T082217
CREATED:20250506T015608Z
LAST-MODIFIED:20250506T015608Z
UID:28978-1746468000-1746471600@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nConditions: if\, elif\, else\nConditional operators: or\, and\, ==\, !=\, >\, <\, >=\, <=\nMonday 6:00PM class code:\nhttps://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: \n\nPage 84\, 5-3\, 5-4\nOnly #3 from here: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250505T170000
DTEND;TZID=America/Los_Angeles:20250505T180000
DTSTAMP:20260604T082217
CREATED:20250506T010350Z
LAST-MODIFIED:20250506T010350Z
UID:28976-1746464400-1746468000@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt about if statements\nReviewed data types and variables\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate May5_IfElseHW.py\n\n2nd edition: \n\nPages 79-81 from the textbook\n\n\n3rd edition: \n\nPages 78-81 from the textbook\n\n\n\n\nCreate May5_IfElseHW2.py\nTRY IT YOURSELF: Page 84\, 5-3\, 5-4\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250430T190000
DTEND;TZID=America/Los_Angeles:20250430T200000
DTSTAMP:20260604T082217
CREATED:20250501T023334Z
LAST-MODIFIED:20250501T023334Z
UID:28888-1746039600-1746043200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nHad our first quiz!\n\nHomework:\nNone! Enjoy the no homework for this week! I recommend looking into how to “use turtle in python” if you are bored\, to prepare yourself for the next few weeks. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T190000
DTEND;TZID=America/Los_Angeles:20250428T200000
DTSTAMP:20260604T082217
CREATED:20250505T015203Z
LAST-MODIFIED:20250505T015203Z
UID:28971-1745866800-1745870400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nRobux system\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Finish the rest of your project\, its due next week
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T180000
DTEND;TZID=America/Los_Angeles:20250428T190000
DTSTAMP:20260604T082217
CREATED:20250429T015558Z
LAST-MODIFIED:20250429T015558Z
UID:28862-1745863200-1745866800@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nComments\nVariables\n\nNames\nValues\, and the values data types\n\n\nMath operations\nString operations\n\nUpper\nLower\nTitle\nFormatted strings\n\n\nHow to get user input\, and how to provide users output (print)\nHow to cast between the 4 different data types\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: On page 25\, complete the “TRY IT YOURSELF” for 2-3\, 2-4\, 2-5\, and 2-6
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250428T170000
DTEND;TZID=America/Los_Angeles:20250428T180000
DTSTAMP:20260604T082217
CREATED:20250429T005957Z
LAST-MODIFIED:20250429T010406Z
UID:28856-1745859600-1745863200@www.ayclogic.com
SUMMARY:5 pm - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nSet up thonny\, explained class logistics\nLearnt about variables\, data types\, and the difference between data types\nLearnt about how to use math in Python\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate Apr28_StringHomework.py\n\npages 20-23 copy python codes from the book: 2nd week or 3rd week\nIntroToPythonP20toP23\n\n\nCreate Apr28_StringHomework2.py page 25. TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250423T190000
DTEND;TZID=America/Los_Angeles:20250423T200000
DTSTAMP:20260604T082217
CREATED:20250424T030830Z
LAST-MODIFIED:20250424T030830Z
UID:28808-1745434800-1745438400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:You will have your first quiz next week\, do not come late!\nWhat We Did Today:\n\nReviewed past lessons in anticipation for the quiz.\n\nHomework:\nStudy for your quiz next week! Use class notes and the previous homework to study. \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250416T190000
DTEND;TZID=America/Los_Angeles:20250416T200000
DTSTAMP:20260604T082217
CREATED:20250417T025516Z
LAST-MODIFIED:20250417T030115Z
UID:28716-1744830000-1744833600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed past lessons\nReviewed the while loop\nLearnt how to use if statements in a while loop\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Apr16_QuizReview.py and do the following: \n\nhttps://www.ayclogic.com/intro-to-python-exercises/\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250409T190000
DTEND;TZID=America/Los_Angeles:20250409T200000
DTSTAMP:20260604T082217
CREATED:20250410T020018Z
LAST-MODIFIED:20250410T033047Z
UID:28617-1744225200-1744228800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed past lessons\nLearnt about the while loop\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Apr9_LoopsHW.py: \n\nFrom the textbook (depending on your book edition)\, do:\nTRY IT YOURSELF from page 56: 4-1\, 4-2\nAlso do:\nTRY IT YOURSELF from pages 123: 7-4\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250331T190000
DTEND;TZID=America/Los_Angeles:20250331T200000
DTSTAMP:20260604T082217
CREATED:20250401T030733Z
LAST-MODIFIED:20250408T020840Z
UID:28520-1743447600-1743451200@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned how to draw a face\nUse all of our previous functions to draw it\nWent over our project proposal\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive and name it MAR31_project_proposal\nHomework: Start your project proposal! Please read through these next instructions very carefully\n\nYou have 5 weeks from now to complete your full project\, but today you only need to draw your idea on a piece of paper\, the coding will come in the next few weeks.\nThese are the requirements for your project:\n\nIt needs to have a combination of rectangles\, circles\, and polygons.\nIt needs to have at least one text that is formed by a combination of rectangles or circles or polygons.\nIt needs to have some part of the illustration that keeps changing the colors.\nThe X and Y coordinates need to be between -500 to 500.\nThe illustration needs to be fairly complex. If it is too simple\, then you will not get the maximum grade.\nThere needs to be at least 7 different objects/characters in the final project\nMost of the complex shapes have to be done via functions with coordinates and color as parameters. For example\, draw_cloud(x\,y\, color)\, draw_tree(x\,y\, color)\, draw_airplane(x\,y\, color). The more functions like this\, the higher your grades.\nNo code duplication.\nThe final result has to be the same as the proposal.\n\n\nExamples: https://www.ayclogic.com/intro-to-python-final-project-criteria/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250326T190000
DTEND;TZID=America/Los_Angeles:20250326T200000
DTSTAMP:20260604T082217
CREATED:20250327T025318Z
LAST-MODIFIED:20250327T025403Z
UID:28490-1743015600-1743019200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables\, data types\, if statements\, how to get input from the shell\, how to compare (<=\, >=\, ==\, <\, >)\, typecasting (converting data types from one into another)\, and using lists\nLearnt about for loops for lists\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Mar26_Lists_HW2.py: \n\nFrom the textbook (depending on your book edition)\, do:\n2nd edition: TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6\n3rd edition: TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250324T190000
DTEND;TZID=America/Los_Angeles:20250324T200000
DTSTAMP:20260604T082217
CREATED:20250325T030134Z
LAST-MODIFIED:20250325T030134Z
UID:28470-1742842800-1742846400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn about some new functions\n\nt.forward()\nt.right()\nt.left()\n\n\nLearn how to draw circles\n\nYou can draw half circles if you use the second parameter “extent”\n\n\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Please name your homework MAR24_shapes_hw.py\n\nDraw a diamond like we talked about in class only using the new functions we learned about in class\n\nt.right(ANGLE)\nt.left(ANGLE)\nt.forward(DISTANCE)\n\n\nPlease put the code for this inside a function with a good name as we always discuss in class\nMake sure you call the function so you can see the diamond
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250319T190000
DTEND;TZID=America/Los_Angeles:20250319T200000
DTSTAMP:20260604T082217
CREATED:20250320T030230Z
LAST-MODIFIED:20250320T030230Z
UID:28436-1742410800-1742414400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables\, data types\, if statements\, how to get input from the shell\, how to compare (<=\, >=\, ==\, <\, >)\, and typecasting (converting data types from one into another)\nLearnt about lists\, how to store multiple variables\, and do things like adding\, removing\, and accessing.\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Mar19_Lists_HW1.py: \n\nCopy the code from the textbook (depending on your book edition):\n2nd edition: Page 38 to 41: access\, modify\, append\, remove\n3rd edition: Page 37 to 41 (do not do the “Try It Yourself”)\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250317T190000
DTEND;TZID=America/Los_Angeles:20250317T200000
DTSTAMP:20260604T082217
CREATED:20250318T025438Z
LAST-MODIFIED:20250318T025438Z
UID:28416-1742238000-1742241600@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinish robot builder\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Create a new file called MAR17_robot_hw.py\n\nDraw the right foot on our robot\nRemember it should share either the same x or y as the left foot\nShould it share the same width or height as the left foot as well?
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250312T190000
DTEND;TZID=America/Los_Angeles:20250312T200000
DTSTAMP:20260604T082217
CREATED:20250313T024655Z
LAST-MODIFIED:20250313T025927Z
UID:28379-1741806000-1741809600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables\, data types\, if statements\, and how to get input from the shell.\nLearnt about different ways to compare (<=\, >=\, ==\, <\, >)\nLearnt about typecasting (converting data types from one into another)\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Mar12_InputIFfElse_HW.py: \n\nPage 114 to 116 COPY CODE\nHow the input() Function Works\nuntil\nThe Modulo Operator\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250310T190000
DTEND;TZID=America/Los_Angeles:20250310T200000
DTSTAMP:20260604T082217
CREATED:20250311T030214Z
LAST-MODIFIED:20250311T030214Z
UID:28356-1741633200-1741636800@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn how to draw rectangles the new way (using t.right and t.forward)\nStart robot project\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Create a new file called MAR10_robot_hw.py\n\nCopy all the robot code we made in class into this new file\nChange the code for the neck to look like the actual robot’s neck\n\nJust remember the neck should have a larger width than height\n\n\nPlease don’t finish the rest of the robot\, if you want to do extra credit\, think of something new to draw like a dog or a cat 🙂
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250303T190000
DTEND;TZID=America/Los_Angeles:20250303T200000
DTSTAMP:20260604T082217
CREATED:20250304T040124Z
LAST-MODIFIED:20250304T040124Z
UID:28299-1741028400-1741032000@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview quiz questions\nLearn about basic turtle functions\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive and name it MAR3_turtle_hw.py\nHomework:\n\nCreate and fill in a rectangle with any color you want\nMake sure the width (x) is 100\nMake sure the height (y) is 200\nPlease test your homework and make sure it works before submitting it
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250227T183000
DTEND;TZID=America/Los_Angeles:20250227T193000
DTSTAMP:20260604T082217
CREATED:20250228T040346Z
LAST-MODIFIED:20250228T040346Z
UID:28267-1740681000-1740684600@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview final project\nFinish robux system project\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Please finish the rest of your final projects this week\n\nMake sure you apply all the feedback I gave you\nReview the requirements one more time to double check you did everything!
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250226T190000
DTEND;TZID=America/Los_Angeles:20250226T200000
DTSTAMP:20260604T082217
CREATED:20250227T041026Z
LAST-MODIFIED:20250227T041026Z
UID:28258-1740596400-1740600000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables and data types\nLearnt how if statements worked\nLearnt how to use elif and else after if statements\nLearnt how to do comparison with == and !=\nLearnt how to do math with +\, -\, *\, /\nLearnt how to use ‘and’ \, ‘or’ in if statements\n\nHomework:\nSubmit this file into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \n\nCreate Feb26_StringHomework2_TIY.py\n\nFrom the book: Try it yourself page 25\, and do numbers 2-3\, 2-4\, 2-5\, and 2-6\n\n\nCreate Feb26_StringHomework2_copy.py\n\nFrom the book: Copy pages 79 – 81 (book version 2) or 78 – 81 (book version 3)\n\n\n\ntip: you can use this code below with print(f” {some_variable}  “) to print out variables while combining with other strings \nname = "darin" \nprint(f"{name} is cool!")\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250224T190000
DTEND;TZID=America/Los_Angeles:20250224T200000
DTSTAMP:20260604T082217
CREATED:20250225T043032Z
LAST-MODIFIED:20250225T043032Z
UID:28236-1740423600-1740427200@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nQUIZ 2\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework!
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T183000
DTEND;TZID=America/Los_Angeles:20250220T193000
DTSTAMP:20260604T082217
CREATED:20250221T032928Z
LAST-MODIFIED:20250228T015140Z
UID:28209-1740076200-1740079800@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinish grocery system project\nStarted learning how to draw letters a different way\n\nWe can obviously do this using t.goto()\nWe learned how to use t.forward() and t.right() to do this instead\n\n\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Continue making progress on your final project\, make sure you ask any questions during class!\n\nCompleted project is due on March 13th\nPlease upload any progress you made
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-41/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250219T190000
DTEND;TZID=America/Los_Angeles:20250219T200000
DTSTAMP:20260604T082217
CREATED:20250220T040227Z
LAST-MODIFIED:20250220T054927Z
UID:28190-1739991600-1739995200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nSetup Thonny\nLearnt how the environment works (with folders\, files\, the shell)\nLearnt about variables and data types\nLearnt a bit about how to do math in Python\n\nHomework:\nSubmit this file into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \n\nCreate Feb19_StringHomework.py\n\npages 20-23 copy python codes from the book\nuse this if you don’t have the book yet:\nIntroToPythonP20toP23\n\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250217T190000
DTEND;TZID=America/Los_Angeles:20250217T200000
DTSTAMP:20260604T082217
CREATED:20250218T035954Z
LAST-MODIFIED:20250218T035954Z
UID:28167-1739818800-1739822400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian (Darin sub)
DESCRIPTION:Today we did\n\nPrepare for the quiz!\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPrepare well for the quiz next week!
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-darin-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250213T183000
DTEND;TZID=America/Los_Angeles:20250213T193000
DTSTAMP:20260604T082217
CREATED:20250214T033731Z
LAST-MODIFIED:20250221T022848Z
UID:28139-1739471400-1739475000@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned how to make a kaleidoscope\n Started the grocery system project\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Continue making progress on your final project\, make sure you ask any questions during class!\n\nCompleted project is due in 3 more weeks\nPlease upload any progress you made
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250210T190000
DTEND;TZID=America/Los_Angeles:20250210T200000
DTSTAMP:20260604T082217
CREATED:20250211T035945Z
LAST-MODIFIED:20250211T035945Z
UID:28108-1739214000-1739217600@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nPrepare for the quiz!\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Name your homework FEB17_hw\n\nPlease try your best to complete all of the homework on this website:\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250206T183000
DTEND;TZID=America/Los_Angeles:20250206T193000
DTSTAMP:20260604T082217
CREATED:20250207T034102Z
LAST-MODIFIED:20250207T034102Z
UID:28074-1738866600-1738870200@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinished learning about how to draw different shapes and faces\nWent over the requirements for our project proposal\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHOMEWORK TODAY IS VERY IMPORTANT!\n\nReview the project proposal criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nLook over these different final projects to understand what other people have done in the past so you know how complex it should be (but the more creative you are\, the better): https://www.ayclogic.com/python-projects/\nDraw a picture you’re confident you can draw using Turtle in Python\, make sure it matches all the criteria\, and submit it in your google drive named project_proposal
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250203T190000
DTEND;TZID=America/Los_Angeles:20250203T200000
DTSTAMP:20260604T082217
CREATED:20250204T035837Z
LAST-MODIFIED:20250204T035837Z
UID:28057-1738609200-1738612800@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nPractice using the Python random module\nSolving Python errors\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework into your Google Drive\nHomework: Finish exercise 1 and 2 from this link\, call it “FEB10_hw”:\n\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR