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:20250804T180000
DTEND;TZID=America/Los_Angeles:20250804T190000
DTSTAMP:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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:20260604T051726
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250714T180000
DTEND;TZID=America/Los_Angeles:20250714T190000
DTSTAMP:20260604T051726
CREATED:20250715T015902Z
LAST-MODIFIED:20250715T015902Z
UID:29712-1752516000-1752519600@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned about the random module\n\nrandom.int() gives a random number\nrandom.choice() gives a random element from a list\n\n\nLearned some really easy debugging techniques\n\nFinished this entire thing in 4 minutes\, really good job!\n\n\nJust want to clarify – no quiz next week\, we will just be reviewing the content that will be on the quiz to prepare\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\nComplete all exercises specified in the Magic 8 Ball project:\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250714T170000
DTEND;TZID=America/Los_Angeles:20250714T180000
DTSTAMP:20260604T051726
CREATED:20250714T234957Z
LAST-MODIFIED:20250715T005608Z
UID:29710-1752512400-1752516000@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how for loops work\nLearnt how to use the while loop\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file July7_WhileLoopsHW2.py and do the following:\n– From the book: Page 123 TRY IT YOURSELF 7-5\, 7-6\, 7-7\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-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T190000
DTEND;TZID=America/Los_Angeles:20250709T200000
DTSTAMP:20260604T051726
CREATED:20250710T030845Z
LAST-MODIFIED:20250710T031126Z
UID:29632-1752087600-1752091200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Yitong
DESCRIPTION:Today We Did\n\nWe finished reviewing the If-Else HW 1.\nWe learned about elif and how it is an extension of if statements.\nStarted learning about taking Input From Shell.\n\nHomework\n\nCreate july_9_if_else_hw2.py\n\nCopy the code from page 84 of the textbook and do 5-3 and 5-4 in the Try-It-Yourself section\n\n\nDo number 3 only.\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-yitong-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250709T190000
DTEND;TZID=America/Los_Angeles:20250709T200000
DTSTAMP:20260604T051726
CREATED:20250710T002818Z
LAST-MODIFIED:20250710T034739Z
UID:29617-1752087600-1752091200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use the basics of turtle module to draw with python\n\nHomework:\nIf the image is blurry below\, you can see the better quality here: https://drive.google.com/drive/folders/1vy9xiKwwPE2tFuldiIJHu_O3aY0mIIV2?usp=sharing \n \nCreate the shapes above using the t.goto() function. Use the t.begin_fill() and t.end_fill() to wrap around each shape and fill in solid color. Refer to the class notes on how to do this.\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-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T180000
DTEND;TZID=America/Los_Angeles:20250707T190000
DTSTAMP:20260604T051726
CREATED:20250708T020815Z
LAST-MODIFIED:20250708T020815Z
UID:29562-1751911200-1751914800@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn about functions\n\nParameters\nReturn values\nHow to call our functions\n\n\nLearn about how to type variables and parameters\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: Finish numbers 4 through 7 on the link below:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T170000
DTEND;TZID=America/Los_Angeles:20250707T180000
DTSTAMP:20260604T051726
CREATED:20250708T011145Z
LAST-MODIFIED:20250708T011153Z
UID:29559-1751907600-1751911200@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed everything learnt in class\nLearnt how to use the for loop with and/or statements\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file July7_WhileLoopsHW.py and do the following:\n– From the book:\nCopy Pages 117 and 121\nDo TIY 7-4\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-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T180000
DTEND;TZID=America/Los_Angeles:20250625T190000
DTSTAMP:20260604T051726
CREATED:20250626T025938Z
LAST-MODIFIED:20250710T030843Z
UID:29479-1750874400-1750878000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe finished reviewing first week homework.\nWe finished reviewing 2nd week homework\nWe started learning about IF ELSE statements and OR operator.\n\nHomework\n\nCreate june_25_if_else_hw.py\n\ncopy codes from pages 78-81 from the textbook\, \n\n\nNo school on July 2nd because of July 4 holiday week. https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250618T190000
DTEND;TZID=America/Los_Angeles:20250618T200000
DTSTAMP:20260604T051726
CREATED:20250619T030417Z
LAST-MODIFIED:20250619T030417Z
UID:29406-1750273200-1750276800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:NEXT WEEK IS YOUR QUIZ 2!! DON’T BE LATE!\nWhat We Did Today:\n\nReviewed topics for the quiz\n\nHomework:\nStudy for your quiz next week! The study material can be found here. I highly recommend continuing off of the text based game to practice doing everything. \n# Contents of the Quiz2 :\n# Variables / Datatypes\n# If statements\n# Lists\n# Loops (for loops / while loops)\n\n# Functions (with/without return)\n# Debugging\n# Random (.randint and .choice)\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-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250616T170000
DTEND;TZID=America/Los_Angeles:20250616T180000
DTSTAMP:20260604T051726
CREATED:20250617T001907Z
LAST-MODIFIED:20250617T023611Z
UID:29374-1750093200-1750096800@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed lists and for loops with lists\nLearnt how to use for loops with range() function\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file June16_ForLoopHW2.py and do the following:\n– From the book: Page 56 TRY IT YOURSELF\n– https://www.ayclogic.com/animal-list-and-for-loop-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-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250611T190000
DTEND;TZID=America/Los_Angeles:20250611T200000
DTSTAMP:20260604T051726
CREATED:20250612T015847Z
LAST-MODIFIED:20250612T015847Z
UID:29326-1749668400-1749672000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed debugging homework\nReviewed topics for the quiz\n\nHomework:\nCreate a new file called June11_Quiz2Review.py and do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \nSubmit into the google drive here when you are finished! \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-26/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250611T190000
DTEND;TZID=America/Los_Angeles:20250611T200000
DTSTAMP:20260604T051726
CREATED:20250612T015411Z
LAST-MODIFIED:20250612T015411Z
UID:29320-1749668400-1749672000@www.ayclogic.com
SUMMARY:5PM – Intro To Python – Daniel (Darin Sub)
DESCRIPTION:What We Did\n\nWe reviewed homework and all concepts in anticipation of next week’s quiz.\n\nHomework\n\nStudy for your quiz next week!\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-python-daniel-darin-sub/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250609T170000
DTEND;TZID=America/Los_Angeles:20250609T180000
DTSTAMP:20260604T051726
CREATED:20250610T000341Z
LAST-MODIFIED:20250610T010956Z
UID:29281-1749488400-1749492000@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use lists\nLearnt how to use the for loop for lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate June9_ForLoopWithListsHW.py\, and copy from these pages: Pages 54 and 55\n\nContinue in your May19_ListsHW.py\, and do these pages depending on your book edition:\n\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\n\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-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250604T190000
DTEND;TZID=America/Los_Angeles:20250604T200000
DTSTAMP:20260604T051726
CREATED:20250605T015520Z
LAST-MODIFIED:20250605T025637Z
UID:29249-1749063600-1749067200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to create and use functions\nReviewed about using the random function\nLearnt how to debug\n\nHomework:\nCreate a new file called June4_DebuggingHW.py and do the following: https://www.ayclogic.com/fix-python-bugs-2/ \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-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250528T190000
DTEND;TZID=America/Los_Angeles:20250528T200000
DTSTAMP:20260604T051726
CREATED:20250529T030212Z
LAST-MODIFIED:20250529T030212Z
UID:29171-1748458800-1748462400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:  \nWhat We Did Today:\n\nReviewed functions with/without RV\nLearnt about the random function\n\nHomework:\nContinue in your file called May28_StarWarsHW.py and do the following: here \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 \n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250521T190000
DTEND;TZID=America/Los_Angeles:20250521T200000
DTSTAMP:20260604T051726
CREATED:20250522T034410Z
LAST-MODIFIED:20250522T034410Z
UID:29118-1747854000-1747857600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed functions with/without RV\nLearnt about the random function\n\nHomework:\nCreate a new file called May21_Magic8Ball.py and do the following: https://www.ayclogic.com/intro-to-python/magic-8-ball/ \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-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250519T180000
DTEND;TZID=America/Los_Angeles:20250519T190000
DTSTAMP:20260604T051726
CREATED:20250520T011324Z
LAST-MODIFIED:20250520T011324Z
UID:29090-1747677600-1747681200@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nContinue reviewing lists and loops\nFirst quiz review\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: Complete each question from here:\n\nhttps://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250519T170000
DTEND;TZID=America/Los_Angeles:20250519T180000
DTSTAMP:20260604T051726
CREATED:20250520T003317Z
LAST-MODIFIED:20250520T010343Z
UID:29085-1747674000-1747677600@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to get input from the shell\nLearnt about using ‘or’ + ‘and’ in if statements and how to use lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate May19_ListsHW.py\, and copy from these pages:\n\n2nd edition: Page 38 to 41: access\, modify\, append\, remove\n2nd edition: TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6 \n\n3rd edition: Page 37 to 41 (do not do the “Try It Yourself”)\n3rd edition: TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\n\n\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-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250514T190000
DTEND;TZID=America/Los_Angeles:20250514T200000
DTSTAMP:20260604T051726
CREATED:20250515T030025Z
LAST-MODIFIED:20250515T030025Z
UID:29060-1747249200-1747252800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReview functions without return values\nLearnt about functions with return values!\n\nHomework:\nCreate a new file called May14_Functions_HW2.py and do the following (use comments so i know which part you are doing): \n\nCopy code from these pages:\n2nd edition: 138\, 139\n3rd edition: 137-139\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7\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-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250512T180000
DTEND;TZID=America/Los_Angeles:20250512T190000
DTSTAMP:20260604T051726
CREATED:20250513T015820Z
LAST-MODIFIED:20250513T022429Z
UID:29039-1747072800-1747076400@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned about lists\nLearned about the 3 different kind of loops\n\nwhile loops\nfor loops using the range() function\nfor each loop\n\n\nWe covered a lot today because you learn very quickly\, we’ll definitely revisit most of these topics tomorrow so don’t worry if it doesn’t sink in the first time\, you did great!\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 and continue using the naming convention you’ve been using\nHomework: \n\nUsing a for loop with range\, print every odd number from 1 to 10 (including 1)\nBonus question:\n\nCreate a list of fruits: apple\, banana\, kiwi\, strawberry\, grape\nUse any kind of loop to print any fruit with more than 5 letters
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250512T170000
DTEND;TZID=America/Los_Angeles:20250512T180000
DTSTAMP:20260604T051726
CREATED:20250513T002632Z
LAST-MODIFIED:20250513T010033Z
UID:29035-1747069200-1747072800@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued learning if statements\nReviewed data types and variables\nLearnt how to get input from the shell\nNext week we will learn about using ‘or’ + ‘and’ in if statements and how to use lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate May12_InputHW.py\n\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2\nTell Me Your Age homework ONLY number 1: 6th week\n\n\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-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR