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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250325T180000
DTEND;TZID=America/Los_Angeles:20250325T190000
DTSTAMP:20260502T102642
CREATED:20250326T005257Z
LAST-MODIFIED:20250326T033406Z
UID:28483-1742925600-1742929200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nLearned about inheritance\n\nHomework:\nIn your human.py and basketballPlayer.py\, implement the following: \n\n\n"""\nHomework:\n\ncreate a new attribute (variable) in the human class called totalPoints\ncreate a new method called self.increasePoints in human.py in the Human class that increments the totalPoints by 1\n\noverride self.increasePoints to increase by 10 \n"""\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-26/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250324T190000
DTEND;TZID=America/Los_Angeles:20250324T200000
DTSTAMP:20260502T102642
CREATED:20250325T030134Z
LAST-MODIFIED:20250325T030134Z
UID:28470-1742842800-1742846400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn about some new functions\n\nt.forward()\nt.right()\nt.left()\n\n\nLearn how to draw circles\n\nYou can draw half circles if you use the second parameter “extent”\n\n\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Please name your homework MAR24_shapes_hw.py\n\nDraw a diamond like we talked about in class only using the new functions we learned about in class\n\nt.right(ANGLE)\nt.left(ANGLE)\nt.forward(DISTANCE)\n\n\nPlease put the code for this inside a function with a good name as we always discuss in class\nMake sure you call the function so you can see the diamond
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250319T190000
DTEND;TZID=America/Los_Angeles:20250319T200000
DTSTAMP:20260502T102642
CREATED:20250320T030230Z
LAST-MODIFIED:20250320T030230Z
UID:28436-1742410800-1742414400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables\, data types\, if statements\, how to get input from the shell\, how to compare (<=\, >=\, ==\, <\, >)\, and typecasting (converting data types from one into another)\nLearnt about lists\, how to store multiple variables\, and do things like adding\, removing\, and accessing.\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Mar19_Lists_HW1.py: \n\nCopy the code from the textbook (depending on your book edition):\n2nd edition: Page 38 to 41: access\, modify\, append\, remove\n3rd edition: Page 37 to 41 (do not do the “Try It Yourself”)\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250318T180000
DTEND;TZID=America/Los_Angeles:20250318T190000
DTSTAMP:20260502T102642
CREATED:20250319T005859Z
LAST-MODIFIED:20250319T020623Z
UID:28427-1742320800-1742324400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nConverted the GroceryStore class into a Supermarket Application program.\nLearnt how to optimize the code\, make it easier for users\n\nHomework:\nIn your SupermarketApplication project\, implement the following: \n\n\n"""\nNow\, add a bool self.frozen variable to the grocery item class\nWhen you list the items\, check if it's frozen\, and if it is\, remind the user to store it in the freezer\n\nmilk - 5 - 50\nice cream - 4 - 40 - Remember to store in the freezer!\nbread - 6 - 60\nchicken - 8 - 100 - Remember to store in the freezer!\n"""\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-25/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250317T190000
DTEND;TZID=America/Los_Angeles:20250317T200000
DTSTAMP:20260502T102642
CREATED:20250318T025438Z
LAST-MODIFIED:20250318T025438Z
UID:28416-1742238000-1742241600@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinish robot builder\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Create a new file called MAR17_robot_hw.py\n\nDraw the right foot on our robot\nRemember it should share either the same x or y as the left foot\nShould it share the same width or height as the left foot as well?
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250312T190000
DTEND;TZID=America/Los_Angeles:20250312T200000
DTSTAMP:20260502T102642
CREATED:20250313T024655Z
LAST-MODIFIED:20250313T025927Z
UID:28379-1741806000-1741809600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables\, data types\, if statements\, and how to get input from the shell.\nLearnt about different ways to compare (<=\, >=\, ==\, <\, >)\nLearnt about typecasting (converting data types from one into another)\n\nHomework:\nSubmit the files into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \nCreate a new file called Mar12_InputIFfElse_HW.py: \n\nPage 114 to 116 COPY CODE\nHow the input() Function Works\nuntil\nThe Modulo Operator\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250311T180000
DTEND;TZID=America/Los_Angeles:20250311T190000
DTSTAMP:20260502T102642
CREATED:20250312T005529Z
LAST-MODIFIED:20250312T020404Z
UID:28364-1741716000-1741719600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished the Library System project\nReviewed object oriented programming concepts\n\nHomework:\nIn your Library System project\, implement the following: \n\nHomework:\n\nCreate a method that lists all books with ID greater than 5 but less than 20 (You will have to change the data type of ID)\nUse this as selection 6 (you have to the menu option for selection 6)\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-24/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250310T190000
DTEND;TZID=America/Los_Angeles:20250310T200000
DTSTAMP:20260502T102642
CREATED:20250311T030214Z
LAST-MODIFIED:20250311T030214Z
UID:28356-1741633200-1741636800@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearn how to draw rectangles the new way (using t.right and t.forward)\nStart robot project\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Create a new file called MAR10_robot_hw.py\n\nCopy all the robot code we made in class into this new file\nChange the code for the neck to look like the actual robot’s neck\n\nJust remember the neck should have a larger width than height\n\n\nPlease don’t finish the rest of the robot\, if you want to do extra credit\, think of something new to draw like a dog or a cat 🙂
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250304T180000
DTEND;TZID=America/Los_Angeles:20250304T190000
DTSTAMP:20260502T102642
CREATED:20250305T030603Z
LAST-MODIFIED:20250305T030616Z
UID:28305-1741111200-1741114800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nStarted the Library System project\nReviewed object oriented programming concepts\n\nHomework:\nIn your library system project\, implement the following: \n"""\nHomework:\n\nCreate option 2 (list books)\nYou have to create a printInfo method in book.py\, and call it in a for loop here in main.py\nrefer to school system if you are confused\n\nCreate a new method in the main.py file called self.initializeBooks()\ninside the method\, create two books and store it in the dictionary\nCall this method before you enter the while loop in the self.run method\n"""\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing \n  \n 
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-23/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250303T190000
DTEND;TZID=America/Los_Angeles:20250303T200000
DTSTAMP:20260502T102642
CREATED:20250304T040124Z
LAST-MODIFIED:20250304T040124Z
UID:28299-1741028400-1741032000@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview quiz questions\nLearn about basic turtle functions\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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 and name it MAR3_turtle_hw.py\nHomework:\n\nCreate and fill in a rectangle with any color you want\nMake sure the width (x) is 100\nMake sure the height (y) is 200\nPlease test your homework and make sure it works before submitting it
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250227T183000
DTEND;TZID=America/Los_Angeles:20250227T193000
DTSTAMP:20260502T102642
CREATED:20250228T040346Z
LAST-MODIFIED:20250228T040346Z
UID:28267-1740681000-1740684600@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nReview final project\nFinish robux system project\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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: Please finish the rest of your final projects this week\n\nMake sure you apply all the feedback I gave you\nReview the requirements one more time to double check you did everything!
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250226T190000
DTEND;TZID=America/Los_Angeles:20250226T200000
DTSTAMP:20260502T102642
CREATED:20250227T041026Z
LAST-MODIFIED:20250227T041026Z
UID:28258-1740596400-1740600000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed variables and data types\nLearnt how if statements worked\nLearnt how to use elif and else after if statements\nLearnt how to do comparison with == and !=\nLearnt how to do math with +\, -\, *\, /\nLearnt how to use ‘and’ \, ‘or’ in if statements\n\nHomework:\nSubmit this file into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \n\nCreate Feb26_StringHomework2_TIY.py\n\nFrom the book: Try it yourself page 25\, and do numbers 2-3\, 2-4\, 2-5\, and 2-6\n\n\nCreate Feb26_StringHomework2_copy.py\n\nFrom the book: Copy pages 79 – 81 (book version 2) or 78 – 81 (book version 3)\n\n\n\ntip: you can use this code below with print(f” {some_variable}  “) to print out variables while combining with other strings \nname = "darin" \nprint(f"{name} is cool!")\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250225T180000
DTEND;TZID=America/Los_Angeles:20250225T190000
DTSTAMP:20260502T102642
CREATED:20250226T030521Z
LAST-MODIFIED:20250226T030521Z
UID:28246-1740506400-1740510000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nFinished the School System project\nWent over object oriented programming concepts\nContained the main file in a class\n\nHomework:\nIn your school system project\, implement the following: \nHomework:\n\nDo options 7\, 8\, and 9\nStart by creating a staff class\, and implement the methods similar to the students and teachers\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-22/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250224T190000
DTEND;TZID=America/Los_Angeles:20250224T200000
DTSTAMP:20260502T102642
CREATED:20250225T043032Z
LAST-MODIFIED:20250225T043032Z
UID:28236-1740423600-1740427200@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nQUIZ 2\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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\nNo homework!
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250220T183000
DTEND;TZID=America/Los_Angeles:20250220T193000
DTSTAMP:20260502T102642
CREATED:20250221T032928Z
LAST-MODIFIED:20250228T015140Z
UID:28209-1740076200-1740079800@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinish grocery system project\nStarted learning how to draw letters a different way\n\nWe can obviously do this using t.goto()\nWe learned how to use t.forward() and t.right() to do this instead\n\n\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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: Continue making progress on your final project\, make sure you ask any questions during class!\n\nCompleted project is due on March 13th\nPlease upload any progress you made
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-41/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250219T190000
DTEND;TZID=America/Los_Angeles:20250219T200000
DTSTAMP:20260502T102642
CREATED:20250220T040227Z
LAST-MODIFIED:20250220T054927Z
UID:28190-1739991600-1739995200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nSetup Thonny\nLearnt how the environment works (with folders\, files\, the shell)\nLearnt about variables and data types\nLearnt a bit about how to do math in Python\n\nHomework:\nSubmit this file into the google drive: https://drive.google.com/drive/folders/1H8go-vwBIyC-4UklydoV1wFtTDM6Nr4v?usp=sharing when you are finished! \n\nCreate Feb19_StringHomework.py\n\npages 20-23 copy python codes from the book\nuse this if you don’t have the book yet:\nIntroToPythonP20toP23\n\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250218T190000
DTEND;TZID=America/Los_Angeles:20250218T210000
DTSTAMP:20260502T102642
CREATED:20250219T031413Z
LAST-MODIFIED:20250219T031413Z
UID:28177-1739905200-1739912400@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nDid our final exam\nYour results will be released within the next week.\n\nHomework:\nNone! Congratulations for making it this far! \nNotes:\nContact me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-22/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250218T180000
DTEND;TZID=America/Los_Angeles:20250218T190000
DTSTAMP:20260502T102642
CREATED:20250219T031109Z
LAST-MODIFIED:20250219T031109Z
UID:28175-1739901600-1739905200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued the School System project\nWent over object oriented programming concepts\nLearnt how to use the Find algorithm for lists and dictionaries\n\nHomework:\nIn your school system project\, implement the following: \nHomework:\n\nDo options 4\, 5\, and 6\nStart by creating a teacher class:\nTeacher class:\nself.name\nself.subject\nself.age\n\nand a method to print_info like student class\n\n\nCreate a teachersDict variable with an empty dictionary\n\noption 4: \nAdd a teacher object to the dictionary the same way you did for the studentsDict\n\noption 5:\nlist the teachers with the dictionary\n\noption 6:\nfind a teacher the same way as you did with students\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions. \nClass notes: https://drive.google.com/drive/folders/1OwtesGpGH9qm7A9cPpFKe-gooY71zxc4?usp=sharing
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-21/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250217T190000
DTEND;TZID=America/Los_Angeles:20250217T200000
DTSTAMP:20260502T102642
CREATED:20250218T035954Z
LAST-MODIFIED:20250218T035954Z
UID:28167-1739818800-1739822400@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian (Darin sub)
DESCRIPTION:Today we did\n\nPrepare for the quiz!\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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\nPrepare well for the quiz next week!
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-darin-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250213T183000
DTEND;TZID=America/Los_Angeles:20250213T193000
DTSTAMP:20260502T102642
CREATED:20250214T033731Z
LAST-MODIFIED:20250221T022848Z
UID:28139-1739471400-1739475000@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned how to make a kaleidoscope\n Started the grocery system project\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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: Continue making progress on your final project\, make sure you ask any questions during class!\n\nCompleted project is due in 3 more weeks\nPlease upload any progress you made
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-40/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250211T190000
DTEND;TZID=America/Los_Angeles:20250211T200000
DTSTAMP:20260502T102642
CREATED:20250212T040759Z
LAST-MODIFIED:20250212T040759Z
UID:28121-1739300400-1739304000@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM FROM 7-9 PM!\nWhat We Did Today:\n\nReviewed for the final exam next week. Cheat sheet is uploaded to the google drive.\n\nHomework:\n\nStudy for the final next week!\n\n  \nNotes:\nContact me at ddjapri@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-21/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250211T180000
DTEND;TZID=America/Los_Angeles:20250211T190000
DTSTAMP:20260502T102642
CREATED:20250212T040257Z
LAST-MODIFIED:20250212T040257Z
UID:28113-1739296800-1739300400@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nStarted School System project\nWent over object oriented programming concepts\n\nHomework:\nIn your school system project in the main file\, implement selection 2: \n\n\n\n# list all students like the following:\n# Name: Darin\, Hair Color: Black\, Grade: 15\n# Name: Kendrix\, Hair Color: Black\, Grade: 6\n\nhint: use the method we created in the Student class\n\n\n\nNotes:\nYou can reach me at ddjapri@ayclogic.com for any questions.
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-20/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250210T190000
DTEND;TZID=America/Los_Angeles:20250210T200000
DTSTAMP:20260502T102642
CREATED:20250211T035945Z
LAST-MODIFIED:20250211T035945Z
UID:28108-1739214000-1739217600@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nPrepare for the quiz!\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Name your homework FEB17_hw\n\nPlease try your best to complete all of the homework on this website:\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250206T183000
DTEND;TZID=America/Los_Angeles:20250206T193000
DTSTAMP:20260502T102642
CREATED:20250207T034102Z
LAST-MODIFIED:20250207T034102Z
UID:28074-1738866600-1738870200@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinished learning about how to draw different shapes and faces\nWent over the requirements for our project proposal\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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 TODAY IS VERY IMPORTANT!\n\nReview the project proposal criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nLook over these different final projects to understand what other people have done in the past so you know how complex it should be (but the more creative you are\, the better): https://www.ayclogic.com/python-projects/\nDraw a picture you’re confident you can draw using Turtle in Python\, make sure it matches all the criteria\, and submit it in your google drive named project_proposal
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-39/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250203T190000
DTEND;TZID=America/Los_Angeles:20250203T200000
DTSTAMP:20260502T102642
CREATED:20250204T035837Z
LAST-MODIFIED:20250204T035837Z
UID:28057-1738609200-1738612800@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nPractice using the Python random module\nSolving Python errors\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Finish exercise 1 and 2 from this link\, call it “FEB10_hw”:\n\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250130T183000
DTEND;TZID=America/Los_Angeles:20250130T193000
DTSTAMP:20260502T102642
CREATED:20250131T032917Z
LAST-MODIFIED:20250131T032917Z
UID:28026-1738261800-1738265400@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nFinished drawing robot\nLearned how to draw more shapes\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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: Draw the two eyes on the robot
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-38/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250128T190000
DTEND;TZID=America/Los_Angeles:20250128T200000
DTSTAMP:20260502T102642
CREATED:20250129T032732Z
LAST-MODIFIED:20250129T040330Z
UID:28003-1738090800-1738094400@www.ayclogic.com
SUMMARY:7 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued the monster inheritance project\, implementing inheritance for the Dragon class\n\nHomework:\nIn your MonsterInheritance project…. \n\n\n"""\nHomework:\n\nCreate the Hydra and Goblin classes\, and make them inherit from the Monster class. Refer to Dragon to see how this is done.\n\nMake the Hydra immune to water\, but weak to fire (receives double damage)\nnote: you have to override the method from the parent class (replace get_damaged_by_magic)\n\nMake the goblin weak to all magic types (receives double damage)\n\nNote: you have to change the class you use to create these monsters in preadd_monsters inside of main.py\n"""\n\n\nNotes:\nYou can contact me at ddjapri@ayclogic if you have any questions!
URL:https://www.ayclogic.com/event/7-pm-python-oop-darin-19/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250128T180000
DTEND;TZID=America/Los_Angeles:20250128T190000
DTSTAMP:20260502T102642
CREATED:20250129T025946Z
LAST-MODIFIED:20250129T025946Z
UID:28001-1738087200-1738090800@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nContinued learning object oriented programming with classes and objects conceptually and with code.\nReviewed HW\nGot started on implementing classes into the Grocery Shopping Cart application\n\nHomework:\nCreate a new file called OOP_hw3.py and do the following: \n\nPage 167 – TRY IT YOURSELF\n\nSubmit into the google drive when you are done! \nNotes:\nEmail me at ddjapri@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/6-pm-python-oop-darin-18/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250127T190000
DTEND;TZID=America/Los_Angeles:20250127T200000
DTSTAMP:20260502T102642
CREATED:20250131T033255Z
LAST-MODIFIED:20250204T030137Z
UID:28028-1738004400-1738008000@www.ayclogic.com
SUMMARY:7:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned about the Python random module\nMonday 7:00PM class code:\nhttps://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing\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: Finish exercise 1 and 2 from this link:\n\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-sebastian-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250123T183000
DTEND;TZID=America/Los_Angeles:20250123T193000
DTSTAMP:20260502T102642
CREATED:20250124T040855Z
LAST-MODIFIED:20250124T040855Z
UID:27974-1737657000-1737660600@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nStarted learning how to build a robot using turtle\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\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\nNo homework for this week
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-37/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR