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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240102T180000
DTEND;TZID=America/Los_Angeles:20240102T190000
DTSTAMP:20260515T141350
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:20240104T180000
DTEND;TZID=America/Los_Angeles:20240104T190000
DTSTAMP:20260515T141350
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:20240104T180000
DTEND;TZID=America/Los_Angeles:20240104T190000
DTSTAMP:20260515T141350
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:20240108T160000
DTEND;TZID=America/Los_Angeles:20240108T170000
DTSTAMP:20260515T141350
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:20240108T190000
DTEND;TZID=America/Los_Angeles:20240108T200000
DTSTAMP:20260515T141350
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:20240109T180000
DTEND;TZID=America/Los_Angeles:20240109T190000
DTSTAMP:20260515T141350
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:20240111T180000
DTEND;TZID=America/Los_Angeles:20240111T190000
DTSTAMP:20260515T141350
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:20240111T180000
DTEND;TZID=America/Los_Angeles:20240111T190000
DTSTAMP:20260515T141350
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:20240113T170000
DTEND;TZID=America/Los_Angeles:20240113T180000
DTSTAMP:20260515T141350
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:20240115T160000
DTEND;TZID=America/Los_Angeles:20240115T170000
DTSTAMP:20260515T141350
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:20240115T190000
DTEND;TZID=America/Los_Angeles:20240115T200000
DTSTAMP:20260515T141350
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:20240116T180000
DTEND;TZID=America/Los_Angeles:20240116T190000
DTSTAMP:20260515T141350
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:20240118T180000
DTEND;TZID=America/Los_Angeles:20240118T190000
DTSTAMP:20260515T141350
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:20240118T180000
DTEND;TZID=America/Los_Angeles:20240118T190000
DTSTAMP:20260515T141350
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:20240120T170000
DTEND;TZID=America/Los_Angeles:20240120T180000
DTSTAMP:20260515T141350
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:20240122T160000
DTEND;TZID=America/Los_Angeles:20240122T170000
DTSTAMP:20260515T141350
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:20240122T160000
DTEND;TZID=America/Los_Angeles:20240122T170000
DTSTAMP:20260515T141350
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:20240122T170000
DTEND;TZID=America/Los_Angeles:20240122T180000
DTSTAMP:20260515T141350
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:20240122T190000
DTEND;TZID=America/Los_Angeles:20240122T200000
DTSTAMP:20260515T141350
CREATED:20240123T040815Z
LAST-MODIFIED:20240123T041043Z
UID:23575-1705950000-1705953600@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nBuilt a Kaleido-Spiral pattern on Jan22_KaleidoSpiral.py\nStarted soft_rectangle\n\nHomework\nFinish your project proposals and upload them to your Google Drive folders! \n\nMore info here: https://www.ayclogic.com/event/7-pm-intro-to-python-william-22/\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240123T180000
DTEND;TZID=America/Los_Angeles:20240123T190000
DTSTAMP:20260515T141350
CREATED:20240124T084201Z
LAST-MODIFIED:20240124T084201Z
UID:23583-1706032800-1706036400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt about debugging\, reading error messages\, and the types of errors you could encounter.\n\nHomework:\nCreate a file called Jan23_Debugging2_HW.py and submit it into the google drive when completed: \n\nDebug and fix the code inside the website here: https://www.ayclogic.com/fix-python-bugs-2/\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-48/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240125T180000
DTEND;TZID=America/Los_Angeles:20240125T200000
DTSTAMP:20260515T141350
CREATED:20240126T040342Z
LAST-MODIFIED:20240126T040342Z
UID:23634-1706205600-1706212800@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Allison
DESCRIPTION:Today We:\n\nTook the Final Test\n\nHomework:\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help\nThere is no homework this week. Enjoy!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-allison-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T170000
DTEND;TZID=America/Los_Angeles:20240127T180000
DTSTAMP:20260515T141350
CREATED:20240128T020513Z
LAST-MODIFIED:20240128T020513Z
UID:23652-1706374800-1706378400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Jan20_FunctionsHW5.py\n\nFunctions with return values\n\n\nLearned about the random module in Python\n\nrandom.randint() — choose random integer\nrandom.choice() — choose random item from list\n\n\n\nHomework\nWork on the following files: \n\nJan20_FunctionsHW5.py\n\nFinish Exercise #3:\n\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:\n1\n2\n3\n4\n5\n\n\n\n\n\nMagic8Ball.py\n\nFollow the instructions here! https://www.ayclogic.com/intro-to-python/magic-8-ball/\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-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240127T180000
DTEND;TZID=America/Los_Angeles:20240127T190000
DTSTAMP:20260515T141350
CREATED:20240127T101042Z
LAST-MODIFIED:20240127T101042Z
UID:23644-1706378400-1706382000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n\n\nCreated a Robux System program\, which is similar to the grocery system\, but this time we introduce money that we hold in the bank\, using functions to purchase items from the menu.\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% more 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-49/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T170000
DTEND;TZID=America/Los_Angeles:20240129T180000
DTSTAMP:20260515T141350
CREATED:20240130T023740Z
LAST-MODIFIED:20240130T023740Z
UID:23681-1706547600-1706551200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nReviewed the homework\nLearned about if else statements\n\nHomework:\n\nUpload this homework in the Google Drive folder as Jan29_IfElseHomework:\n\nIf you have the second edition of the book:\n\nRead and do the codes from Pg. 79-81\n\n\nIf you have the third edition of the book:\n\nRead and do the codes from Pg. 78-81\n\n\n\n\nMake sure to read the book pages\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-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240129T190000
DTEND;TZID=America/Los_Angeles:20240129T200000
DTSTAMP:20260515T141350
CREATED:20240130T043035Z
LAST-MODIFIED:20240130T043035Z
UID:23688-1706554800-1706558400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nFinished the soft_rectangle function\nStarted GrocerySystem\n\nHomework\nWork on your projects\, I’ll be checking in next class. The deadline is Feb 12th! 🙂 \nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240130T180000
DTEND;TZID=America/Los_Angeles:20240130T190000
DTSTAMP:20260515T141350
CREATED:20240131T063316Z
LAST-MODIFIED:20240131T063316Z
UID:23706-1706637600-1706641200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nStarted reviewing for the quiz next week\, going through the practice quiz involving concepts such as functions\, loops\, conditionals\, and typecasting.\n\nHomework:\nContinue on your called Jan30_PracticeQuiz2.py and submit it into the google drive when completed: \nFinish up number 4 from the following link: 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-50/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR