BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241017T180000
DTEND;TZID=America/Los_Angeles:20241017T190000
DTSTAMP:20260425T053518
CREATED:20241018T020320Z
LAST-MODIFIED:20241018T021432Z
UID:27119-1729188000-1729191600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWe went over the quiz review and answered any questions\nWe reviewed any topics for the quiz to go over\n\nHomework\n\nReview for the quiz\, the quiz review we did in class can be found here https://drive.google.com/file/d/1wJmddV7JmmfAON5mWiX2oW_MVsVAZbet/view?usp=sharing\nQuiz will be next week 10/22\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-36/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241017T180000
DTEND;TZID=America/Los_Angeles:20241017T190000
DTSTAMP:20260425T053518
CREATED:20241018T030540Z
LAST-MODIFIED:20241018T030540Z
UID:27123-1729188000-1729191600@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did:\n\nReview hw 2\nStudy Guide\n\n what is an integer\, a string\, and a float\n how to do for and while loops\n how to use input() and int()\n Infinite loops with a break\n if\,elif\,else\nerror fix\n\n\n\nHomework:\n\nStudy for the test. I put a practice problem if you want\, but email me if you have any questions. Look over old homework and fix bugs if you haven’t already\n\nRecommended Studying (quiz_2_additional Practice.py) \nQuestion 1 \nGoal: Write the function gather_names_2 with the int variable max_names. gather_names will ask people for their name\, and then add that names onto a list until someone types in “quit” or the list has a number of people equal the max_names. You will return that list of names \nYou will then call gather_names\, and then randomely chose a single name in that list. \nprint the phrase “<Randomly Chosen Name>\, you have won a prize” \nThe Following topics question also  might be useful to brush up on \n\nGetting a random number or a random object from a list\nhow to write for loops/while loops to navigate lists\nhow to access\, append\, remove things from lists\nhow to find out how long lists are\nhow to ask for input\n\n  \n  \nNOTES:\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com 
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241017T190000
DTEND;TZID=America/Los_Angeles:20241017T200000
DTSTAMP:20260425T053518
CREATED:20241018T023332Z
LAST-MODIFIED:20241018T023332Z
UID:27121-1729191600-1729195200@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today We Did \n\nMore loops review (practicing all 3 kinds)\nLearned about break statements\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 pages 54\, 55\, 57\, and 58 from your book
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241017T190000
DTEND;TZID=America/Los_Angeles:20241017T200000
DTSTAMP:20260425T053518
CREATED:20241018T030721Z
LAST-MODIFIED:20241025T010556Z
UID:27125-1729191600-1729195200@www.ayclogic.com
SUMMARY:7PM - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did\n\n\n\n\n\nFor Loops: how we access across an entire a list\n\nDon’t forget to indent! All code you want to be looped/repeated should be one indent more than the for loop and right under it\n\nAnother Reminder\, the code under if/else statements need an additional indent\n\n\n Structure for a For loop is  -> for a in name_of_list:\n\nAlternately\, you can use a range to create a list of position     (Ex. range(2) =[0\,1])\n\n\n\n\nrange(len(name_of_list)) vs using just name_of_list\n\nUse range when you need the position later\n\nNote\, you will be using  name_of_list[0] to access inside the list with range\n\n\n\n\n\n\n\nHomework and Reminders \n\ncopy pages 54 and 55 and the try it yourself on pg 56 (4-1/4-2)\nName it For_loop_practice_october_17.py\nUpload your answer to google drive before next week Wednesday night\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-intro-to-python-joshua-widjanarko-3/
END:VEVENT
END:VCALENDAR