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:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260627T123000
DTEND;TZID=America/Los_Angeles:20260627T133000
DTSTAMP:20260720T181026
CREATED:20260627T203633Z
LAST-MODIFIED:20260627T215518Z
UID:34011-1782563400-1782567000@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe reviewed all the coding topics to prepare for the test.\n\nHomework\n\nNo homework\, just study for your Final Test!\nStudy\n\nTurtle projects\nGrocery Shopping Cart\nRobux Shopping Cart\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com \n 
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260622T173000
DTEND;TZID=America/Los_Angeles:20260622T183000
DTSTAMP:20260720T181026
CREATED:20260623T013859Z
LAST-MODIFIED:20260623T013859Z
UID:33953-1782149400-1782153000@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe started working on the Robux Balance Program.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nAfter the user exits the program\, list out all of the items they bought.\n\nMake sure to list out each item with a number next to the item.\nOutput should look like this:\n\nYou have purchased the following items:\n1. Hat\n2. Hair\n3. Hair\n4. VIP Server\n\n\n\nWhen adding robux\, ask user how much they want to add. Then\, add that amount.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260615T173000
DTEND;TZID=America/Los_Angeles:20260615T183000
DTSTAMP:20260720T181026
CREATED:20260616T013947Z
LAST-MODIFIED:20260616T013947Z
UID:33868-1781544600-1781548200@www.ayclogic.com
SUMMARY:5:30 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe finished the Kaleido Spiral Project.\nWe started working on the Shopping Cart Project.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nFind a second way to print out all the items in the shopping_cart list using a for loop. (You cannot use for i in range())\nAdd a wallet feature:\n\nIn the beginning of the loop you should ask the user how much money they have. This question should NOT be continuously asked over and over.\nEvery time a user buys an item\, the wallet money should decrease depending on the price of the item.\nIf the user does not have enough money to purchase the item\, it should print out “Insufficient Money.”\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260613T123000
DTEND;TZID=America/Los_Angeles:20260613T133000
DTSTAMP:20260720T181026
CREATED:20260613T205948Z
LAST-MODIFIED:20260613T205948Z
UID:33854-1781353800-1781357400@www.ayclogic.com
SUMMARY:12:30 PM – Intro To Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe finished the Kaleido Spiral Project.\nWe started working on the Shopping Cart Project.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nUpload your Turtle Project today by 11:59 PM to fix your project. This is optional\, but highly recommended to get a better score on your project.\n\nEthan:\n\nFix the lettering code.\nChange the name of your “t” and “r” functions to not throw any errors\nFix the code in your “r”\nRemove any duplicate/redundant code you have.\n\n\nEmma:\n\nRemove any duplicate/redundant code you have.\n\n\n\n\nIn your Shopping Cart project\, continuously ask the user to input the menu options (1\,2\,3\,or 4).\n\nIf user enters 1\, print “milk”\nif user enters 2\, print “eggs”\nif user enters 3\, print “chips”\nif user enter 4\, print “bye bye” and stop asking user\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260601T173000
DTEND;TZID=America/Los_Angeles:20260601T183000
DTSTAMP:20260720T181026
CREATED:20260602T014339Z
LAST-MODIFIED:20260602T014339Z
UID:33719-1780335000-1780338600@www.ayclogic.com
SUMMARY:5:30 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over more turtle functions.\nWe learned how to draw circles and understand set heading.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nEthan:\n\nCall your right_arm & left_arm functions inside the cactus function instead of calling them separately.\nChange the code inside your cactus function to use the rectangle function.\nPut your cloud circle function calls inside a function called cloud.\n\n\nEmma:\n\nGet rid of one of the mountain functions. You only need one.\nReplace your draw_tree_trunk and draw_land function with the rectangle function call.\nUse your dot function to make the sun.\n\n\nBoth:\n\nOverall\, your projects look very good. You just have to make use of your rectangle and circle functions\, because you made them but aren’t using them enough.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260530T123000
DTEND;TZID=America/Los_Angeles:20260530T133000
DTSTAMP:20260720T181026
CREATED:20260530T214933Z
LAST-MODIFIED:20260530T214933Z
UID:33694-1780144200-1780147800@www.ayclogic.com
SUMMARY:12:30 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over more Python Turtle applications.\n\nHomework\n\nContinue working on your Turtle project.\nHere are the instructions + the other students projects for inspiration: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260518T173000
DTEND;TZID=America/Los_Angeles:20260518T183000
DTSTAMP:20260720T181026
CREATED:20260519T021906Z
LAST-MODIFIED:20260519T021906Z
UID:33568-1779125400-1779129000@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe started working on the turtle faces project.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nDo your homework in your may18_faces.py file.\nMake a new function called faces2.\n\nIt will have 4 parameters (x\, y\, face_color\, eye_color)\nMake the face look like the image below:\n\n\n\nWhen you call the faces2 function\, have the face_color and eye_color be randomized colors.\n\nrandomized colors include red\, blue\, yellow\, orange\, green\, and purple.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260514T190000
DTEND;TZID=America/Los_Angeles:20260514T200000
DTSTAMP:20260720T181026
CREATED:20260515T030411Z
LAST-MODIFIED:20260515T030613Z
UID:33509-1778785200-1778788800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – Joshua (Darin Sub)
DESCRIPTION:Today we did:\n\nWe continued making the robot in Turtle.\nLearnt how to compose functions.\n\nHomework:\n\nStill in the same file\, make a function for the right_leg and left_leg in the similar way you did for the other body parts\, and call the functions too. It should look like this:
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-joshua-darin-sub/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260511T173000
DTEND;TZID=America/Los_Angeles:20260511T183000
DTSTAMP:20260720T181026
CREATED:20260512T015317Z
LAST-MODIFIED:20260512T015317Z
UID:33473-1778520600-1778524200@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over more Python Turtle applications.\nWe began to illustrate a robot using Python Turtle.\n\nHomework\n\nSketch your final project proposal.\n\nYou can draw on paper or draw on a tablet/Ipad.\nInclude color in your project proposal.\nI advise you to not make the illustration too complicated\, you will need to code this out in Python after all.\nBe creative\, you can draw anything you want!\n\n\nShow me your project proposal in-person in our next class or you can upload a photo of your project proposal in the Google Drive.\nHere are the instructions + the other students projects for inspiration: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260502T123000
DTEND;TZID=America/Los_Angeles:20260502T133000
DTSTAMP:20260720T181026
CREATED:20260502T203855Z
LAST-MODIFIED:20260502T203855Z
UID:33347-1777725000-1777728600@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over turtle functions.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “May2_Turtle_Exercises_HW.py”\nDo these exercises\, but only the octagon problem as we already done the other functions: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ \n\nFor the exercise\, put 3 parameters (x\, y\, pen_color) instead of just 1 parameter.\n\n\n\n# turn this code into a for loop solution\nt.forward(200)\nt.right(90)\nt.forward(100)\nt.right(90)\nt.forward(200)\nt.right(90)\nt.forward(100)
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260428T173000
DTEND;TZID=America/Los_Angeles:20260428T183000
DTSTAMP:20260720T181026
CREATED:20260429T014354Z
LAST-MODIFIED:20260429T014354Z
UID:33301-1777397400-1777401000@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over Python Turtle basics.\n\nHomework\n\nCreate a diamond shape.\nIt must be filled with a color we haven’t used before.\nIt could be located anywhere on the screen.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260425T123000
DTEND;TZID=America/Los_Angeles:20260425T133000
DTSTAMP:20260720T181026
CREATED:20260425T210138Z
LAST-MODIFIED:20260425T210138Z
UID:33272-1777120200-1777123800@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over the 2nd quiz.\n\nHomework\n\nCreate a function called age_classifier with one parameter called age\nThis function will RETURN a string depending on the age\n\nIf age is 5 or below = “Toddler”\nIf age is 18 or below = “Teen”\nIf age is above 18 = “Adult”\n\n\nCONTINUOUSLY ask the user what their age is\, then call the function using the user’s age to get a result.\nPrint out the result.\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260418T123000
DTEND;TZID=America/Los_Angeles:20260418T133000
DTSTAMP:20260720T181026
CREATED:20260418T204036Z
LAST-MODIFIED:20260418T204036Z
UID:33214-1776515400-1776519000@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over function exercises to practice for the quiz.\n\nHomework\n\nStudy for your 2nd quiz is on Tuesday!\nTopics the quiz will cover:\n\nData types\nHow to get input from shell\nHow to create simple functions\nHow to correct python errors\nLoops: For loop and While loop\nHow to continuous ask user\n\n\n\n\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260416T170000
DTEND;TZID=America/Los_Angeles:20260416T180000
DTSTAMP:20260720T181026
CREATED:20260417T005756Z
LAST-MODIFIED:20260417T005836Z
UID:33196-1776358800-1776362400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Brandon (Darin Sub)
DESCRIPTION:What we learned today:\n\nLearnt about bugs and practiced fixing code.\n\nHomework:\n\nCreate a new file Apr16_FixingBugs2.py for this: https://www.ayclogic.com/fixing-python-bugs-2/ and submit to your google drive.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-brandon-darin-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T173000
DTEND;TZID=America/Los_Angeles:20260414T183000
DTSTAMP:20260720T181026
CREATED:20260416T035215Z
LAST-MODIFIED:20260416T035226Z
UID:33194-1776187800-1776191400@www.ayclogic.com
SUMMARY:5:30 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe went over common Python errors.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a 2 new file called “April14_FixBugs_HW.py” & “April14_Quiz_Exercises.py”\nDo both of these exercises:\n\nhttps://www.ayclogic.com/fix-python-bugs-2/\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260414T170000
DTEND;TZID=America/Los_Angeles:20260414T180000
DTSTAMP:20260720T181026
CREATED:20260415T010030Z
LAST-MODIFIED:20260415T010030Z
UID:33169-1776186000-1776189600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Brandon (Darin Sub)
DESCRIPTION:What we learned today:\n\nLearnt about bugs and practiced fixing code.\n\nHomework:\n\nContinue in your Apr13_FixingBugs1.py for this: https://www.ayclogic.com/fixing-python-bugs/
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-brandon-darin-sub/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260411T123000
DTEND;TZID=America/Los_Angeles:20260411T133000
DTSTAMP:20260720T181026
CREATED:20260411T204003Z
LAST-MODIFIED:20260411T204003Z
UID:33152-1775910600-1775914200@www.ayclogic.com
SUMMARY:12:30 PM - Intro to Python - Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over more random use cases.\nWe created a random password generator.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “April11_StarWars_HW.py”\nDo these exercises: https://www.ayclogic.com/intro-to-python/star-wars-problem/\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260410T170000
DTEND;TZID=America/Los_Angeles:20260410T180000
DTSTAMP:20260720T181026
CREATED:20260411T012400Z
LAST-MODIFIED:20260411T012444Z
UID:33140-1775840400-1775844000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 5-7PM!! STUDY WELL!\nThe google drive notes have been updated with the latest reviews. Your final exam is also open notes\, but not open internet.\nWhat We Did Today:\n\n\n\n\nFinished the robux system project\nReviewed for the final exam.\n\nHomework:\n\n\n\nMake 100% of progress on your final project and submit by Monday!. You should make sure you meet all the requirements as specified here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. \nSubmit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-44/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260331T173000
DTEND;TZID=America/Los_Angeles:20260331T183000
DTSTAMP:20260720T181026
CREATED:20260401T013838Z
LAST-MODIFIED:20260401T013838Z
UID:33045-1774978200-1774981800@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe continued to learn about functions.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar31_Functions_With_Return_HW.py”\nCopy down code from pages 138 to 139.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260328T123000
DTEND;TZID=America/Los_Angeles:20260328T133000
DTSTAMP:20260720T181026
CREATED:20260328T210256Z
LAST-MODIFIED:20260328T210256Z
UID:33020-1774701000-1774704600@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe continued to learn about functions.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar28_Functions2_HW.py”\nDo the try it yourself section on page 131.
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260327T170000
DTEND;TZID=America/Los_Angeles:20260327T180000
DTSTAMP:20260720T181026
CREATED:20260328T000025Z
LAST-MODIFIED:20260328T010020Z
UID:33013-1774630800-1774634400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nContinued the grocery system project\, creating visuals for the text-based game\n\nHomework:\n\n\n\nMake 100% of progress on your final project!. You should make sure you meet all the requirements as specified here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. \nSubmit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-43/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260325T190000
DTEND;TZID=America/Los_Angeles:20260325T200000
DTSTAMP:20260720T181026
CREATED:20260326T031611Z
LAST-MODIFIED:20260326T031611Z
UID:32986-1774465200-1774468800@www.ayclogic.com
SUMMARY:7 PM – AI/ML – Darin
DESCRIPTION:Today’s Activities:\n\nContinued the first project on Cat vs Dog classification\nLearned more on how training an AI model in a supervised way works.\n\nHomework:\nIn your wed-mar4-catvsdog kaggle notebook\, do the following: \n# hw: \n# label your custom dataset properly with uppercase first letter for cats and lowercase\n# first letter for dogs\n\n# run prediction on each of your images in the dataset (you should have 25 dogs and 25 cats)\n# print out the accuracy of your model (how many times it got correct / total attempts)\nNotes:\nYou can reach me at ddjapri@ayclogic.com. \nAll class notes can be found here.
URL:https://www.ayclogic.com/event/7-pm-ai-ml-darin-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260324T173000
DTEND;TZID=America/Los_Angeles:20260324T183000
DTSTAMP:20260720T181026
CREATED:20260325T014051Z
LAST-MODIFIED:20260325T014051Z
UID:32970-1774373400-1774377000@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over the quiz.\nWe learned about functions.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nCopy down code from pages 130-133.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260320T170000
DTEND;TZID=America/Los_Angeles:20260320T180000
DTSTAMP:20260720T181026
CREATED:20260320T233756Z
LAST-MODIFIED:20260320T233756Z
UID:32923-1774026000-1774029600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nContinued the grocery system project\, creating visuals for the text-based game\n\nHomework:\n\n\n\nMake 75% of progress on your final project which means drawing two object functions or more. You should be close to finished! \nSubmit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260317T173000
DTEND;TZID=America/Los_Angeles:20260317T183000
DTSTAMP:20260720T181026
CREATED:20260318T013854Z
LAST-MODIFIED:20260318T013854Z
UID:32891-1773768600-1773772200@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over the practice quiz.\n\nHomework\n\nPractice while loops.\nStudy for the quiz on Saturday!\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260314T123000
DTEND;TZID=America/Los_Angeles:20260314T133000
DTSTAMP:20260720T181026
CREATED:20260314T204423Z
LAST-MODIFIED:20260314T204423Z
UID:32873-1773491400-1773495000@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe reviewed all previous topics for the quiz.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nDo these exercises: https://www.ayclogic.com/intro-to-python-exercises/.\nYou have a quiz next class covering these topics\, make sure to study!\n\nVariable & Data Types\nInput from Shell\nIf statements\nFor loop & While loops\nLists\n\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260313T170000
DTEND;TZID=America/Los_Angeles:20260313T180000
DTSTAMP:20260720T181026
CREATED:20260314T002949Z
LAST-MODIFIED:20260314T010344Z
UID:32856-1773421200-1773424800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nReviewed how to make shape functions.\nContinued the grocery system project.\n\nHomework:\n\n\n\nMake 50% of progress on your final project which means drawing two object functions or more. Submit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-41/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260310T173000
DTEND;TZID=America/Los_Angeles:20260310T183000
DTSTAMP:20260720T181026
CREATED:20260311T014352Z
LAST-MODIFIED:20260311T014352Z
UID:32815-1773163800-1773167400@www.ayclogic.com
SUMMARY:5:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe finish going over for loops.\nWe went over while loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar10_WhileLoop_HW.py”\nPages 121-123\, Copy down the code.\nPage 123-124\, do the “Try it Yourself” sections 7-4 to 7-7.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-abigail-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260307T123000
DTEND;TZID=America/Los_Angeles:20260307T133000
DTSTAMP:20260720T181026
CREATED:20260307T214328Z
LAST-MODIFIED:20260307T214402Z
UID:32782-1772886600-1772890200@www.ayclogic.com
SUMMARY:12:30 PM – Intro to Python – Abigail
DESCRIPTION:Today We\n\n\n\n\nWe went over homework.\nWe went over for loops.\n\nHomework\n(Upload your homework into your Google Drive HW folder a day before the class starts) \n\nMake a new file called “Mar7_ForLoop_HW.py”\nCopy down code from page 54-55.\n(Page 56 – Try it Yourself Section) do 4-1 to 4-2.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/1230-pm-intro-to-python-abigail-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260306T170000
DTEND;TZID=America/Los_Angeles:20260306T180000
DTSTAMP:20260720T181026
CREATED:20260307T014410Z
LAST-MODIFIED:20260307T020755Z
UID:32773-1772816400-1772820000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Darin
DESCRIPTION:What We Did Today:\n\n\n\n\nReviewed how to make shape functions.\nCreated a kaleidoscope that changes colors using turtle python.\n\nHomework:\nIF YOU HAVEN’T ALREADY\, FINISH YOUR FINAL PROJECT PROPOSAL: \nCreate your final project proposal on paper or digital drawing! Upload a png\, jpg\, or pdf file of your proposal through taking a picture/screenshot to the google drive when done\, and name it FinalProjectProposal.extension. \nThe final project criteria is shown here: https://www.ayclogic.com/intro-to-python-final-project-criteria/. You must make sure your project proposal fits the criteria. However for this proposal you don’t need to color it\, you may just use text to describe the color of the things in your scene. \nYou can look at past projects for inspiration\, but do not duplicate what has been done 1:1 – https://www.ayclogic.com/python-projects/ \nThese are examples of project proposals: \n\n  \n\n\nOTHERWISE: \nMake 25% of progress on your final project which means drawing two object functions or more. Submit the .py file to the google drive if you are done. \n\n\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR