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
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240122T170000
DTEND;TZID=America/Los_Angeles:20240122T180000
DTSTAMP:20260605T024835
CREATED:20240125T073339Z
LAST-MODIFIED:20240125T074121Z
UID:23608-1705942800-1705946400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nLearned about variables and data types\n\nHomework:\n\nUpload this homework in the Google Drive folder as Jan22_StringHomework_Pt1:\n\nRead and do the codes from Pg. 20-23\n\n\nUpload this homework in the Google Drive folder as Jan22_StringHomework_Pt2:\n\nDo the “TRY IT YOURSELF” section on Pg. 25\, sections 2-3\, 2-4\, 2-5\, and 2-6\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/5-pm-intro-to-python-allison/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240122T160000
DTEND;TZID=America/Los_Angeles:20240122T170000
DTSTAMP:20260605T024835
CREATED:20240125T080217Z
LAST-MODIFIED:20240125T081224Z
UID:23613-1705939200-1705942800@www.ayclogic.com
SUMMARY:4 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nReviewed your Turtle project\nStarted and finished the Grocery System Program\nWent over the beginning of the Robux Shopping Cart project\n\nProject Feedback:\n\nThe word “Peashooter” is drawn and colored in an incorrect order.\nThere are a few thin lines that show up between the letters when drawing and coloring “Peashooter”. Try to get rid of these lines.\nMake your pea object more complex (ex: add more details\, add shading\, add highlights\, etc.) or create one more object (ex: clouds) and call that object (ideally multiple times (ex: calling a cloud function three times to create three clouds))\nThe Triangle function do not reset the angle back to zero by the end of the function\, which could potentially affect how the following functions are drawn.\n\nAs a good coding practice\, the Triangle function should reset the angle back to 0 by the end of the function.\n\n\nThe Triangle function does not go back to (x\, y) by the end of the function.\n\nAs a good coding practice\, the Triangle function should go back to (x\, y) by the end of the function.\nThis is useful for if you want to use triangles in other functions beside the Zombie function because it allows you to reuse the Triangle function.\n\n\n\nHomework:\n\nIf you want\, you can revise your project to add the feedback above and receive a higher project score. If you decide to do this:\n\nUpload your Turtle Project in the Google Drive as “DAY_TurtleProject_Revised″ by the end of January 25.\n\nEx: If you submit your homework on January 24\, upload your homework as “Jan24_TurtleProject_Revised”\n\n\nNotes:\n\nYour project should not have any significant bugs or problems\nMake sure your project meets the criteria listed in this link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\n\nStudy for the Final Test (which is next week on Thursday\, January 25)\n\nResources you can study:\n\nGrocery System project\nRobux Shopping Cart project\nTurtle projects\nOther class projects\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/4-pm-intro-to-python-allison/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240122T160000
DTEND;TZID=America/Los_Angeles:20240122T170000
DTSTAMP:20260605T024835
CREATED:20240122T231503Z
LAST-MODIFIED:20240122T231503Z
UID:23567-1705939200-1705942800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how lists work\nIntroduced the ideas of for loops and how to use a for loop to go through each item in a list\nLearnt how to use conditionals (if statements in a for loop)\n\nHomework:\nCreate two separate files called Jan22_ListForLoopsHW1.py and Jan22_ListForLoopsHW2.py and submit the files into the google drive when you are finished! \n\nDo the following:\n1) Copy page 54 – 55 in Jan22_ListForLoopsHW1.py\n2) Do page 56 Try It Yourself 4-1 and 4-2\nLabel in your file the question number and the code beneath it like\n# pg 56 number 4-1\n…\n…\n…\n# pg 56 number 4-2\n…\n…\n\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-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240120T170000
DTEND;TZID=America/Los_Angeles:20240120T180000
DTSTAMP:20260605T024835
CREATED:20240121T022515Z
LAST-MODIFIED:20240121T022515Z
UID:23551-1705770000-1705773600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Jan13_FunctionsHW.py\n\nTopics covered:\n\nLists\nFor loops\nIf-Else\nFunctions\n\n\nCode available here: https://drive.google.com/file/d/1oubSs4pyHULMHorwmbc-eIEmVc7rNm-p/view?usp=sharing\n\n\n\nHomework\n\nFinish Exercise 7 at https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nMake for following functions in a new file: Jan20_FunctionsHW5.py\n\nWrite a function called echo that takes a string as input and prints it twice.\nWrite a function called double that takes in a number and returns double the value of the number. Call the function and print its output.\nWrite a function called count that takes a number as input and prints a countdown from 1 to that number. For example\, calling count(5) should print:\n\n\n\n1\n2\n3\n4\n5\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240118T180000
DTEND;TZID=America/Los_Angeles:20240118T190000
DTSTAMP:20260605T024835
CREATED:20240120T065011Z
LAST-MODIFIED:20240122T235018Z
UID:23534-1705600800-1705604400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nFinished the Robux Shopping Cart project\nReviewed for the Final Test\n\nProject Feedback:\n\nEden:\n\nAdd the text “PEASHOOTER” by using rectangles\, circles\, and/or polygons\nMake some part of your project keep changing colors\nDraw the sun in your project\nRight now\, all of your functions are called only once\, which should not happen in your project.\n\nMake sure to call some of your functions more than once (ex: calling the Tree function five times to draw five trees\, calling the Bush function three times to draw three bushes\, etc.).\nCall at least three functions more than once\n\n\n\n\n\nHomework:\n\nEden:\n\nFinish and submit your Turtle Project.\nUpload your Turtle Project in the Google Drive as “DAY_TurtleProject_Pt4″\n\nEx: If you submit your homework on January 20\, upload your homework as “Jan20_TurtleProject_Pt4”\n\n\nSince your project is late\, try to submit your project as soon as possible. If you do not submit it by 1/25\, 10% of your project grade will be deducted.\nNotes:\n\nYour project should not have any significant bugs or problems\nMake sure your project meets the criteria listed in this link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\n\nEveryone:\n\nStudy for the Final Test (which is next week on Thursday\, January 25)\nResources you can study:\n\nGrocery System project\nRobux Shopping Cart project\nTurtle projects\nOther class projects\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-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240118T180000
DTEND;TZID=America/Los_Angeles:20240118T190000
DTSTAMP:20260605T024835
CREATED:20240119T221430Z
LAST-MODIFIED:20240119T221430Z
UID:23518-1705600800-1705604400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n\n\nCreated a Grocery System program\, where users can buy items and check out\, where the program tells us what items we bought as well as the total price.\nUtilized loops\, lists\, variables\, input from shell in creating the program.\n\nHomework:\n(https://www.ayclogic.com/intro-to-python-final-project-criteria/) \nThe final project is due on February 8\, so start drawing out the image using code.  Refer to your old notes on turtle for how to draw the shapes. Follow the guidelines in the site above for the final project criteria. \nAn example of what you have to draw and show me for your final project: \n \nThe end result after the coding is done (for now you need to create the drawing and send it to me by email) – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \nRemember\, ask me questions on email for anything you are confused by. I will check my mail every 6 PM. \nMake at least 25% progress on your project by next week! \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-47/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240116T180000
DTEND;TZID=America/Los_Angeles:20240116T190000
DTSTAMP:20260605T024835
CREATED:20240117T060701Z
LAST-MODIFIED:20240124T011641Z
UID:23490-1705428000-1705431600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nCreated a second version of the magic 8 ball program that answers any question the user asks with a random answer\, using random.choice() this timw.\nCreated a random password generator using the random module.\n\nHomework:\nFor Miki and Esther\, complete the following in the file you made called Jan9_FunctionsHW3: \n\nFinish number 7 from the following website: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ and submit the file into the google drive when you are done!\n\nFor everyone else\, continue on your file called Jan16_StarWars.py and submit into the google drive when finished! \n\nComplete the last two questions in this page – https://www.ayclogic.com/intro-to-python/star-wars-problem/\nIn question 3\, you can add words together by using +.\nIn question 4\, you need to create 2 lists inside of the function\, namely “small_weapons” and “big_weapons”.\n\nFor Jayden\, complete the following in a file called Quiz2Review.py: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \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-46/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240115T190000
DTEND;TZID=America/Los_Angeles:20240115T200000
DTSTAMP:20260605T024835
CREATED:20240116T041253Z
LAST-MODIFIED:20240116T041423Z
UID:23462-1705345200-1705348800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed RobotBuilder\nFinished TurtleShapes\n\nSemicircle\nInfinite polygon generator\n\n\n\nHomework\nFinal Project Proposal: \n\nCriteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nDraw your project proposals on a piece of paper by next week! Upload your proposal to Google Drive. Here are some examples from past students:\n\nNintendo Switch:     \nTruck:     \nCamping (made by DALLE):     \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-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240115T160000
DTEND;TZID=America/Los_Angeles:20240115T170000
DTSTAMP:20260605T024835
CREATED:20240115T215836Z
LAST-MODIFIED:20240115T215836Z
UID:23458-1705334400-1705338000@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt about lists\, how to access items from a list\, and how to add/remove items from the end of a list.\nLearned how to use lists with print statements\n\nHomework:\nCreate a file called Jan15_ListsHW.py and submit the file into the google drive when you are finished! \n\nDepending on your version of the book\, do the following:\nIf you have the 2nd edition: TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6 \nIf you have the 3rd edition: TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6 \n\nLabel in your file the question number and the code beneath it like\n# pg 41 number 3-4\n…\n…\n…\n# pg 42 number 3-5\n…\n…\n# pg 42 number 3-6\n…\n…\n…\n\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-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T170000
DTEND;TZID=America/Los_Angeles:20240113T180000
DTSTAMP:20260605T024835
CREATED:20240114T022334Z
LAST-MODIFIED:20240114T022334Z
UID:23445-1705165200-1705168800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about functions with return values\n\nConverted hello()\, add() functions to return a value\n\n\n\nHomework\nCreate the following file: \n\nJan13_FunctionsNoReturnHW.py\n\nComplete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n#7 needs a return value\, try your best!\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240111T180000
DTEND;TZID=America/Los_Angeles:20240111T190000
DTSTAMP:20260605T024835
CREATED:20240113T003752Z
LAST-MODIFIED:20240113T003752Z
UID:23425-1704996000-1704999600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n\n\nLearnt how to make half circles with the second parameter used in the circle() function.\nCreated a kaleidoscope project using a forever loop and creating circles that move starting points (done using the size\, t.forward()\, and t.right() function)\n\nHomework:\n(https://www.ayclogic.com/intro-to-python-final-project-criteria/) \nWe will have a final project due in 2 weeks\, so start drawing out your project proposal\, and start drawing out the image using code. Follow the guidelines in the site above for the final project criteria. \nAn example of what you have to draw and show me for your final project: \n \nThe end result after the coding is done (for now you need to create the drawing and send it to me by email) – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \nRemember\, send it to me by email\, preferably this weekend\, so I can approve it so you guys can start coding. I will check my mail every 6 PM. \nYou can start directly on the project with the code after I approve the drawing. Start by drawing one object first. \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-45/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240111T180000
DTEND;TZID=America/Los_Angeles:20240111T190000
DTSTAMP:20260605T024835
CREATED:20240112T090701Z
LAST-MODIFIED:20240113T085711Z
UID:23420-1704996000-1704999600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nStarted and finished the Grocery System project\nStarted the Robux Shopping Cart project\n\nProject Feedback:\n\nEden:\n\nAdd the text “PEASHOOTER” by using rectangles\, circles\, and/or polygons\nMake some part of your project keep changing colors\nDraw the sun in your project\nRight now\, all of your functions are called only once\, which should not happen in your project.\n\nMake sure to call some of your functions more than once (ex: calling the Tree function five times to draw five trees\, calling the Bush function three times to draw three bushes\, etc.).\nCall at least three functions more than once\n\n\n\n\nRiley:\n\nMake the “Pokemon” title bigger\nAdd at least four more different objects\n\nEx (you don’t have to follow this example): Draw three clouds\, draw two Haunter pokemon\, draw three trees\, draw the sun\n\n\n\n\n\nHomework:\n\nJulie:\n\nPlease keep an eye out for an email from allison@ayclogic.com. This email will contain information about your project feedback and grade.\nSince you have submitted your project early\, after reading the feedback from the email\, you can revise your project to incorporate the feedback and resubmit for a higher score.\n\n\nRiley:\n\nPlease keep an eye out for an email from allison@ayclogic.com. This email will contain information about your project feedback and current grade.\nAfter reading the feedback from the email\, you can edit your project to incorporate the feedback to ensure you reach all criteria before submitting the final version of your project.\n\n\nEden and Riley:\n\nFinish your Turtle project\nYour project must be complete and is due by next week before class\nUpload this week’s homework as “Jan18_TurtleProject_Pt4”\nNotes:\n\nYour project should not have any significant bugs or problems\nMake sure your project meets the criteria listed in this link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\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-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240109T180000
DTEND;TZID=America/Los_Angeles:20240109T190000
DTSTAMP:20260605T024835
CREATED:20240110T230127Z
LAST-MODIFIED:20240110T230127Z
UID:23396-1704823200-1704826800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use functions with and without return value\nLearnt how to use the random function\, using random.randint(1\, 10) and random.choice( {some list} )\nCreated a magic 8 ball program that answers any question the user asks with a random answer\n\nHomework:\nFor those of you that haven’t finished the previous homework number 8-3\, submit that homework (called Jan2_FunctionsWithRV.py) into the google drive! We completed 8-1 and 8-2 in class. \nContinue by creating a file called Jan9_FunctionsHW3.py and submit into the google drive when finished! \n\ndo number 6 and 7 from the following website: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nnote: number 7 is similar to the one we did in class from the file Jan2_FunctionsWithRV\n\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-44/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240108T190000
DTEND;TZID=America/Los_Angeles:20240108T200000
DTSTAMP:20260605T024835
CREATED:20240109T042215Z
LAST-MODIFIED:20240109T042215Z
UID:23352-1704740400-1704744000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nWorked on RobotBuilder\n\nright_arm\nModified arm functions to include width and height\n\n\nStarted learning more turtle shapes\n\nPolygon function\n\n\n\nHomework\n\nFinish your robots!! (Dec18_RobotBuilder.py)\n\nInclude the following features:\n\nHead\nNeck\nBody\nArms\nLegs\nEyes\nMouth\nFeet\n\n\n\n\nEdit Jan8_TurtleShapes.py\n\nMake an eye() function that has the parameters: x\, y\, color\, pupil_color\, size\n\nThe function should draw 1 circle (pupil) within another larger circle (eye)\nThe eye should look something like this (yours may look different as long as there are 2 circles):\n\n\n\n\n\n\nMake a function face1() that has the parameters: x\, y\, face_color\, eye_color\, pupil_color\n\nDraw a circle face with 2 eyes\n\n\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-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240108T160000
DTEND;TZID=America/Los_Angeles:20240108T170000
DTSTAMP:20260605T024835
CREATED:20240108T231215Z
LAST-MODIFIED:20240109T023932Z
UID:23336-1704729600-1704733200@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the difference between =\, !=\, and ==\nReviewed typecasting\nLearnt about +=\, -=\, *=\, and /= shortcuts\nLearnt about lists\, how to access items from a list\, and how to add/remove items from the end of a list\n\nHomework:\nCreate a file called Jan8_InputAndIfHomework.py and submit the file into the google drive when you are finished! \n\nDo page 117 from the textbook\, number 7-1 and 7-2 only\n(OPTIONAL) Do number 1 only from https://www.ayclogic.com/tell-me-your-age/\nLabel in your file the question number and the code beneath it like\n# pg 117 number 7-1\n…\n…\n…\n# pg 117 number 7-2\n…\n…\n…# https://www.ayclogic.com/tell-me-your-age/ number 1\n…\n…\n…\n\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-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240104T180000
DTEND;TZID=America/Los_Angeles:20240104T190000
DTSTAMP:20260605T024835
CREATED:20240106T085314Z
LAST-MODIFIED:20240112T020134Z
UID:23292-1704391200-1704394800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n\n\nReviewed the final project criteria\nTalked about how to create rectangles at an angle by editing the createRectangle() function to include one more parameter\, “heading”\, that is used for the t.setheading() function to change the direction\n\nHomework:\n(https://www.ayclogic.com/intro-to-python-final-project-criteria/) \nWe will have a final project due in 3 weeks\, so start drawing out your project proposal\, and start drawing out the image using code. Follow the guidelines in the site above for the final project criteria. \nAn example of what you have to draw and show me for your final project: \n \nThe end result after the coding is done (for now you need to create the drawing and send it to me by email) – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \nRemember\, send it to me by email at least 3 days before next Thursday (by Monday) so I can approve it so you guys can start coding. I will check every 6 PM. \nYou can start directly on the project with the code after I approve the drawing. Start by drawing one object first. \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-43/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240104T180000
DTEND;TZID=America/Los_Angeles:20240104T190000
DTSTAMP:20260605T024835
CREATED:20240105T033153Z
LAST-MODIFIED:20240105T070006Z
UID:23276-1704391200-1704394800@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nLearned how to loop through drawing faces\nLearned how to draw a Kaleido spiral\n\nHomework:\n\nImportant news:\n\nYou can finish and submit your project early for a +5% bonus on your final test\nTo receive this +5% bonus:\n\nSubmit your project by 1/11 before class\nUpload your project as Jan11_TurtleProject_Final\nYour project should not have any significant bugs or problems\nMake sure your project meets the criteria listed in this link: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\n\nIf you do not plan on submitting your project early:\n\nContinue your project proposal in your Turtle project\nMake good progress (finish at least two objects)\nUpload this week’s homework as “Jan11_TurtleProject_Pt3”\nNote: your project will be due 1/18 before class\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-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T180000
DTEND;TZID=America/Los_Angeles:20240102T190000
DTSTAMP:20260605T024835
CREATED:20240103T041846Z
LAST-MODIFIED:20240109T030931Z
UID:23257-1704218400-1704222000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use functions without return value\nLearnt how to use functions with return value with the keyword Return\, that allows us to store values from a function into a variable\n\nHomework:\nFor those of you that haven’t finished the previous homework\, submit that homework into the google drive! We completed part 2 in class. \nContinue by creating a file called Jan2_FunctionsWithRVHW.py and submit into the google drive when finished! \n\nDo page 131 Try It Yourself 8-1 and 8-2\nDo page 137 Try It Yourself 8-3 (ignore the positional vs keyword argument thing\, just call the function as you normally would do)\n\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-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231223T170000
DTEND;TZID=America/Los_Angeles:20231223T180000
DTSTAMP:20260605T024835
CREATED:20231224T023628Z
LAST-MODIFIED:20231224T023628Z
UID:23212-1703350800-1703354400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about functions\n\nWithout parameters\nWith 1\, 2\, 3 parameters\n\n\n\nHomework\nCreate the following file: \n\nDec16_FunctionsHW3.py\n\nComplete Try It Yourself 8-1\, 8-2\, 8-3\, 8-5 (ignore the default value) on pages 131 and 136-137\nIf you get stuck\, try reading pages 130-133 and 137-139\n\n\n\nREMINDER: NO CLASS NEXT WEEK. Happy Holidays! \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231221T180000
DTEND;TZID=America/Los_Angeles:20231221T190000
DTSTAMP:20260605T024835
CREATED:20231223T080737Z
LAST-MODIFIED:20231223T080852Z
UID:23190-1703181600-1703185200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:We Will Meet on January 4!! Happy Holidays!\nWhat We Did Today: \n\nLearnt how to make circles using t.circle() method\, where we use something like t.circle(10) to make a circle of radius 10 starting from the very bottom if the arrow is pointed to the right.\nBriefly learnt how to use .setheading() to set the pointer direction\nDiscussed criteria needed for the final project\n\nHomework:\n(https://www.ayclogic.com/intro-to-python-final-project-criteria/) \nWe will have a final project due in 4 weeks\, so start drawing out your project proposal\, and start drawing out the image using code. Follow the guidelines in the site above for the final project criteria. \nAn example of what you have to draw and show me for your final project: \n \nThe end result – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \n  \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com! \nIntro To Python – Final Project – Criteria
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231221T180000
DTEND;TZID=America/Los_Angeles:20231221T190000
DTSTAMP:20260605T024835
CREATED:20231222T032920Z
LAST-MODIFIED:20240105T065714Z
UID:23174-1703181600-1703185200@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nContinued learning how to draw faces\nLearned how to draw a polygon\nLearned how to draw semicircles\n\nImportant Reminders:\n\nTo celebrate Christmas\, the school will be closed from Sunday 12/24 – Sunday 12/31. There is no class next week. Our next class will be on Thursday 1/4.\n\nHomework:\n\nContinue your project proposal in your Turtle project\nMake good progress (finish at least two objects)\nUpload this week’s homework as “Jan4_TurtleProject_Pt2”\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-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231219T180000
DTEND;TZID=America/Los_Angeles:20231219T190000
DTSTAMP:20260605T024835
CREATED:20231220T050046Z
LAST-MODIFIED:20231227T001403Z
UID:23134-1703008800-1703012400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:We won’t have class until January 2!!\n  \nWhat We Did Today:\n\nReview a little bit of the quiz\nLearnt about functions without return value\, as well as what they are useful for\nLearnt about function parameters\, how a function has to be called correctly with the proper number of parameters\nUsed different conditionals inside of functions like an if statement\n\nHomework:\nCreate two separate files: Dec19_FunctionsWithoutRV_HW1.py and Dec19_FunctionsWithoutRV_HW2.py  \n\nCopy codes from page 130 to 133 (test your code to make sure it works).\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 and 5.\nFor number 5\, combination of strings means doing something like “Adding ” + “Strings”\n\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-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231218T190000
DTEND;TZID=America/Los_Angeles:20231218T200000
DTSTAMP:20260605T024835
CREATED:20231219T042141Z
LAST-MODIFIED:20231219T042141Z
UID:23116-1702926000-1702929600@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nStarted Dec11_TurtleHW\n\ndraw_rectangle\n\n\nStarted RobotBuilder\n\nrectangle() to draw rectangles\nleft_arm() uses rectangle() to draw the robot’s left arm\n\n\n\nHomework\n\nFinish Dec11_TurtleHW.py\n\nLink: https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\n\nFinish Dec18_RobotBuilder.py\n\nDraw a robot! Feel free to use rectangle()\, left_arm()\, or make your own functions\nInclude the following features:\n\nHead\nNeck\nBody\nArms\nLegs\nEyes\nMouth\nFeet\n\n\n\n\n\nREMINDER: No class until January 8th. Enjoy your Christmas and New Year’s! 🙂 \nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231218T160000
DTEND;TZID=America/Los_Angeles:20231218T170000
DTSTAMP:20260605T024835
CREATED:20231218T202441Z
LAST-MODIFIED:20231219T170513Z
UID:23100-1702915200-1702918800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:NO CLASS UNTIL JANUARY 9!! HAPPY HOLIDAYS!\n\nWhat We Did Today:\n\nReviewed operators such as >\, <\, <=\, >=\nLearnt about the difference for ==\, !=\, and =\nLearnt about and/or operators\nStarted learning about how to get input from the user and using if statements with them\n\nHomework:\nCreate a file called Dec18_IfElseHomework2.py and submit the file into the google drive when you are finished! \n\nDo page 84 from the textbook\, number 5-3 and 5-4 only\nDo number 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nLabel in your file the question number and the code beneath it like\n# pg 84 number 5-3\n…\n…\n… # pg 84 number 5-4\n…\n…\n… \n# https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 3\n…\n…\n…\n\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-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231216T170000
DTEND;TZID=America/Los_Angeles:20231216T180000
DTSTAMP:20260605T024835
CREATED:20231217T025257Z
LAST-MODIFIED:20231217T025257Z
UID:23083-1702746000-1702749600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Python Quiz 1\n\nHomework\nFinish last week’s homework if you haven’t already! \nCreate the following file: \n\nDec16_FunctionsHW2.py\n\nCopy code from pages 137 to 139 in the textbook\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-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231214T180000
DTEND;TZID=America/Los_Angeles:20231214T190000
DTSTAMP:20260605T024835
CREATED:20231216T025419Z
LAST-MODIFIED:20231216T025518Z
UID:23063-1702576800-1702580400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to connect different shapes together using their coordinates\nLearnt how to change the direction of drawing for a rectangle (using turtle.right() instead of turtle.left() )\n\nHomework:\nContinue on your file called Dec14_RobotBuilder.py and SUBMIT it into the google drive when finished: \n\nMake the right arms of your robot and label it with a comment # right arm and # right hand\, and think of how the coordinates (the starting point of the rectangle) should be.\nMake the eyes of your robot.\n\nWe will have a final project due in 5 weeks\, so start thinking of what you want to draw. \nAn example of what you have to draw and show me for your final project: \n \nThe end result – https://youtu.be/aKb45yeKOiY \nI will have to approve your drawing first before you start writing code. \nIf you have any questions\, email me at ddjapri@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231214T180000
DTEND;TZID=America/Los_Angeles:20231214T190000
DTSTAMP:20260605T024835
CREATED:20231215T031220Z
LAST-MODIFIED:20240105T065733Z
UID:23048-1702576800-1702580400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nLearned how to draw circles\nLearned how to draw faces\nLearned how to draw the letter “A”\n\nHomework:\n\nRiley:\n\nYou no longer have to create a new rough draft of what the final image will look like. Your current rough draft is good.\n\n\nEveryone:\n\nCreate a new Turtle project and name it “Dec21_TurtleProject_Pt1”\nStart working on your project proposal in this Turtle project\nMake good progress (finish at least two objects)\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-allison-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231212T180000
DTEND;TZID=America/Los_Angeles:20231212T190000
DTSTAMP:20260605T024835
CREATED:20231218T200421Z
LAST-MODIFIED:20231218T200421Z
UID:23097-1702404000-1702407600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nHad our first quiz\n\nWhat We’ll Do Next Week:\n\nReview the quiz\, as well as start on a new topic
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231211T190000
DTEND;TZID=America/Los_Angeles:20231211T200000
DTSTAMP:20260605T024835
CREATED:20231212T040736Z
LAST-MODIFIED:20231212T040736Z
UID:22971-1702321200-1702324800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about Turtle!\n\nGoto\, pen\, fill\, forward\, etc\nDrew triangle\, square\, L\, and circle\n\n\n\nHomework\nCreate Dec11_TurtleHW.py: \n\nFollow the instructions at: https://www.ayclogic.com/event/6-pm-intro-to-python-46/\nIf you don’t know how to implement the functions\, just draw the shapes at the specific locations with different colors of your choice 🙂\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231211T160000
DTEND;TZID=America/Los_Angeles:20231211T170000
DTSTAMP:20260605T024835
CREATED:20231211T233801Z
LAST-MODIFIED:20231211T233801Z
UID:22967-1702310400-1702314000@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nContinued to learn about if\, elif\, and else statements\nLearnt about the difference for ==\, !=\, and =\nLearnt how to do comparison with >\, >=\, <\, and <=\n\nHomework:\nSubmit the file into the google drive when you are finished! \n\nIf you have the 2nd edition of the book: \n\nCopy pages 79-81 from the textbook\, put it in a file called Dec11_IfElseHomework.py\n\n\nIf you have the 3rd edition of the book: \n\nPages 78-81 from the textbook\, put it in a file called Dec11_IfElseHomework.py\n\n\n\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-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR