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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250910T190000
DTEND;TZID=America/Los_Angeles:20250910T200000
DTSTAMP:20260604T031537
CREATED:20250911T030622Z
LAST-MODIFIED:20250911T030708Z
UID:30796-1757530800-1757534400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over Sept3_while_loop_hw1.\nReviewed using while loops.\nLearned about infinite loops\, break\, and flag variables.\n\nHomework:\n\nMake a file called Sept10_while_loop_hw2.\nDo the Try-It-Yourself (7-4\, 7-5\, 7-6\, 7-7) section on page 123 in your coding book.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250910T190000
DTEND;TZID=America/Los_Angeles:20250910T200000
DTSTAMP:20260604T031537
CREATED:20250910T202318Z
LAST-MODIFIED:20250911T031159Z
UID:30786-1757530800-1757534400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Robux System project\n\nHomework:\nYou have a one week extension for the final project! \nYOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! \n\nFor those of you that have a drawing ready\, make 100% progress on your final project\, so be finished with creating 8 objects using the function trick we learnt in class. This is the criteria page: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit this into the google drive: here when you are done!\n\n  \nDylan: Make the changes so that your drawings are in the form of a function (combine multiple makeRectangles and makeCircles into one function for one drawing) \nAvin: Submit your new drawing on paper and finish drawing everything using code we taught in class. \nLiam: Make the changes to abstract everything into a function\, and draw the words using a combination of rectangles\, circles\, or polygons \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-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250905T170000
DTEND;TZID=America/Los_Angeles:20250905T180000
DTSTAMP:20260604T031537
CREATED:20250906T010354Z
LAST-MODIFIED:20250906T011038Z
UID:30716-1757091600-1757095200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt about functions without RV\n\nHomework:\nMake a file called Sept5_FunctionsWithRV_HW.py and submit to the google drive HW folder when you guys are done: \n\nfrom https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ do number 7. This should be similar to Sept5_FunctionWithInput.py that we did in class.\n\nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250903T190000
DTEND;TZID=America/Los_Angeles:20250903T200000
DTSTAMP:20260604T031537
CREATED:20250904T025250Z
LAST-MODIFIED:20250904T025250Z
UID:30632-1756926000-1756929600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed final project proposals\nFinished the interactive grocery system program\nStarted the last robux program\n\nHomework:\nYOUR FINAL PROJECT IS DUE NEXT WEEK SEPTEMBER 10! \n\nFor those of you that have a drawing ready\, make 100% progress on your final project\, so be finished with creating 8 objects using the function trick we learnt in class. This is the criteria page: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit this into the google drive: here when you are done!\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-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250903T000000
DTEND;TZID=America/Los_Angeles:20250903T000000
DTSTAMP:20260604T031537
CREATED:20250904T032201Z
LAST-MODIFIED:20250910T232924Z
UID:30636-1756857600-1756857600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over For Loop List Hw 3.\nReviewed using for-each loops and range.\nLearned about while loops.\n\nHomework:\n\nMake a file called Sept3_while_loop_hw1.\nDo pages 117 and 121 in your coding book.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/30636/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250827T190000
DTEND;TZID=America/Los_Angeles:20250827T200000
DTSTAMP:20260604T031537
CREATED:20250828T031308Z
LAST-MODIFIED:20250828T031308Z
UID:30441-1756321200-1756324800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed final project proposals\nCreated an interactive grocery system program\n\nHomework:\nYOUR FINAL PROJECT IS DUE IN 2 WEEKS FROM NOW! \n\nFor those of you that have a drawing ready\, make 75% progress on your final project\, so be finished with creating 8 objects using the function trick we learnt in class.\nSubmit this into the google drive: here when you are done!\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-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250827T190000
DTEND;TZID=America/Los_Angeles:20250827T200000
DTSTAMP:20260604T031537
CREATED:20250828T030444Z
LAST-MODIFIED:20250828T030721Z
UID:30442-1756321200-1756324800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over For Loop List Hw 2.\nReviewed using lists and for-each loops.\nLearned about range.\n\nHomework:\n\nMake a file called August27_for_loop_list_hw3.\nFollow the instructions here: https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nMake a file called August27_for_loop_range_hw1.\nIn your coding book\, do pages 56-58.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250825T180000
DTEND;TZID=America/Los_Angeles:20250825T190000
DTSTAMP:20260604T031537
CREATED:20250827T174127Z
LAST-MODIFIED:20250915T200656Z
UID:30364-1756144800-1756148400@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Darin
DESCRIPTION:Today we did\n\nCreated a text based game called Grocery System\nCreated an upgraded text  based game called RobuxBalance program.\nLearnt how functions work with the global keyword to access outside variables\n\nHomework:\nSubmit into your google drive when you are done! \n\nContinue your final project drawing following these guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/Submit an image to the google drive here when you are done for the updated proposal.\nYou need to make at least 50% progress (2 new objects) at least.\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ \nClass notes: https://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-darin-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250822T170000
DTEND;TZID=America/Los_Angeles:20250822T180000
DTSTAMP:20260604T031537
CREATED:20250823T010025Z
LAST-MODIFIED:20250823T010025Z
UID:30253-1755882000-1755885600@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt about functions without RV\n\nHomework:\nMake a file called Aug22_FunctionsWithoutRV_HW.py and submit to the google drive HW folder when you guys are done: \n\ndo num 4-6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nFrom page 130 or 131\, do the Try It Yourself 8-1 and 8-2\n\nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250820T190000
DTEND;TZID=America/Los_Angeles:20250820T200000
DTSTAMP:20260604T031537
CREATED:20250821T030655Z
LAST-MODIFIED:20250821T030655Z
UID:30212-1755716400-1755720000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over For Loop List Hw 1.\nReviewed using lists and for-each loops.\n\nHomework:\n\nMake a file called August20_for_loop_list_hw2.\nIn your coding book\, do page 56 the Try-It-Yourself Section #4-1 & #4-2\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250820T190000
DTEND;TZID=America/Los_Angeles:20250820T200000
DTSTAMP:20260604T031537
CREATED:20250821T030003Z
LAST-MODIFIED:20250821T030003Z
UID:30206-1755716400-1755720000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use function shapes\nLearnt how to make a kaleidoscope.\nLearnt how to modify the function shapes to include heading\n\nHomework:\nYOUR FINAL PROJECT IS DUE IN 4 WEEKS FROM NOW! \n\nFor those of you that have a drawing ready\, make 50% progress on your final project\, so create 4 objects using the function trick we learnt in class.If you haven’t drawn\, start with this first:\nDraw out your final project proposal! It must follow the guidelines here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor example:\n\n(note it doesn’t have to be colored\, you can just label the colors)\nSubmit this into the google drive: here when you are done!\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-34/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250818T180000
DTEND;TZID=America/Los_Angeles:20250818T190000
DTSTAMP:20260604T031537
CREATED:20250819T021017Z
LAST-MODIFIED:20250819T021017Z
UID:30166-1755540000-1755543600@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Darin
DESCRIPTION:Today we did\n\nLearnt how to make circles\nCreated a kaleidoscope using turtle\n\nHomework:\nSubmit into your google drive when you are done! \n\nContinue your final project drawing following these guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/Submit an image to the google drive here when you are done for the updated proposal.\nYou need to make at least 25% progress (2 new objects) at least.\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ \nClass notes: https://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250818T170000
DTEND;TZID=America/Los_Angeles:20250818T180000
DTSTAMP:20260604T031537
CREATED:20250819T001011Z
LAST-MODIFIED:20250819T001011Z
UID:30164-1755536400-1755540000@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nDid our first quiz!\nYou will get your results back via email soon.\nFor those of you that haven’t taken the quiz\, please do so as soon as possible before Friday\n\nHomework:\nNone! \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250813T190000
DTEND;TZID=America/Los_Angeles:20250813T200000
DTSTAMP:20260604T031537
CREATED:20250814T034654Z
LAST-MODIFIED:20250814T034654Z
UID:30092-1755111600-1755115200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use the function trick\nReviewed final project proposals\nLearnt how to make a half circle using the ‘extent’ parameter.\n\nHomework:\nYOUR FINAL PROJECT IS DUE IN 4 WEEKS FROM NOW! \n\nFor those of you that have a drawing ready\, make 25% progress on your final project\, so create 2 objects using the function trick we learnt in class.\nIf you haven’t drawn\, start with this first: \nDraw out your final project proposal! It must follow the guidelines here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor example:\n\n(note it doesn’t have to be colored\, you can just label the colors)\nSubmit this into the google drive: here when you are done!\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-33/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250813T190000
DTEND;TZID=America/Los_Angeles:20250813T200000
DTSTAMP:20260604T031537
CREATED:20250814T030619Z
LAST-MODIFIED:20250814T030619Z
UID:30090-1755111600-1755115200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over List Hw 2.\nReviewed using lists and learned about for-each loops.\n\nHomework:\n\nMake a file called August13_for_loop_list_hw1.\nIn your coding book\, do pages 54-55.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250811T180000
DTEND;TZID=America/Los_Angeles:20250811T190000
DTSTAMP:20260604T031537
CREATED:20250812T020448Z
LAST-MODIFIED:20250812T020448Z
UID:30053-1754935200-1754938800@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Darin
DESCRIPTION:Today we did\n\nLearnt how to use turtle drawing.\nLearnt how to wrap everything into a function that makes drawing easier\n\nHomework:\nSubmit into your google drive when you are done! \n\nIn your file called Aug11_TurtleComplexFunctionsHW.py\, do the following:\n# HW: Draw a shape with at least 4-5 rectangles \n# Create a function out of that shape that you can\n# duplicate anywhere \n“””\nTrick: \n1. Start with drawing without the complex function:\ndrawRectangle(0\, 0\, 100\, 20\, “red”)\ndrawRectangle(0\, 0\, 20\, 100\, “blue”)\ndrawRectangle(-50\, 0\, 40\, 20\, “red”)\ndrawRectangle(-20\, 50\, 20\, 100\, “purple”) \nnote: set the first rectangle as (0\, 0) for the x\, y so\nit’s easier \n2. Replace the first rectangle with x and y\, and\nadd x and y for every other rectangle\n“”””\nCreate your project proposal drawing following these guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit an image to the google drive here when you are done.\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ \nClass notes: https://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-darin-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250811T170000
DTEND;TZID=America/Los_Angeles:20250811T180000
DTSTAMP:20260604T031537
CREATED:20250812T010338Z
LAST-MODIFIED:20250812T021152Z
UID:30050-1754931600-1754935200@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed for loops\nLearnt how to use while loops with various code inside such as conditionals\n\nHomework:\nCreate a new file called Aug11_WhileLoopsHW.py: \n\nIf you have the 2nd edition of the book: \n\nPage 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n\nIf you have the 3rd edition of the book: \n\nPage 123 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n\n\nAnd from https://www.ayclogic.com/intro-to-python-exercises/ do numbers 1-3. \nUpload into the google drive when you are done: \nKaiden: upload here \nHudson: upload here \nKian: upload here \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250808T170000
DTEND;TZID=America/Los_Angeles:20250808T180000
DTSTAMP:20260604T031537
CREATED:20250809T025631Z
LAST-MODIFIED:20250809T025822Z
UID:30002-1754672400-1754676000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how lists worked\nReviewed how lists with for loops worked\nLearnt how to use for loops with range() function\nIntroduced while loop (loops based on a condition)\n\nHomework:\nCreate a new file called Aug8_ListForLoopsHW.py: \n\nDo all the questions here\nAlso do page 56 TIY 4-1 and 4-2\n\nUpload into the google drive: https://drive.google.com/drive/folders/1CcptE6YnyxJzoaGcxbntoc191tF0NvRN?usp=sharing \nBtw Kian pls send ur email to my email so I can add you to the google drive hw submission and notes. \nNotes:\nAll class notes can be found here: https://drive.google.com/drive/folders/1ClxGyA_3oLZtwhgN0j3BVZjpffoxMHNj?usp=sharing \nYou can reach me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T190000
DTEND;TZID=America/Los_Angeles:20250806T200000
DTSTAMP:20260604T031537
CREATED:20250807T064809Z
LAST-MODIFIED:20250807T064809Z
UID:29986-1754506800-1754510400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished a robot drawing using python and geometry\nLearnt how to use different shapes to form a function for a drawing\n\nHomework:\n\nDraw out your final project proposal! It must follow the guidelines here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nFor example:\n\n(note it doesn’t have to be colored\, you can just label the colors)\nSubmit this into the google drive: here when you are done!\nHW: Make a function called makeSnowman(x\, y) in the latest Aug6_TurtleCircles.py and submit here when you are done.\nYou need makeCircle inside the makeSnowman(x\, y)\nThe same formula used for the rectangles shapes can be used to do this\, refer to this if you don’t know how: https://www.ayclogic.com/event/7-pm-intro-to-python-darin-31/\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-32/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250806T190000
DTEND;TZID=America/Los_Angeles:20250806T200000
DTSTAMP:20260604T031537
CREATED:20250807T030040Z
LAST-MODIFIED:20250807T030040Z
UID:29983-1754506800-1754510400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over List Hw 1.\nReviewed using lists\n\nHomework:\n\nMake a file called August6_list_hw2.\nIn your coding book\, complete the ‘TRY-IT-YOURSELF’ section on pages 41-42: problems #3-4\, 3-5\, and 3-6.\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250804T180000
DTEND;TZID=America/Los_Angeles:20250804T190000
DTSTAMP:20260604T031537
CREATED:20250805T020207Z
LAST-MODIFIED:20250805T021157Z
UID:29942-1754330400-1754334000@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Darin
DESCRIPTION:Today we did\n\nLearnt how to use turtle drawing.\nLearnt how to wrap everything into a function that makes drawing easier\n\nHomework:\nSubmit into your google drive when you are done! \nDraw this robot in python using the turtle library (must use functions as defined in class!): \n \nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ \nClass notes: https://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?usp=sharing
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-darin-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250730T190000
DTEND;TZID=America/Los_Angeles:20250730T200000
DTSTAMP:20260604T031537
CREATED:20250731T030503Z
LAST-MODIFIED:20250731T030521Z
UID:29904-1753902000-1753905600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over input_from_shell_hw 1 and 2.\nReviewed getting input from the shell & using lists\n\nHomework:\n\nMake a file called “July30_list_hw1” and do pages 37-41 in the book (do not do the “Try It Yourself”).\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250730T190000
DTEND;TZID=America/Los_Angeles:20250730T200000
DTSTAMP:20260604T031537
CREATED:20250731T030321Z
LAST-MODIFIED:20250731T030321Z
UID:29898-1753902000-1753905600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nFinished a robot drawing using python and geometry\nLearnt how to use different shapes to form a function for a drawing\n\nHomework:\n\nDraw something with at least 4 rectangles WITHOUT a function\nmake sure the first rectangle is at (0\, 0) for starting point\nTransform this drawing into a function\, as shown above.\nThe trick is to replace the first rectangles starting point with (x\, y)\nand for every other rectangle\, you add the x and y in front of it for starting point\n\nSo something like this: \n# head\nmakeRectangle(0\, 0\, "red"\, 80\, 50)\n# eyes\nmakeRectangle(25\, -10\, "white"\, 30\, 10)\nmakeRectangle(30\, -15\, "black"\, 5\, 5)\nmakeRectangle(40\, -15\, "black"\, 5\, 5)\n# mouth\nmakeRectangle(20\, -35\, "black"\, 30\, 5)\nABOVE TRANSFORMS INTO: \ndef makeHead(x\, y\, color):\n   # head\n   makeRectangle(x\, y\, color\, 80\, 50)\n   # eyes\n   makeRectangle(x+25\, y-10\, "white"\, 30\, 10)\n   makeRectangle(x+30\, y-15\, "black"\, 5\, 5)\n   makeRectangle(x+40\, y-15\, "black"\, 5\, 5)\n   # mouth\n   makeRectangle(x+20\, y-35\, "black"\, 30\, 5)\n\n\nmakeHead(200\, 200\, "red")\nmakeHead(-200\, -200\, "yellow")\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-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250728T180000
DTEND;TZID=America/Los_Angeles:20250728T190000
DTSTAMP:20260604T031537
CREATED:20250729T183804Z
LAST-MODIFIED:20250730T011632Z
UID:29877-1753725600-1753729200@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Darin
DESCRIPTION:Today we did \n\nFinished the second quiz\, next week we’ll learn something new\ncode: 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\nNone for this week!
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-darin/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250723T190000
DTEND;TZID=America/Los_Angeles:20250723T200000
DTSTAMP:20260604T031537
CREATED:20250724T075644Z
LAST-MODIFIED:20250731T020208Z
UID:29831-1753297200-1753300800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to make a triangle drawing function\nLearnt how to use geometry to connect different shapes\n\nHomework:\nDraw out the rest of the robot as shown here using the makeRectangle function we created in class! Upload the July23_RobotDrawing.py to the google drive here when you are finished! \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-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250723T190000
DTEND;TZID=America/Los_Angeles:20250723T200000
DTSTAMP:20260604T031537
CREATED:20250724T030819Z
LAST-MODIFIED:20250724T030819Z
UID:29829-1753297200-1753300800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over tell_me_your_age_hw\nLearned about lists: storing info\, getting info\, adding info\, printing out list\, finding list length\, using info from lists\n\nHomework:\n\nMake a file called “July23_input_from_shell_hw_1” and do pages 114-116 in the book.\nMake a file called “July23_input_from_shell_hw_2” and do page 117\, #7-1 & 7-2 in the Try-It-Yourself section.\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250721T180000
DTEND;TZID=America/Los_Angeles:20250721T190000
DTSTAMP:20260604T031537
CREATED:20250722T021604Z
LAST-MODIFIED:20250722T021604Z
UID:29786-1753120800-1753124400@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview for final exam\nSecond quiz will be next week\, you got this!!\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 work through each exercise in the link below:\n\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250721T170000
DTEND;TZID=America/Los_Angeles:20250721T180000
DTSTAMP:20260604T031537
CREATED:20250722T004920Z
LAST-MODIFIED:20250722T004920Z
UID:29783-1753117200-1753120800@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:NEXT WEEK IS YOUR FIRST QUIZ!!\nWhat We Did Today:\n\nReviewed how while loops worked\nReviewed contents for next weeks quiz\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Continue in your July21_Quiz1Review.py and finish the rest of the questions here: https://www.ayclogic.com/intro-to-python-exercises/\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-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T190000
DTEND;TZID=America/Los_Angeles:20250716T200000
DTSTAMP:20260604T031537
CREATED:20250717T030905Z
LAST-MODIFIED:20250717T030931Z
UID:29738-1752692400-1752696000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today we:\n\nWent over if_else_hw2\nLearned about how input() only takes in Strings from the shell.\nLearned about == and !=\nLearned about “and” and “or”\n\nHomework:\n\nDo #1 only. You do not need to do the 2nd or 3rd part that talks about the “forever loop.”\n\nhttps://www.ayclogic.com/tell-me-your-age/\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250716T190000
DTEND;TZID=America/Los_Angeles:20250716T200000
DTSTAMP:20260604T031537
CREATED:20250717T024517Z
LAST-MODIFIED:20250717T030648Z
UID:29736-1752692400-1752696000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use t.forward and t.right/t.left\nLearnt how to use functions to simplify drawing\n\nHomework:\nCreate a new function: makeTriangle \nmake sure you can change the color\, starting position\, and size \nthe triangle is an equilateral triangle \nhint: this code draws a triangle\n“””\nt.forward(100)\nt.left(120)\nt.forward(100)\nt.left(120)\nt.forward(100)\nt.left(120)\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-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR