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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230803T180000
DTEND;TZID=America/Los_Angeles:20230803T190000
DTSTAMP:20260425T155253
CREATED:20230803T153743Z
LAST-MODIFIED:20230803T154838Z
UID:20946-1691085600-1691089200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Nathalie - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed turtle python project.\nWe started Grocery Shopping Cart.\n\nHomework\n\nContinue with Aug3_GroceryShoppingCart.py\nMake sure if user select “Ice Cream” and “Bread” the program works and the program keeps track of the price of “Ice cream” and “bread”. Similar to what we did with Milk today.\nYou also need to be able to keep track of the items that you purchase.\n\nYou need to create a new variable.\nThe data type for this variable would be List.\nEverytime user select an “1”\,”2″\,”3″\, make sure to add the item name to the list.\nAfter you exit\, you need to use for loop to go through each element inside the list and list them out one by one. Look at Oct15_ListForLoopHomework.py\n\n\nChange your codes so it can do the following. For keeping track the items that you purchase\, you have to create a new variable and use List.\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 2\nYou have purchased Ice Cream for $4\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 3\nYou have purchased Bread for $6\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: exit\n\nYou have purchased the following items:\nMILK\nICE CREAM\nBREAD\nPlease pay $15\, thank you for your business.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230803T180000
DTEND;TZID=America/Los_Angeles:20230803T190000
DTSTAMP:20260425T155253
CREATED:20230803T185539Z
LAST-MODIFIED:20230804T021556Z
UID:20950-1691085600-1691089200@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nWe reviewed using for loops for lists and using range\nIntroduced the topic of while loops and conditionals\n\nHomework:\n\nCreate python file named WhileLoopHW.py and when finished upload to google drive\nFor those with the 2nd edition book\, Page 118 – 119 (do not do the “using a flag”) and Page 121 – 122 (do not do the “Using continue”)\, just copy the codes and try to understand what is going on with the while loops\nFor those with the 3rd edition book\, Page 117 – 118 (do not do the “using a flag” )and Page 121\, just copy the codes and try to understand what is going on with the while loops\nEmail me at ddjapri@ayclogic.com if you have any questions\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR