BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20240420T170000
DTEND;TZID=America/Los_Angeles:20240420T180000
DTSTAMP:20260604T201739
CREATED:20240421T015555Z
LAST-MODIFIED:20240421T015603Z
UID:24820-1713632400-1713636000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nCreated functions to draw squares and rectangles\n\nHomework\nWork on the following: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nMake sure to create functions to draw each shape!\n\n\n\n\nApr13_RobotBuilder.py\n\nCreate a function triangle() with the parameters: x\, y\, length\, color\n\nThe function should draw a filled-in triangle at the specified x\,y coordinates\, filled in with color\nLook at the circle()\, square()\, and rectangle() functions if you get stuck!\n\n\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-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240420T150000
DTEND;TZID=America/Los_Angeles:20240420T160000
DTSTAMP:20260604T201739
CREATED:20240423T015540Z
LAST-MODIFIED:20240423T015540Z
UID:24849-1713625200-1713628800@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nLearned about while loops\nLearned about for loops\nLearned about how for loops are made from while loops\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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: Depending on whether you have the 2nd or 3rd edition book\, please complete the following sections:\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
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240415T160000
DTEND;TZID=America/Los_Angeles:20240415T170000
DTSTAMP:20260604T201739
CREATED:20240416T015229Z
LAST-MODIFIED:20240416T015229Z
UID:24774-1713196800-1713200400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today\nHad our second quiz \n  \nNotes\nIf you have any questions\, let me know at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-darin-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T170000
DTEND;TZID=America/Los_Angeles:20240413T180000
DTSTAMP:20260604T201739
CREATED:20240415T104524Z
LAST-MODIFIED:20240415T104524Z
UID:24763-1713027600-1713031200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed x-\, y-coordinate system and last week’s homework\nCreated function to draw filled-in circles\n\nHomework\nWork on the following: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nMake sure to create functions!\n\n\n\n\nApr13_TurtleHW2.py\n\nCreate a square() function with 4 parameters: x\, y\, length\, color that draws a filled-in square using the color argument\n\nHint: the process is very similar to our circle() function from our lesson!\n\n\nDraw 3 squares of different sizes\, locations\, and colors using the function you just created\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-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240413T150000
DTEND;TZID=America/Los_Angeles:20240413T160000
DTSTAMP:20260604T201739
CREATED:20240415T003311Z
LAST-MODIFIED:20240415T003927Z
UID:24749-1713020400-1713024000@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nReviewed how if statements work\nReviewed how to get user input\nLearned about lists\, and all the different things we can do with them.\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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 to your Google Drive\nHomework: Complete part 1 of the “Tell Me Your Age” project as explained here: https://www.ayclogic.com/tell-me-your-age/\n\nPlease ignore parts 2 and 3 which say “After you are done with number 1\, put the entire program inside a forever loop” and “As a bonus point\, put a code inside the forever loop that if they enter exit\, break from the loop”.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240409T180000
DTEND;TZID=America/Los_Angeles:20240409T190000
DTSTAMP:20260604T201739
CREATED:20240409T231133Z
LAST-MODIFIED:20240410T054531Z
UID:24707-1712685600-1712689200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM ON APRIL 16\nWhat We Did Today:\n\nReviewed topics for the final exam next week\n\nHomework:\nStudy for your final exam next week\, focusing on the robux system as well as how to draw shapes in python using functions (check the google drive for the notes). \nPractice for the final: \n# Make a program that gives you the following output from two different lists:\n# List 1: ["teddy bear"\, "doll"\, "action figure"]\n# List 2: ["candy bar"\, "burger"\, "chocolate bar"]\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 1\n\n# You have selected Box 1! You received a teddy bear!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 2\n\n# You have selected Box 2! You received a candy bar!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 2\n\n# You have selected Box 2! You received a burger!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 1\n\n# You have selected Box 2! You received a doll!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 4\n\n# Invalid selection\, please try again.\n\n\n# HOW TO GET STARTED:\n# Make the question appear forever and get the user input using selection = input()\n# Check each selection and do some action depending on the choice\n# In this case\, choice 1 would give you a random item from list 1 (item = r.choice(list1))\n# choice 2 gives you a random item from list 2\n# choice 3 lets you break out of the forever and end the program\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com !!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-59/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240408T160000
DTEND;TZID=America/Los_Angeles:20240408T170000
DTSTAMP:20260604T201739
CREATED:20240408T195923Z
LAST-MODIFIED:20240409T011937Z
UID:24689-1712592000-1712595600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:YOU WILL HAVE YOUR SECOND QUIZ NEXT WEEK ON APRIL 15\nWhat We Did Today:\n\nPrepared for the second quiz\, went over some topics to prepare for the quiz\, how to study\, and clarified questions on some past topics such as functions\, random\, and lists.\n\nHomework:\nContinue on your file called March25_Quiz2Review.py (or create a new file) and submit it into the google drive when you are done! \nFinish all the numbers from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ !! \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-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240406T170000
DTEND;TZID=America/Los_Angeles:20240406T180000
DTSTAMP:20260604T201739
CREATED:20240407T233030Z
LAST-MODIFIED:20240407T233030Z
UID:24680-1712422800-1712426400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about x\,y coordinates in Python Turtle\nCreated functions to draw shapes\n\nHomework\nWork on the following: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\nYou can use any method (goto(x\,y)\, forward(__)) to draw the shapes — make sure the code is made inside functions!\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-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240406T150000
DTEND;TZID=America/Los_Angeles:20240406T160000
DTSTAMP:20260604T201739
CREATED:20240406T231603Z
LAST-MODIFIED:20240406T231702Z
UID:24653-1712415600-1712419200@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nReviewed conditionals like if\, elif\, and else\nLearned about user input\n\nUser input can be retrieved using input()\nAll user input turns into a string data type\n\n\nClass code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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 to the corresponding project’s folder in your Google Drive\nHomework: \n\n5-3\, 5-4 from page 84 in the book.\nComplete the following prompt\, and add to the homework file:\nGet input from shell: “What grade are you in? ”\n\nIf user enter ‘1’ or ‘1st’ or ‘first’ or ‘pertama’ then print ‘You are learning to read.’\nIf user enter ‘2’ or ‘2nd’ or ‘second’\, then print ‘You are learning multiplication.’\nIf user enter ‘3’ or ‘3rd’ or ‘third’\, then print ‘You are learning shapes.’\nElse\, then print ‘I don’t know what you are studying.’
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240402T180000
DTEND;TZID=America/Los_Angeles:20240402T190000
DTSTAMP:20260604T201739
CREATED:20240404T041249Z
LAST-MODIFIED:20240407T214520Z
UID:24618-1712080800-1712084400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nWe learnt how to make a Robux system where our program can keep track of how much money we have in the interactive text based program we made\nLearnt how to use global\, which is a keyword used to tell a function to use a variable from outside the function\n\nHomework:\nFINISH YOUR FINAL PROJECT AND SUBMIT IT INTO THE GOOGLE DRIVE! \nYou need to meet the project specifications from this following link: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nFor Ian\, you need to make sure you use makeRectangle functions\, and the same goes for Parker. \nAfter using those\, try to make a function out of each object you draw out. \nIf you have questions on how to finish certain parts\, let me know via email. \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-58/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240401T170000
DTEND;TZID=America/Los_Angeles:20240401T180000
DTSTAMP:20260604T201739
CREATED:20240402T030026Z
LAST-MODIFIED:20240402T030026Z
UID:24581-1711990800-1711994400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe continued learning turtle.\nWe drew triangles and octagon inside forloop\nWe learned how to set background to dark blue\nWe learned how to set the pen to white.\n\nHomework\n\nContinue on april_1_shapes_with_color.py\n\nFinish the star\nAnd put the code inside a for loop and loop 10 times move up.\n\n\nCreate a new file april_1_shapes_with_color_hw.py\n\nSet the background to brown\nSet the pen color to yellow.\nDraw octagon inside for loop and loop 10 times move down.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240401T160000
DTEND;TZID=America/Los_Angeles:20240401T170000
DTSTAMP:20260604T201739
CREATED:20240401T205844Z
LAST-MODIFIED:20240404T033900Z
UID:24577-1711987200-1711990800@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to debug\, identified common types of errors\, and gained independence as a coder.\n\nHomework:\nContinue on your file called April1_Debugging_2.py and submit it into the google drive when you are done! \nFinish and successfully debug the rest of the code from the following website\, and make sure the output matches the specified output: https://www.ayclogic.com/fix-python-bugs-2/ \nAfter this\, make sure you finish last weeks homework: Numbers 1 and 2 from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\nFor this make sure for number 2 you return the value into a new variable and print using that variable as shown in the other return function examples. \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-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240326T180000
DTEND;TZID=America/Los_Angeles:20240326T190000
DTSTAMP:20260604T201739
CREATED:20240327T085657Z
LAST-MODIFIED:20240327T090757Z
UID:24529-1711476000-1711479600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nLearnt how to make a grocery system\, where our computer keeps track of what items we bought and we imitated a simple text based game.\nReviewed the final projects\n\nHomework\nFINISH UP your final project! This means you want to finish all of the criteria shown in the final project guidelines: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nSend your code for the final project into the google drive preferably before Sunday so I can look over it! \nASK me in email if you have any questions or need help! \nYOU MUST HAVE THIS DONE BY NEXT WEEK!! \nFor Eden\, your homework is to edit the crystal shaped figure to make it smaller\, and put it inside of your final project that you have already. Make it spawn infinitely at random locations while changing its color each time! \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \n  \nEXTRA TIPS:\nHere is the code for how to make a triangle \nI started with this: \n——————————————————————\nt.right(60)\nt.forward(60)\nt.right(120)\nt.forward(60)\nt.right(120)\nt.forward(60)\n—————————————————————— \nand then changed it into a function like this: \n——————————————————————\ndef makeTriangle(x\, y\, color\, length):\nt.penup()\nt.goto(x\, y)\nt.pendown() \nt.color(color) \nt.begin_fill()\n# everything else below here draws the triangle\nt.right(60)\nt.forward(length) \nfor i in range(2):\nt.right(120)\nt.forward(length)\n# to set the mouse in the original direction\nt.right(60) \nt.end_fill() \n—————————————————————— \nYou may have noticed that the triangle has equal length and is made from the top\, but if you want to angle your triangle\, you can add a heading parameter: \n——————————————————————\ndef makeTriangle(x\, y\, color\, length\, heading=0):\nt.penup()\nt.goto(x\, y)\nt.pendown() \nt.setheading(heading)\nt.color(color) \nt.begin_fill()\n# everything else below here draws the triangle\nt.right(60)\nt.forward(length) \nfor i in range(2):\nt.right(120)\nt.forward(length)\n# to set the mouse in the original direction\nt.right(60) \nt.end_fill()\n—————————————————————— \nYou can call the function like this and see what happens: \nmakeTriangle(100\, 100\, “pink”\, 100\, 30)
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-57/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240325T160000
DTEND;TZID=America/Los_Angeles:20240325T170000
DTSTAMP:20260604T201739
CREATED:20240325T214756Z
LAST-MODIFIED:20240327T091345Z
UID:24511-1711382400-1711386000@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use the random module in other programs like password generator and using random.choice to reinvent our magic 8 ball program.\n\nHomework:\nCreate a new file called Mar25_Quiz2Review.py and submit it into the google drive when you are done! \n\nDo numbers 1 and 2 from the following page: https://www.ayclogic.com/intro-to-python/star-wars-problem/https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\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-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240323T170000
DTEND;TZID=America/Los_Angeles:20240323T180000
DTSTAMP:20260604T201739
CREATED:20240324T012705Z
LAST-MODIFIED:20240324T012705Z
UID:24499-1711213200-1711216800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Python Quiz 2\nLearned Turtle basics\n\nHomework\nCreate the following file: \n\nMar23_TurtleHW.py\n\nComplete the HW Exercises at https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\nUse goto(x\, y) to go to a specific x\, y coordinate. You can look at the examples here (setpos is the same as goto): https://www.geeksforgeeks.org/turtle-setpos-and-turtle-goto-functions-in-python/\nNo need to make functions for now\, but go ahead if you know how!\nMake each shape a different color\, and make sure they’re filled in.\n\n\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-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240323T150000
DTEND;TZID=America/Los_Angeles:20240323T160000
DTSTAMP:20260604T201739
CREATED:20240323T231148Z
LAST-MODIFIED:20240323T231148Z
UID:24494-1711206000-1711209600@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nLearned about conditions and if statements\nLearned comparison operators: ==\, !=\, <=\, >=\, <\, >\nLearned about operators that let us connect conditions: and\, or\nLearned about 3 kinds of if statements: if\, elif\, else\nSAT3PM class code: https://drive.google.com/drive/folders/1CtwIu3EczMxWU83o5ECJylqtfCmTKvb9\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\nHomework: Create a file named “MAR30_hw.py”\nComplete the book “Try it yourself” sections 2-3\, 2-4\, 2-5 and 2-6 on page 25.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240319T180000
DTEND;TZID=America/Los_Angeles:20240319T190000
DTSTAMP:20260604T201739
CREATED:20240320T064431Z
LAST-MODIFIED:20240320T064431Z
UID:24452-1710871200-1710874800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nLearnt how to make things appear at random on our screen for the trees in the March12_ExtraShapes file\nMade a kaleidoscope that creates a circle infinitely but with a different size\, color\, and position/heading each time\n\nHomework\nWork on 66% of your final project! This means you want to have a function for 4 shapes ready and complete before by next week with its color. If you want to do more than 66% of completion\, then that is perfectly fine. \nASK me in email if you have any questions or need help! \nYOU MUST HAVE THIS DONE BY NEXT WEEK!! \nFor Eden\, your homework is to create a crystal shaped figure (or if you have a better idea for some shape to reappear on your screen at random) that spawns randomly on your final project drawing. \nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-56/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240318T190000
DTEND;TZID=America/Los_Angeles:20240318T200000
DTSTAMP:20260604T201739
CREATED:20240319T032613Z
LAST-MODIFIED:20240319T032613Z
UID:24445-1710788400-1710792000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Final Exam\n\nNotes\nGamas will reach out to your parents to schedule a Final Retake. Wishing you the best of luck! \nIf you have any questions\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240318T160000
DTEND;TZID=America/Los_Angeles:20240318T170000
DTSTAMP:20260604T201739
CREATED:20240318T082628Z
LAST-MODIFIED:20240318T082628Z
UID:24424-1710777600-1710781200@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use the random module to get a random number from a range and how to get a random item from a list\nShowcased a couple examples of using the random module\n\nHomework:\nCreate a file called Mar18_RandomModuleHW_Magic8BallV2.py and submit it into the google drive when you are done! \n\nRecreate the magic 8 ball program from this site but using random.choice({some list}) instead of random.randint(): https://www.ayclogic.com/intro-to-python/magic-8-ball/\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-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240316T170000
DTEND;TZID=America/Los_Angeles:20240316T180000
DTSTAMP:20260604T201739
CREATED:20240317T010804Z
LAST-MODIFIED:20240317T010804Z
UID:24410-1710608400-1710612000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nPython Quiz 2\n\nHomework\nNo homework this week! Next week we will review the quiz and start learning about Turtle in Python 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240316T150000
DTEND;TZID=America/Los_Angeles:20240316T160000
DTSTAMP:20260604T201739
CREATED:20240316T230442Z
LAST-MODIFIED:20240316T230627Z
UID:24399-1710601200-1710604800@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nLearned Python variables have names (can’t have spaces)\, and values (values can have 4 different data types)\nLearned the 4 main data types are integer\, float\, string\, and boolean\nLearned about print statements\, and how to combine the data we print using:\n\ncommas\nplus operator\nformatted strings\n\n\nHow new lines work with print statements\nLearned about the 4 main operations (+\, -\, *\, /)\, and which data types they can be used on\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 to the corresponding project’s folder in your Google Drive\nHomework: Create a file named “MAR23_string_homework.py”\n\nCopy Python code from pages 20-23 from the book.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-34/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240312T180000
DTEND;TZID=America/Los_Angeles:20240312T190000
DTSTAMP:20260604T201739
CREATED:20240313T020742Z
LAST-MODIFIED:20240313T020742Z
UID:24312-1710266400-1710270000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nReviewed how setheading changes the incline of the mouse\, which in turn when used in functions changes how the functions are angled\nLearnt how to make semicircles using the extent parameter like t.circle(radius\, extent)\nLearnt how to make a tree and combine different functions for shapes together\n\nHomework\nWork on 33% of your final project! This means you want to have a function for 2 shapes ready and complete before by next week with its color. If you want to do more than 33% of completion\, then that is perfectly fine \nASK me in email if you have any questions or need help! \nYOU MUST HAVE THIS DONE 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-55/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240311T190000
DTEND;TZID=America/Los_Angeles:20240311T210000
DTSTAMP:20260604T201739
CREATED:20240317T001339Z
LAST-MODIFIED:20240318T064140Z
UID:24403-1710183600-1710190800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nFinal Exam!\n\nHomework\nNo more homework. Good job finishing the course! 🙂 \nIf you have any questions\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240311T170000
DTEND;TZID=America/Los_Angeles:20240311T180000
DTSTAMP:20260604T201739
CREATED:20240312T004650Z
LAST-MODIFIED:20240312T004650Z
UID:24298-1710176400-1710180000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nLearned about for loops with range\n\nHomework:\n\nUpload this homework in the Google Drive folder as Mar11_ForLoopWithRange_Homework\n\nRead and do the codes from Pg. 57-58\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-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240311T160000
DTEND;TZID=America/Los_Angeles:20240311T170000
DTSTAMP:20260604T201739
CREATED:20240311T222521Z
LAST-MODIFIED:20240311T235919Z
UID:24292-1710172800-1710176400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nStarted learning what functions with return value are and how to use them using the return keyword\nWent through a couple examples on how to use return to initialize variables\n\nHomework:\nCreate a file called Mar11_FunctionsWithoutRV_HW2.py and submit it into the google drive when you are done! \nDo the numbers in the link provided below\, and label the question as # number 8.2 # number 8.3 and so on! \n\nDo page 131 (TRY IT YOURSELF) number 8.1 and 8.2\nNumber 7 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\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-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240309T170000
DTEND;TZID=America/Los_Angeles:20240309T180000
DTSTAMP:20260604T201739
CREATED:20240310T024237Z
LAST-MODIFIED:20240310T024237Z
UID:24246-1710003600-1710007200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed Exercise #3 and #4 from Quiz 2 Prep\nCompleted 2 practice problems for Quiz 2\n\nHomework\nStudy for next week’s quiz! You can review our lesson material here: https://drive.google.com/file/d/1ivCyAL9BzlViV179qIm2EDaQIubYIT1m/ \nI recommend reviewing the following topics: \n\nRandom module\nFunctions with/without return values\nGetting input from the shell\nCreating programs using while loops\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-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240305T180000
DTEND;TZID=America/Los_Angeles:20240305T190000
DTSTAMP:20260604T201739
CREATED:20240306T064205Z
LAST-MODIFIED:20240306T064334Z
UID:24201-1709661600-1709665200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:Today We Do\n\nReviewed how to create a function for a shape (in this case a left arm)\nLearnt how to make circles using turtle\nCreated a makeCircle() function to change features of our circle that we create in turtle\nLearnt how to incline our shapes using setheading()\n\nHomework\nSubmit your photo of the final project proposal into the google drive or email me! \n\nDraw out your final project following the criteria shown: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nYou can draw it with color pencils or just regular pencils (but if you use regular pencils\, label the portions/shapes with a color)\nTake a photo of it and send it to me for approval.\nYOU MUST HAVE THIS DONE BY NEXT WEEK!!\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/24201/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T190000
DTEND;TZID=America/Los_Angeles:20240304T200000
DTSTAMP:20260604T201739
CREATED:20240305T042145Z
LAST-MODIFIED:20240305T042145Z
UID:24181-1709578800-1709582400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed code for the final — uploaded to Google Drive\n\nHomework\n\nStudy for the final! Make sure to understand everything we went over today\, and review the following topics:\n\nHow to get input from shell\nHow to create simple functions\nHow to generate random numbers.\nHow to create a medium level Python program.\n\n\nProject Corrections\n\nFinal deadline for project revisions has been extended to this Saturday\, March 9th! Please email me if you have decided to make revisions so I can review them.\nYou can review the requirements here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\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-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T170000
DTEND;TZID=America/Los_Angeles:20240304T180000
DTSTAMP:20260604T201739
CREATED:20240306T092327Z
LAST-MODIFIED:20240306T092327Z
UID:24208-1709571600-1709575200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Allison
DESCRIPTION:Today we:\n\nContinued learning about for loops\n\nHomework:\n\nUpload this homework in the Google Drive folder as Mar4_ForLoop_Pt2_Homework\n\nFollow the instructions in: https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nRead and do the codes from Pg. 56 Try It Yourself section\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-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240304T160000
DTEND;TZID=America/Los_Angeles:20240304T170000
DTSTAMP:20260604T201739
CREATED:20240305T023822Z
LAST-MODIFIED:20240305T023908Z
UID:24166-1709568000-1709571600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nStarted learning what functions are and how they are significant\nLearnt how to create and use functions without return values\nLearnt how parameters/arguments for a function works\n\nHomework:\nCreate a file called FunctionsWithoutRV_HW1.py and submit it into the google drive when you are done! \nDo the numbers in the link provided below\, and label the question as # number 4 # number 5 and so on! \n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n^ numbers 4-6\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-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR