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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231102T180000
DTEND;TZID=America/Los_Angeles:20231102T190000
DTSTAMP:20260515T155805
CREATED:20231103T052636Z
LAST-MODIFIED:20231103T055259Z
UID:22429-1698948000-1698951600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the quiz 2 and talked about results\, how to improve\, and etc.\nDid a brief overview on everything we have learnt in this course so far\, including lists\, loops\, and functions.\n\nHomework:\n\nCreate a python file called summary.py\, upload into google drive when complete.Inside of this file\, make comments of all the topics that you have learnt\, like\n# Strings\n# Lists\n# etc \nAnd add description to the comments\, like\n# String\n# String is anything covered in ” ” \n# Lists\n# Lists are covered in [ ]\, and can contain …..\nCreate a python file called LoopReview.py\, upload into google drive when complete.Create a program that asks the user for their age forever (how do you ask the user for their age forever?)\, and if their age is greater than 8\, call a function called printSentence that prints out “You are getting older!”\nYou have to create the printSentence above. Think about whether the function needs a return value or not. (Hint: the function only prints)\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T170000
DTEND;TZID=America/Los_Angeles:20231104T180000
DTSTAMP:20260515T155805
CREATED:20231105T011121Z
LAST-MODIFIED:20231105T011121Z
UID:22467-1699117200-1699120800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed for loops\nStarted while loops\n\nHomework\nCreate the following file: \n\nNov4_AnimalList.py\n\nFollow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nIf you get stuck\, look at code from previous lessons or email me!\n\n\n\nUpload the homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T190000
DTEND;TZID=America/Los_Angeles:20231106T200000
DTSTAMP:20260515T155805
CREATED:20231107T050710Z
LAST-MODIFIED:20231107T050721Z
UID:22500-1699297200-1699300800@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - William
DESCRIPTION:Today We Did\n\nReviewed Exercises 3 and 4 of Oct23_StarWars.py\nReviewed While Loops\n\nHomework\nCreate the following files: \n\nNov6_Magic8Ball.py\n\nFollow the instructions to create a Magic 8 Ball: https://www.ayclogic.com/intro-to-python/magic-8-ball\n\n\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231107T180000
DTEND;TZID=America/Los_Angeles:20231107T190000
DTSTAMP:20260515T155805
CREATED:20231108T030926Z
LAST-MODIFIED:20231108T030926Z
UID:22504-1699380000-1699383600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Darin
DESCRIPTION:William Sub \nWhat We Did Today:\n\nReviewed for loop with range() to add to a counter variable\nLearned about while loops and how to print numbers\n\nInfinite loops\n\n\n\nRemember to check the Google Drive folder if there’s any code you missed (Nov7_WhileLoops.py)! \nHomework:\nCreate a file called Nov7_ForLoopWithRangeHW.py and submit it into the google drive when you are finished. \nRead the following pages and copy the code into the file: \nSecond Edition of the Book\nPages 118 to 121 \nThird Edition of the Book\nEnd of page 117 + pages 118 to 121 \nNotes:\nIf you have any questions\, email William at williamsmith@ayclogic.com or Darin at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231109T180000
DTEND;TZID=America/Los_Angeles:20231109T190000
DTSTAMP:20260515T155805
CREATED:20231110T172243Z
LAST-MODIFIED:20231110T172243Z
UID:22538-1699552800-1699556400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nIntroduced basic turtle (creating images using code)\n\nHomework:\n\nCreate a new file “Nov30_Turtle4ShapesHomework.py”\nCreate a new function “draw_rectangle”. Inside the function\, draw a rectangle shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_square”. Inside the function\, draw a square shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_octagon”. Inside the function\, draw a octagon shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_triangle”. Inside the function\, draw a triangle shape using turtle module. Call the function and pass any color to the function.\nLook at this image for your coordinates guidance\n\n \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231111T170000
DTEND;TZID=America/Los_Angeles:20231111T170000
DTSTAMP:20260515T155805
CREATED:20231112T020858Z
LAST-MODIFIED:20231112T020858Z
UID:22562-1699722000-1699722000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Nov4_AnimalList.py\nFinished learning about while loops\n\nInfinite while loop\n\n\n\nHomework\nCreate the following file: \n\nNov11_PythonExercises.py\n\nFollow the instructions at https://www.ayclogic.com/intro-to-python-exercises/\n\n\n\nUpload the homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231111T193000
DTEND;TZID=America/Los_Angeles:20231111T203000
DTSTAMP:20260515T155805
CREATED:20231112T055347Z
LAST-MODIFIED:20231112T055347Z
UID:22577-1699731000-1699734600@www.ayclogic.com
SUMMARY:7:30 PM – Intro To Python – William
DESCRIPTION:Today We Did\n\nReviewed Oct28_IfElse_HW2.py\nFinished learning about If-Elif-Else\n\nPositive\, negative\, 0 number example\n\n\n\nHomework\nCreate the following file: \n\nNov11_IfElseHW3.py\n\nComplete Exercise #3 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\nContinue doing your Typing Club practice 🙂\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231113T190000
DTEND;TZID=America/Los_Angeles:20231113T190000
DTSTAMP:20260515T155805
CREATED:20231114T043324Z
LAST-MODIFIED:20231114T043450Z
UID:22603-1699902000-1699902000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Exercise 1 from Nov6_Magic8Ball.py\nFinished random lottery() example\nReviewed common errors in Python\n\nHomework\nCreate the following files: \n\nQuiz2Prep.py\n\nComplete the exercises at to prepare for Quiz 2!  https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\nNov13_PythonBugsHW1.py\n\nCopy the code and fix the bugs: https://www.ayclogic.com/fixing-python-bugs/\n\n\nNov13_PythonBugsHW2.py\n\nFix the bugs at: https://www.ayclogic.com/fix-python-bugs-2/\n\n\n\n\nIf you have time\, finish Exercise 2 of Nov6_Magic8Ball.py: https://www.ayclogic.com/intro-to-python/magic-8-ball\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231114T180000
DTEND;TZID=America/Los_Angeles:20231114T190000
DTSTAMP:20260515T155805
CREATED:20231115T014324Z
LAST-MODIFIED:20231115T014324Z
UID:22609-1699984800-1699988400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed while loops and comparing it to for loops\n\nRemember to check the Google Drive folder if there’s any code you missed (Nov14_WhileLoops2.py)! \nHomework:\nCreate a file called Nov14_WhileLoops2HW.py and submit it into the google drive when you are finished. \nDepending on your book: \n2nd edition: Page 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7 \n3rd edition: Page 123 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7 \nNotes:\nIf you have any questions\, do email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231116T180000
DTEND;TZID=America/Los_Angeles:20231116T190000
DTSTAMP:20260515T155805
CREATED:20231117T044118Z
LAST-MODIFIED:20231117T044254Z
UID:22641-1700157600-1700161200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use the t.goto() function\, the idea behind the x and y graph\, and how to create basic shapes using t.begin_fill() and t.end_fill()\, and using t.penup() and t.pendown().\n\nHomework:\nFor those of you who haven’t done the previous homework\, try to create one shape for each of them\, and play around with using t.goto()\, t.begin_fill() and t.end_fill()\, and t.penup() and t.pendown() to make shapes one at a time before putting them into the function. \n\nIn the file “Nov9_Turtle4ShapesHomework.py”\nCreate a new function “draw_rectangle”. Inside the function\, draw a rectangle shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_square”. Inside the function\, draw a square shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_octagon”. Inside the function\, draw a octagon shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_triangle”. Inside the function\, draw a triangle shape using turtle module. Call the function and pass any color to the function.\nLook at this image for your shape building guidance\n\n \n  \nFor those of you done with the homework above\, make a robot figure with a head\, body\, arms and legs. Add some squares for artistic effect. Make the robot have different colors. \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231118T170000
DTEND;TZID=America/Los_Angeles:20231118T180000
DTSTAMP:20260515T155805
CREATED:20231119T020941Z
LAST-MODIFIED:20231119T020941Z
UID:22678-1700326800-1700330400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Nov11_PythonExercises.py\n\nHomework\n\nFinish Nov11_PythonExercises.py\n\nhttps://www.ayclogic.com/intro-to-python-exercises/\n\n\nStudy for our quiz. I recommend reviewing the following topics:\n\nVariable datatypes\nWhile loops\nFor loops\nLists\n\n\n\nReminder\, no class next week! Enjoy your Thanksgiving 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231118T193000
DTEND;TZID=America/Los_Angeles:20231118T203000
DTSTAMP:20260515T155805
CREATED:20231119T044406Z
LAST-MODIFIED:20231119T044406Z
UID:22696-1700335800-1700339400@www.ayclogic.com
SUMMARY:7:30 PM – Intro To Python – William
DESCRIPTION:Today We Did\n\nReviewed Nov11_IfElseHW3.py\nLearned how to get user input\n\nHomework\nCreate the following file: \n\nNov18_InputHW.py\n\nRead textbook pages 113-15 and copy the code\nComplete Try It Yourself 7-1 on page 117\n\n\nDo 1 Typing Club everyday\n\nReminder\, no class next week! Happy Thanksgiving! 🦃 \n\n\nYou can find the code from our lesson here: https://drive.google.com/drive/folders/1KpdyU0WZr_3Wur1to7CvknEnnunVX0w3?usp=drive_link \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231127T160000
DTEND;TZID=America/Los_Angeles:20231127T170000
DTSTAMP:20260515T155805
CREATED:20231128T112235Z
LAST-MODIFIED:20231128T112654Z
UID:22732-1701100800-1701104400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nIntroduced Thonny\, how to navigate files\, and use shell\nIntroduced variables and data types in Python\nIntroduced printing\, and math with variables\n\nHomework:\n\nCopy code from pages 20-23 or from the following if u don’t have the book (feel free to zoom in or download the images to see better):\n\n    \n2. Make sure the code runs without error\, and try to understand what the code is            doing. \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231127T190000
DTEND;TZID=America/Los_Angeles:20231127T200000
DTSTAMP:20260515T155805
CREATED:20231128T041658Z
LAST-MODIFIED:20231128T041658Z
UID:22744-1701111600-1701115200@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Quiz2Prep.py and Python bugs homework\n\nHomework\nReview for our quiz next week! I recommend focusing on the following topics: \n\nList operations (length\, append\, etc)\nFunctions (return values\, multiple parameters)\nRandom\nInfinite while loops to ask user questions\nFor loops\nDebugging (review Bugs HW)\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231128T180000
DTEND;TZID=America/Los_Angeles:20231128T190000
DTSTAMP:20260515T155805
CREATED:20231128T234326Z
LAST-MODIFIED:20231204T190809Z
UID:22756-1701194400-1701198000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed all the concepts learned to this point in preparation for the first quiz\n\nHomework:\nPART 1: \nIntro To Python Exercises For Quiz 1 \n \nwww.ayclogic.com/intro-to-python-exercises \nPART 2: \nContinue on your file called Nov14_WhileLoops2HW.py and submit it into the google drive when you are finished. \nDepending on your book: \n2nd edition: Page 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7 \n3rd edition: Page 123 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7 \nNotes:\nIf you have any questions\, do email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-32/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231130T180000
DTEND;TZID=America/Los_Angeles:20231130T190000
DTSTAMP:20260515T155805
CREATED:20231201T033208Z
LAST-MODIFIED:20231201T033208Z
UID:22797-1701367200-1701370800@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nLearned about parameters and arguments\nStarted the Robot Builder project\n\nHomework:\n\nIn your Robot Builder project:\n\nAllow us to choose what color we want the rectangle to be using parameters and arguments\nDraw the robot’s head by:\n\nCalling one rectangle\n\n\nDraw the robot’s neck by:\n\nCalling one rectangle\n\n\nDraw the robot’s body by:\n\nCalling one rectangle\n\n\nDraw the robot’s legs by:\n\nCalling two rectangles\n\n\nDraw the robot’s feet by:\n\nCalling two rectangles\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-allison/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231130T180000
DTEND;TZID=America/Los_Angeles:20231130T190000
DTSTAMP:20260515T155805
CREATED:20231202T074345Z
LAST-MODIFIED:20231202T074345Z
UID:22809-1701367200-1701370800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to create shapes on turtle using turtle.goto(x\, y)\nLearnt how to use turtle.forward()\nLearnt how to use turtle.right() and turtle.left()\nLearnt how to create a square using turtle.forward() and turtle.left() in a for loop\nLearnt how to create many squares using a function that uses turtle.forward() and turtle.left() in a for loop\n\nHomework:\nCreate a new file called Nov30_TurtleFunctionsHW.py and submit it into the google drive when finished: \nYou will create triangles by calling a function that takes 2 parameters. \n\nCreate a function named makeTriangle that takes in 2 parameters\, x and y\, which are used as the starting point for the triangle.\nStart by making a triangle first without a function\, and then once that works\, put that code into a function.\nRefer to the most recent class notes on how we made the square.\n\nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-33/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR