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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T090000
DTEND;TZID=America/Los_Angeles:20221015T100000
DTSTAMP:20260425T203556
CREATED:20221015T171251Z
LAST-MODIFIED:20221015T171251Z
UID:15786-1665824400-1665828000@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nCovered more examples of functions with return values. Did 3 problems together as a group\nHad each student write their own functions to solve a problem\nIntroduction to random module and to the randint and choice functions\nrandint – used to randomly generate a number in a range\nchoice – randomly choose a value from a list\n\nHomework\nIn a file called StarWarsRandomHW.py\, do the following problems from https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T100000
DTEND;TZID=America/Los_Angeles:20221015T110000
DTSTAMP:20260425T203556
CREATED:20221015T044313Z
LAST-MODIFIED:20221022T013427Z
UID:15777-1665828000-1665831600@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed List homework from page 42 and 43.\nWe learned about For Loop. How to use for loop to go through each element inside a list.\nHow to put if else statement inside a list.\n\nHomework\n\nCreate Oct15_ForLoopListHomework.py\nDo the exercises from https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nAlso copy codes from page 54.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-indo-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T140000
DTEND;TZID=America/Los_Angeles:20221015T150000
DTSTAMP:20260425T203556
CREATED:20221015T215749Z
LAST-MODIFIED:20221015T215749Z
UID:15799-1665842400-1665846000@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFor loops using range() (gives us every index)\nFor each loops (gives us every value)\nRemember     list[index] gives us the value at that index\, even inside for loops\n\nHomework\n\nOnly https://www.ayclogic.com/animal-list-and-for-loop-exercises/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T140000
DTEND;TZID=America/Los_Angeles:20221015T150000
DTSTAMP:20260425T203556
CREATED:20221016T030547Z
LAST-MODIFIED:20221016T030547Z
UID:15813-1665842400-1665846000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe finished reviewing Dictionary homework. We reviewed phone book small program and how to utilize Python Dictionary to store and search phone numbers.\nWe learned how to read error messages in Python and Pycharm.\n\nHomework\n\nCreate Oct15_FixPythonErrorHomework.py\nCopy and paste code from https://www.ayclogic.com/fixing-python-bugs/ and fix all the errors.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T150000
DTEND;TZID=America/Los_Angeles:20221015T160000
DTSTAMP:20260425T203556
CREATED:20221015T225800Z
LAST-MODIFIED:20221015T225800Z
UID:15801-1665846000-1665849600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned about range(value) function\, gives list from 0 to value – 1 (ex: range(4) gives [0\, 1\, 2\, 3])\nLearned about for each loops\, gives every value in list\nLearned about for loops that give every value in list ( for index in range(len(list)) )\n\nHomework\n\nhttps://www.ayclogic.com/animal-list-and-for-loop-exercises/\nONLY number 1: https://www.ayclogic.com/tell-me-your-age/\n\n 
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T180000
DTEND;TZID=America/Los_Angeles:20221015T190000
DTSTAMP:20260425T203556
CREATED:20221016T022451Z
LAST-MODIFIED:20221018T194504Z
UID:15806-1665856800-1665860400@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Bill
DESCRIPTION:Today We Did\n\nWe finished SchoolSystem program.\n\nHomework\n\nCreate a new Book class inside book.py. Add all necessary attributes according to below expected behavior.\nCreate BookSystem class inside main.py and add the following features:\n\nAdd book\n\nUse Dictionary to store books.\nThe key of the dictionary would be bookId\, the value would be Book class.\n\n\nList all books\n\n\nExamples\n\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 3\n\nLIST ALL BOOKS\n111 - Chamber of Secrets by JK Rowling published on 2012\n222 - Goblet of Fire by JK Rowling published on 2013\nabcd - The Fellowship of the Ring by JRR Tolkien published on 2022\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 2\n\nADD NEW BOOK\nEnter book name: Lightning Thief\nEnter book author: Rick Riordan\nEnter publication year: 2005\nEnter book id: 333\n\nEnter one of the following:\n1. Exit\n2. Add Book\n3. List all books\n4. Find book by book id\n5. Find book by name\n6. List all books before year 2010\nPlease enter your selection: 3\n\nLIST ALL BOOKS\n111 - Chamber of Secrets by JK Rowling published on 2012\n222 - Goblet of Fire by JK Rowling published on 2013\nabcd - The Fellowship of the Ring by JRR Tolkien published on 2022\n333 - Lightning Thief by Rick Riordan published on 2005
URL:https://www.ayclogic.com/event/6-pm-python-oop-bill-10/
CATEGORIES:OOP Python
END:VEVENT
END:VCALENDAR