BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250707T170000
DTEND;TZID=America/Los_Angeles:20250707T180000
DTSTAMP:20260502T032251
CREATED:20250708T011145Z
LAST-MODIFIED:20250708T011153Z
UID:29559-1751907600-1751911200@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed everything learnt in class\nLearnt how to use the for loop with and/or statements\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file July7_WhileLoopsHW.py and do the following:\n– From the book:\nCopy Pages 117 and 121\nDo TIY 7-4\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250702T150000
DTEND;TZID=America/Los_Angeles:20250702T160000
DTSTAMP:20260502T032251
CREATED:20250703T000842Z
LAST-MODIFIED:20250703T000842Z
UID:29542-1751468400-1751472000@www.ayclogic.com
SUMMARY:3 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed classes and methods\nSet up our SchoolSystem project\n\nHomework\nReminder: Our next class is on Wednesday 7/9. \nCreate a folder in your Google Drive called Jun2_SchoolSystem. Upload the files student.py\, teacher.py\, classroom.py\, staff.py\, and main.py to this folder. \n\nMake sure to do the code in your SchoolSystem project\nIn your student.py file:\n\nCreate a Student class. It will have 3 attributes: name\, age\, and grade\n\n\nCreate a teacher.py file. (Make sure it’s within the src folder)\n\nCreate a Teacher class. It will have 3 attributes: name\, age\, and subject_of_expertise\n\n\nCreate a classroom.py file. (Make sure it’s within the src folder)\n\nCreate a Classroom class. It will have 3 attributes: class_name\, class_type\, and size\n\n\nCreate a staff.py file. (Make sure it’s within the src folder)\n\nCreate a Staff class. It will have 5 attributes: name\, phone\, email\, age\, and duty\n\n\nIn your main.py file:\n\nImport the Student\, Teacher\, Classroom\, and Staff class.\n(You can look at the GroceryItem Class and see how we imported it into the GrocerySystemWithClass project)\n\n\nNote: We’re only making classes\, not objects\, for this homework.\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250627T170000
DTEND;TZID=America/Los_Angeles:20250627T190000
DTSTAMP:20260502T032251
CREATED:20250628T215816Z
LAST-MODIFIED:20250628T215935Z
UID:29524-1751043600-1751050800@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nReviewed lists\, dictionaries\, and classes\nFinished the Grocery System with Class project\n\nHomework\nCreate a file called June27_BugFixesandReview.py and submit into the google drive when you are finished: \n\nRedo/fix this part of last week’s homework: Try It Yourself section on pg.167. I will be reviewing this next class.\n\nAnn: Redo the homework on your own\, without any online help.\nClayton:  Finish the homework and fix any bugs.\nYanbao: Finish the homework and fix any bugs\n\n\nEveryone:\n\nCreate a list called fruit_list and make it store 5 fruit names.\nCreate a class called Fruit. The class will hold attributes such as name and color. The class will have a method eat_fruit that prints: “{fruit_name} has been eaten!”. Create 2 fruit objects: strawberry and orange. Call the eat_fruit method on both objects.\nCreate a dictionary called favorite_fruit. Keys will be people’s names\, values will be a fruit object. Make 5 key-value pairs.\n\nEx: Key: Allison. Value: Blueberry (which is a fruit object\, not a string)\n\n\nOther\n\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/5-pm-python-oop-allison-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250626T183000
DTEND;TZID=America/Los_Angeles:20250626T193000
DTSTAMP:20260502T032251
CREATED:20250627T023759Z
LAST-MODIFIED:20250627T023759Z
UID:29491-1750962600-1750966200@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nSmall review on inheritance\nOrganized our code into methods in monster project\nStarted the sword attack method\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 “JUN26_hw.py”\, just upload the entire main.py file with your changes but rename it to “JUN26_hw.py” after uploading\nHomework: Add on to sword_attack() method\n\nChoose a random number between 0 and the self.monster_object’s max_attack attribute\nRemove that amount from player.health attribute\nWe’re now able to play the game\, we can hit the monster and take damage
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250625T180000
DTEND;TZID=America/Los_Angeles:20250625T190000
DTSTAMP:20260502T032251
CREATED:20250626T025938Z
LAST-MODIFIED:20250710T030843Z
UID:29479-1750874400-1750878000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe finished reviewing first week homework.\nWe finished reviewing 2nd week homework\nWe started learning about IF ELSE statements and OR operator.\n\nHomework\n\nCreate june_25_if_else_hw.py\n\ncopy codes from pages 78-81 from the textbook\, \n\n\nNo school on July 2nd because of July 4 holiday week. https://www.ayclogic.com/observed-holidays/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250620T170000
DTEND;TZID=America/Los_Angeles:20250620T190000
DTSTAMP:20260502T032251
CREATED:20250621T004907Z
LAST-MODIFIED:20250621T005833Z
UID:29427-1750438800-1750446000@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Allison
DESCRIPTION:What We Did Today\n\nContinued learning about OOP\n\nHomework\nCreate a file called June20_Car_OOP.py and submit into the google drive when you are finished: \n\nYanbao:\n\nCatch up and review on 6/18’s lesson.\nUpload the below homework to your Google Drive:\n\n6/13 HW\n6/18 HW\nThis week’s HW\n\n\n\n\nEveryone:\n\nDo the Try It Yourself section on pg.162. Make sure to label each section with comments (Ex: #9-1\, #9-2\, #9-3).\nRead and do the codes in pg. 163-166. Make sure to run the code and understand it.\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\n\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/29427/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250618T190000
DTEND;TZID=America/Los_Angeles:20250618T200000
DTSTAMP:20260502T032251
CREATED:20250619T030417Z
LAST-MODIFIED:20250619T030417Z
UID:29406-1750273200-1750276800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:NEXT WEEK IS YOUR QUIZ 2!! DON’T BE LATE!\nWhat We Did Today:\n\nReviewed topics for the quiz\n\nHomework:\nStudy for your quiz next week! The study material can be found here. I highly recommend continuing off of the text based game to practice doing everything. \n# Contents of the Quiz2 :\n# Variables / Datatypes\n# If statements\n# Lists\n# Loops (for loops / while loops)\n\n# Functions (with/without return)\n# Debugging\n# Random (.randint and .choice)\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-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250618T150000
DTEND;TZID=America/Los_Angeles:20250618T160000
DTSTAMP:20260502T032251
CREATED:20250618T235301Z
LAST-MODIFIED:20250618T235301Z
UID:29398-1750258800-1750262400@www.ayclogic.com
SUMMARY:3 PM - Python OOP - Allison
DESCRIPTION:What We Did Today\n\nLearned about OOP\nCreated a Student class\n\nHomework\nCreate a file called June18_Dog_OOP.py and submit into the google drive when you are finished: \n\nRead and do the codes in pg. 158-161. Make sure you understand the code as the rest of the course will be based on these concepts.\nAdd any missing parts of your class notes from our class notes (see link at bottom)\nReview the homework answers (see link at bottom)\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-oop-allison/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250616T170000
DTEND;TZID=America/Los_Angeles:20250616T180000
DTSTAMP:20260502T032251
CREATED:20250617T001907Z
LAST-MODIFIED:20250617T023611Z
UID:29374-1750093200-1750096800@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed lists and for loops with lists\nLearnt how to use for loops with range() function\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:  Create a file June16_ForLoopHW2.py and do the following:\n– From the book: Page 56 TRY IT YOURSELF\n– https://www.ayclogic.com/animal-list-and-for-loop-exercises/\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250613T170000
DTEND;TZID=America/Los_Angeles:20250613T190000
DTSTAMP:20260502T032251
CREATED:20250614T030641Z
LAST-MODIFIED:20250614T030941Z
UID:29359-1749834000-1749841200@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Allison
DESCRIPTION:What We Did Today\n\nCreated PhoneBook\nCreated Grocery System with dictionary\n\nHomework\nCreate a file called June13_RobuxShoppingCart.py and submit into the google drive when you are finished: \n\nMake a copy of your RobuxShoppingCart file that you made in your Intro to Python class.\nEdit your copy so that you are using dictionaries instead of lists.\nThe only list you should have is your shopping cart. Your item inventory and prices should be dictionaries.\nYour program should work the same as it did before (ex: ask the user what they want to purchase\, break the loop when requested\, etc.)\nReview the homework answers (see link at bottom)\n\nNotes\n\nYou can reach out via allison@ayclogic.com if you have any questions.\nClass notes and previous homework answers can be found here: Link to Google Drive
URL:https://www.ayclogic.com/event/python-oop-allison/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250612T183000
DTEND;TZID=America/Los_Angeles:20250612T193000
DTSTAMP:20260502T032251
CREATED:20250613T012457Z
LAST-MODIFIED:20250613T023526Z
UID:29338-1749753000-1749756600@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP – Sebastian (Darin Sub)
DESCRIPTION:Today we did \n\nReviewed the Supermarket Application\nStarted the Monster Inheritance project\, learned about inheritance.\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\nPage 168 to 170: Copy Codes\nPage 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-darin-sub/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250611T190000
DTEND;TZID=America/Los_Angeles:20250611T200000
DTSTAMP:20260502T032251
CREATED:20250612T015847Z
LAST-MODIFIED:20250612T015847Z
UID:29326-1749668400-1749672000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed debugging homework\nReviewed topics for the quiz\n\nHomework:\nCreate a new file called June11_Quiz2Review.py and do the following: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \nSubmit into the google drive here when you are finished! \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-26/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250611T190000
DTEND;TZID=America/Los_Angeles:20250611T200000
DTSTAMP:20260502T032251
CREATED:20250612T015411Z
LAST-MODIFIED:20250612T015411Z
UID:29320-1749668400-1749672000@www.ayclogic.com
SUMMARY:5PM – Intro To Python – Daniel (Darin Sub)
DESCRIPTION:What We Did\n\nWe reviewed homework and all concepts in anticipation of next week’s quiz.\n\nHomework\n\nStudy for your quiz next week!\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-python-daniel-darin-sub/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250609T170000
DTEND;TZID=America/Los_Angeles:20250609T180000
DTSTAMP:20260502T032251
CREATED:20250610T000341Z
LAST-MODIFIED:20250610T010956Z
UID:29281-1749488400-1749492000@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to use lists\nLearnt how to use the for loop for lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate June9_ForLoopWithListsHW.py\, and copy from these pages: Pages 54 and 55\n\nContinue in your May19_ListsHW.py\, and do these pages depending on your book edition:\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\n\n\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250606T170000
DTEND;TZID=America/Los_Angeles:20250606T190000
DTSTAMP:20260502T032251
CREATED:20250607T022019Z
LAST-MODIFIED:20250607T022114Z
UID:29265-1749229200-1749236400@www.ayclogic.com
SUMMARY:Python OOP - Allison (Darin Sub)
DESCRIPTION:What We Did Today\n\nInstalled and setup PyCharm\nLearnt about dictionaries\, and most of the functionality needed for the rest of this class\n\nHomework\nCreate a file called June6_DictionaryHW.py and submit into the google drive when you are finished: \n\nCopy code from page 100\, 101.\nDo Page 99 TRY IT YOURSELF. 6-1 and 6-2 (LABEL THE NUMBERS WITH COMMENTS)\nTRY IT YOURSELF page 105\n\nNotes\nYou can reach out via allison@ayclogic.com if you have any questions. \nClass notes can be found here: here
URL:https://www.ayclogic.com/event/python-oop-allison-darin-sub/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250605T183000
DTEND;TZID=America/Los_Angeles:20250605T193000
DTSTAMP:20260502T032251
CREATED:20250606T023611Z
LAST-MODIFIED:20250606T023611Z
UID:29263-1749148200-1749151800@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nStart the supermarket application\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 today
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-11/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250604T190000
DTEND;TZID=America/Los_Angeles:20250604T200000
DTSTAMP:20260502T032251
CREATED:20250605T015520Z
LAST-MODIFIED:20250605T025637Z
UID:29249-1749063600-1749067200@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to create and use functions\nReviewed about using the random function\nLearnt how to debug\n\nHomework:\nCreate a new file called June4_DebuggingHW.py and do the following: https://www.ayclogic.com/fix-python-bugs-2/ \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-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250529T183000
DTEND;TZID=America/Los_Angeles:20250529T193000
DTSTAMP:20260502T032251
CREATED:20250530T022934Z
LAST-MODIFIED:20250530T022934Z
UID:29175-1748543400-1748547000@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nFinished the entire library system application\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: Complete the remaining methods\n\nFind book by ID (same as name but with ID)\nList old books (any book with publish_year before 2000)
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250528T190000
DTEND;TZID=America/Los_Angeles:20250528T200000
DTSTAMP:20260502T032251
CREATED:20250529T030212Z
LAST-MODIFIED:20250529T030212Z
UID:29171-1748458800-1748462400@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:  \nWhat We Did Today:\n\nReviewed functions with/without RV\nLearnt about the random function\n\nHomework:\nContinue in your file called May28_StarWarsHW.py and do the following: here \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 \n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-darin-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250522T183000
DTEND;TZID=America/Los_Angeles:20250522T193000
DTSTAMP:20260502T032251
CREATED:20250523T024016Z
LAST-MODIFIED:20250523T024016Z
UID:29124-1747938600-1747942200@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nFinish all the different Staff methods\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 this week
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250521T190000
DTEND;TZID=America/Los_Angeles:20250521T200000
DTSTAMP:20260502T032251
CREATED:20250522T034410Z
LAST-MODIFIED:20250522T034410Z
UID:29118-1747854000-1747857600@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed functions with/without RV\nLearnt about the random function\n\nHomework:\nCreate a new file called May21_Magic8Ball.py and do the following: https://www.ayclogic.com/intro-to-python/magic-8-ball/ \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-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250519T180000
DTEND;TZID=America/Los_Angeles:20250519T190000
DTSTAMP:20260502T032251
CREATED:20250520T011324Z
LAST-MODIFIED:20250520T011324Z
UID:29090-1747677600-1747681200@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nContinue reviewing lists and loops\nFirst quiz review\nMonday 6:00PM class code:\nhttps://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?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: Complete each question from here:\n\nhttps://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250519T170000
DTEND;TZID=America/Los_Angeles:20250519T180000
DTSTAMP:20260502T032251
CREATED:20250520T003317Z
LAST-MODIFIED:20250520T010343Z
UID:29085-1747674000-1747677600@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed how to get input from the shell\nLearnt about using ‘or’ + ‘and’ in if statements and how to use lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate May19_ListsHW.py\, and copy from these pages:\n\n2nd edition: Page 38 to 41: access\, modify\, append\, remove\n2nd edition: TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6 \n\n3rd edition: Page 37 to 41 (do not do the “Try It Yourself”)\n3rd edition: TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\n\n\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250515T183000
DTEND;TZID=America/Los_Angeles:20250515T193000
DTSTAMP:20260502T032251
CREATED:20250516T033056Z
LAST-MODIFIED:20250516T033450Z
UID:29068-1747333800-1747337400@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nLearned how to search through dictionaries and lists\, and the differences between them\nRemembered how to loop through dictionaries\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: Finish the equivalent functions for find_teacher and list_teachers_dictionary
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250514T190000
DTEND;TZID=America/Los_Angeles:20250514T200000
DTSTAMP:20260502T032251
CREATED:20250515T030025Z
LAST-MODIFIED:20250515T030025Z
UID:29060-1747249200-1747252800@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReview functions without return values\nLearnt about functions with return values!\n\nHomework:\nCreate a new file called May14_Functions_HW2.py and do the following (use comments so i know which part you are doing): \n\nCopy code from these pages:\n2nd edition: 138\, 139\n3rd edition: 137-139\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 7\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-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250512T180000
DTEND;TZID=America/Los_Angeles:20250512T190000
DTSTAMP:20260502T032251
CREATED:20250513T015820Z
LAST-MODIFIED:20250513T022429Z
UID:29039-1747072800-1747076400@www.ayclogic.com
SUMMARY:6:00 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nLearned about lists\nLearned about the 3 different kind of loops\n\nwhile loops\nfor loops using the range() function\nfor each loop\n\n\nWe covered a lot today because you learn very quickly\, we’ll definitely revisit most of these topics tomorrow so don’t worry if it doesn’t sink in the first time\, you did great!\nMonday 6:00PM class code:\nhttps://drive.google.com/drive/folders/1EJ3L9sHx0pYuyJ9jnGX1o144Lki3lZWn?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 continue using the naming convention you’ve been using\nHomework: \n\nUsing a for loop with range\, print every odd number from 1 to 10 (including 1)\nBonus question:\n\nCreate a list of fruits: apple\, banana\, kiwi\, strawberry\, grape\nUse any kind of loop to print any fruit with more than 5 letters
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-sebastian-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250512T170000
DTEND;TZID=America/Los_Angeles:20250512T180000
DTSTAMP:20260502T032251
CREATED:20250513T002632Z
LAST-MODIFIED:20250513T010033Z
UID:29035-1747069200-1747072800@www.ayclogic.com
SUMMARY:5 pm – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nContinued learning if statements\nReviewed data types and variables\nLearnt how to get input from the shell\nNext week we will learn about using ‘or’ + ‘and’ in if statements and how to use lists\n\nHomework:\nSubmit to the google drive: here when you are finished! \n\nHomework:\n\nCreate May12_InputHW.py\n\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2\nTell Me Your Age homework ONLY number 1: 6th week\n\n\n\n\n\nNotes:\nYou can reach out to me at ddjapri@ayclogic.com if you have any questions! \nYou can find class notes here.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-darin-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250508T183000
DTEND;TZID=America/Los_Angeles:20250508T193000
DTSTAMP:20260502T032251
CREATED:20250509T025849Z
LAST-MODIFIED:20250509T025849Z
UID:29008-1746729000-1746732600@www.ayclogic.com
SUMMARY:6:30 PM – Python OOP  – Sebastian
DESCRIPTION:Today we did \n\nStart school system\n\nCreate add_student()\nCreate list_students()\n\n\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\nI just realized I haven’t set up the Google Drive yet\, sorry\, we will go over homework next class and I will create/add you to the new folders\nHomework: Create a new file called MAY8_hw.py\n\nCreate a new teacher object with attributes: name\, age\, subject\nCreate attributes\n\nself.teacher_dictionary\, self.teacher_list\, exactly like the other student attributes\nYou can add some sample objects if you want the same way we did for students\, but up to you\n\n\nCreate functions:\n\nadd_teacher()\, should look exactly like add_student() but asks for subject instead of grade\nlist_teachers()\, should look exactly like list_students() but loops over teacher list instead
URL:https://www.ayclogic.com/event/630-pm-python-oop-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250507T190000
DTEND;TZID=America/Los_Angeles:20250507T200000
DTSTAMP:20260502T032251
CREATED:20250508T030106Z
LAST-MODIFIED:20250508T030106Z
UID:28999-1746644400-1746648000@www.ayclogic.com
SUMMARY:7 PM – Intro To Python – Darin
DESCRIPTION:What We Did Today:\n\nReviewed the first quiz\nLearnt about functions without return values!\n\nHomework:\nCreate a new file called May7_FunctionsWithoutRV_HW1.py and do the following (use comments so i know which part you are doing): \n\nCopy codes from page 130 to 133.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6\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-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250506T170000
DTEND;TZID=America/Los_Angeles:20250506T190000
DTSTAMP:20260502T032251
CREATED:20250506T235620Z
LAST-MODIFIED:20250506T235620Z
UID:28983-1746550800-1746558000@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Darin
DESCRIPTION:What We Did Today:\n\nDid our final exam\, you will see results by the weekend.\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-32/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR