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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210802T170000
DTEND;TZID=America/Los_Angeles:20210802T190000
DTSTAMP:20260508T061317
CREATED:20210803T205517Z
LAST-MODIFIED:20210803T205608Z
UID:8811-1627923600-1627930800@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today\n1. We worked on School_Application \n2. We learned how to treat class objects as list items \n3. We learned how to utilize class methods \nHomework\n1. Create a new project in pycharm called August4_ShoppingCart \n  \nIf you guys have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-13/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210804T170000
DTEND;TZID=America/Los_Angeles:20210804T190000
DTSTAMP:20260508T061317
CREATED:20210805T024033Z
LAST-MODIFIED:20210805T024033Z
UID:8827-1628096400-1628103600@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today\n1. We created ShoppingCart with Object Oriented Programming \n2. We learned how to assign object values to a Dictionary key \n3. We learned more about the practicality of Objected Oriented Programming \nHomework\nUsing the grocery variable in the else statement I want you guys to be able to print out the bolded statements below\, so if the user selects “1” it should print “You have purchase Milk for $5”: \nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\n4. I am done\, checkout please\nEnter your selection: 1\nYou have purchase Milk for $5\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\n4. I am done\, checkout please\nEnter your selection: 2\nYou have purchase Eggs for $4\n\n\nYou should also add the “grocery” variable into the list shopping_cart. Overall this shouldn’t be too difficult it can all be done in two lines of code. \n  \nIf you guys have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-14/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T130000
DTEND;TZID=America/Los_Angeles:20210807T140000
DTSTAMP:20260508T061317
CREATED:20210807T212210Z
LAST-MODIFIED:20210807T212210Z
UID:8885-1628341200-1628344800@www.ayclogic.com
SUMMARY:SAT 1PM - OOP Python - Sohan
DESCRIPTION:What We Did Today:\n1. We used a dictionary to find an object \n2. We went over self. \nHomework:\n1. None \nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/sat-1pm-oop-python-sohan/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210809T170000
DTEND;TZID=America/Los_Angeles:20210809T190000
DTSTAMP:20260508T061317
CREATED:20210810T023656Z
LAST-MODIFIED:20210810T023656Z
UID:8928-1628528400-1628535600@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today:\n1. We worked on shopping_cart_main and shopping_cart_main2 \n2. We learned how to loop through lists containing objects \n3. We got more exposure calling methods within classes \n4. We also got more practice with accessing class attributes \nHomework:\nStudy previous lessons (especially SchoolApplication and shopping_cart_main) to prepare for the final exam on Monday \nIf you guys have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-15/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210811T170000
DTEND;TZID=America/Los_Angeles:20210811T190000
DTSTAMP:20260508T061317
CREATED:20210812T024529Z
LAST-MODIFIED:20210812T024529Z
UID:8972-1628701200-1628708400@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today:\n1. We created an adventure game to prepare for the exam \n2. Went over class attributes and methods \n3. We went over calling methods within a class \nHomework:\nStudy previous lessons to prepare for the final exam on Monday \nIf you guys have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-16/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210820T190000
DTEND;TZID=America/Los_Angeles:20210820T200000
DTSTAMP:20260508T061317
CREATED:20210821T025418Z
LAST-MODIFIED:20210821T025418Z
UID:9067-1629486000-1629489600@www.ayclogic.com
SUMMARY:7 PM - Python OOP
DESCRIPTION:Today We Do\n\nWe learned about Python Dictionary\nWe learned how to go through each element inside dictionary.\nWe learned how to check if the key exists inside dictionary.\n\nHomework\n\nCreate python file Aug20_DictionaryHomework.py\nDo exercises in\n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2\n\n\n\n 
URL:https://www.ayclogic.com/event/7-pm-python-oop/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210827T190000
DTEND;TZID=America/Los_Angeles:20210827T200000
DTSTAMP:20260508T061317
CREATED:20210828T030312Z
LAST-MODIFIED:20210828T041253Z
UID:9147-1630090800-1630094400@www.ayclogic.com
SUMMARY:7 PM - Python OOP
DESCRIPTION:Homework\n\nOn June25_ShoppingCart.py\, utilize the 2 dictionaries (item_names\, item_prices) that we created in the class to change the code inside the if statements. Change the code inside the if statements so it is no longer using “5” for the price of milk and not using “milk” as the item name. Also when printing “You have purchased Milk for $5”\, you have to use the dictionaries to replace the Milk and $5. Do these for all Milk\, Bread\, and Ice Cream elif statements
URL:https://www.ayclogic.com/event/7-pm-python-oop-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210828T100000
DTEND;TZID=America/Los_Angeles:20210828T110000
DTSTAMP:20260508T061317
CREATED:20210828T041512Z
LAST-MODIFIED:20210828T041512Z
UID:9151-1630144800-1630148400@www.ayclogic.com
SUMMARY:SAT - 10 AM - Scratch 1 - Indo
DESCRIPTION:Today We Do\n\nWe finished Tunnel Of Doom project.\n\nHomework\n\nNo homework next week.
URL:https://www.ayclogic.com/event/sat-10-am-scratch-1-indo-5/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR