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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T150000
DTEND;TZID=America/Los_Angeles:20230311T160000
DTSTAMP:20260606T001956
CREATED:20230312T000017Z
LAST-MODIFIED:20230312T000017Z
UID:18450-1678546800-1678550400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nStarted robot builder project\, drawing a full robot using rectangles\nBuilt robot body and part of left arm\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR11_robot_builder_hw\, please submit by next Friday.\nHomework:\na) Modify our rectangle function to fill our rectangle with color\nb) Finish drawing the robot’s left arm\nc) (Extra Credit) If you have enough time\, you can start trying to draw the robot’s right arm (we’ll do this in class\, so you don’t have to)
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T140000
DTEND;TZID=America/Los_Angeles:20230311T150000
DTSTAMP:20260606T001956
CREATED:20230311T225818Z
LAST-MODIFIED:20230311T225818Z
UID:18447-1678543200-1678546800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nCreate both legs and one foot from robot.\nLearned how we can calculate the position of each new body part with math\, but also by using a good guess and changing the numbers according to what the new position is.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR11_robot_builder_hw\, please submit by next Friday.\nHomework: Copy code from class into a new file named MAR11_robot_builder_hw.py\, and attempt to draw the right foot of our robot.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230310T173000
DTEND;TZID=America/Los_Angeles:20230310T183000
DTSTAMP:20260606T001956
CREATED:20230311T023022Z
LAST-MODIFIED:20230311T024802Z
UID:18425-1678469400-1678473000@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nNext week is a 2 hour final test. The final test starts at 5 PM to 7 PM. Don’t be late.\nThe test is open book.\nMake sure you study the following programs\n\nTurtle program draw face or your turtle project.\nGroceryShoppingCart\nRobuxShoppingCart
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230308T183000
DTEND;TZID=America/Los_Angeles:20230308T193000
DTSTAMP:20260606T001956
CREATED:20230309T034252Z
LAST-MODIFIED:20230309T034252Z
UID:18407-1678300200-1678303800@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed star wars homework and worked through the rest of it together\nStarted hangman game\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR8_hangman_hw\, please submit by next Tuesday.\nHomework: In your “MAR8_hangman.py” file\, we need to update our hidden_name list when the user guesses the right letter.\na) Check if the user’s guess was right (if guess in name)\nb) If it was right\, then loop through every index (i) in the range of hidden_name\nc) Inside this loop\, check if guess is equal to name[i] (the current character of the name) to get the index we need to change\nd) If the guess was equal to the current character\, set hidden name at that index (i) to name at that index (i)
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230307T170000
DTEND;TZID=America/Los_Angeles:20230307T180000
DTSTAMP:20260606T001956
CREATED:20230308T041927Z
LAST-MODIFIED:20230308T041927Z
UID:18396-1678208400-1678212000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nNext week is 2 hours final test. The test is an open book test.\nPlease study the following\n\nRobux Shopping Cart\nGrocery Shopping Cart\nTurtle codes\, like draw face.\n\n\nAll python files that we have done in the class can be found in https://drive.google.com/drive/u/0/folders/10gSNvKsNKHapu_-rKAYYOR56UVBblwp2
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T180000
DTEND;TZID=America/Los_Angeles:20230304T190000
DTSTAMP:20260606T001956
CREATED:20230311T180505Z
LAST-MODIFIED:20230311T180505Z
UID:18436-1677952800-1677956400@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed getting shell from the input and flow of if-elif-else statements.\nLearned how to convert shell input from string into an int.\nBriefly learned about lists.\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nMar11_shell_homework2.py\,   #3 from do-it-yourself https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T150000
DTEND;TZID=America/Los_Angeles:20230304T160000
DTSTAMP:20260606T001956
CREATED:20230305T001206Z
LAST-MODIFIED:20230311T215610Z
UID:18341-1677942000-1677945600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nColor shapes with turtle.begin_fill() & turtle.end_fill()\nMove and turn pen with turtle.forward() & turtle.right()\nDrawing rectangles in different ways\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR4_turtle_shapes_hw\, please submit by next Friday.\nHomework: Finish numbers 4 and 5 from the website linked below\, and remember to use the coordinate picture on number 6 for help.\nhttps://www.ayclogic.com/event/6-pm-intro-to-python-46/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T140000
DTEND;TZID=America/Los_Angeles:20230304T150000
DTSTAMP:20260606T001956
CREATED:20230305T000810Z
LAST-MODIFIED:20230305T001209Z
UID:18342-1677938400-1677942000@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nRobot builder left and right arm\nReviewed why functions are useful for large projects like this\nturtle.forward() & turtle.right()\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR4_robot_builder_hw\, please submit by next Friday.\nHomework: Copy code from “MAR4_robot_builder” made in class. Create “right_arm” function taking x\, y\, and color as parameters. In two lines\, use the rectangle function to draw the right arm and test it out the same way we called our left arm function. Please submit by next Friday
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T100000
DTEND;TZID=America/Los_Angeles:20230304T110000
DTSTAMP:20260606T001956
CREATED:20230304T034630Z
LAST-MODIFIED:20230304T034630Z
UID:18324-1677924000-1677927600@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe went over how to fix python errors. How to read python errors.\n\nHomework\n\nCreate March4_2ndQuizPrep.py\nDo exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T173000
DTEND;TZID=America/Los_Angeles:20230303T183000
DTSTAMP:20260606T001956
CREATED:20230304T024233Z
LAST-MODIFIED:20230304T024233Z
UID:18322-1677864600-1677868200@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb24_RobuxShoppingCart.py\nAdd codes so your program can have these 2 features\n\nIt will not allow to make purchase if you do not have enough robux\nYou will be able to add 200 robux if you enter the right credit card number ABCD1234.\n\n\nIf you do it correctly\, it will do the following\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 3\nYou only have 300 robux remaining. Therefore you cannot purchase VIP Server for 500 robux.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: asdfasd\nYou have entered an invalid credit card number\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: ABCD1234\nThank you for purchasing 200 Robux. You now have 500 robux remaining.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230301T183000
DTEND;TZID=America/Los_Angeles:20230301T193000
DTSTAMP:20260606T001956
CREATED:20230302T033315Z
LAST-MODIFIED:20230309T022407Z
UID:18314-1677695400-1677699000@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nMixed functions with random module\nMixed functions with for loops and while loops\nMixed functions with if statements\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR1_starwars_hw\, please submit by next Monday.\nHomework: Since last time you were only supposed to do #1\, do #2 – #4 from the following link:\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230228T170000
DTEND;TZID=America/Los_Angeles:20230228T180000
DTSTAMP:20260606T001956
CREATED:20230301T012838Z
LAST-MODIFIED:20230304T004232Z
UID:18285-1677603600-1677607200@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nFor those who are not done with the Turtle project\, please continue with it. It is due on March 14. You can get 10% bonus if you submit by March 7.\nInside Feb14_GroceryShoppingCart.py\, change the code to be smaller. Use function to remove code duplication. Inside the function\, in the first line inside the function\, you need to put the following line global total_price to avoid python complaining about total_price variable.\nInside Feb28_RobuxShoppingCart.py\, add code to make sure user cannot buy when they don’t have enough robux. Your program should print similar to this one: You only have 0 robux remaining. Therefore you cannot purchase Hat for 100 robux.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T150000
DTEND;TZID=America/Los_Angeles:20230225T160000
DTSTAMP:20260606T001956
CREATED:20230226T002103Z
LAST-MODIFIED:20230301T034045Z
UID:18256-1677337200-1677340800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nBasic turtle\npenup()\, pendown()\nbgcolor()\, color()\nbegin_fill()\, end_fill()\ngoto()\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework FEB25_turtle_hw.py\, please submit by next Friday.\nHomework: Remember to name it FEB25_turtle_hw.py\, not what the website says. Homework link here\, only start with drawing a square (#3):\nhttps://www.ayclogic.com/event/6-pm-intro-to-python-46/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T140000
DTEND;TZID=America/Los_Angeles:20230225T150000
DTSTAMP:20260606T001956
CREATED:20230225T225727Z
LAST-MODIFIED:20230301T034125Z
UID:18254-1677333600-1677337200@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nBasic turtle\npenup()\, pendown()\nbgcolor()\, color()\nbegin_fill()\, end_fill()\ngoto()\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework FEB25_turtle_hw.py\, please submit by next Friday.\nHomework: Remember to name it FEB25_turtle_hw.py\, not what the website says. Homework link here:\nhttps://www.ayclogic.com/event/6-pm-intro-to-python-46/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230224T173000
DTEND;TZID=America/Los_Angeles:20230224T183000
DTSTAMP:20260606T001956
CREATED:20230225T023821Z
LAST-MODIFIED:20230225T023821Z
UID:18229-1677259800-1677263400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb24_RobuxShoppingCart.py\nAdd codes so your program can do the following features\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 1\nYou have purchased hat for 100 Robux. You have 200 robux remaining.\n\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 2\nYou have purchased hair for 150 Robux. You have 50 robux remaining.\n\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: done\n\nYou have purchased the following items\nHAT\nHAIR\nYou have 50 robux remaining.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230222T183000
DTEND;TZID=America/Los_Angeles:20230222T193000
DTSTAMP:20260606T001956
CREATED:20230223T022236Z
LAST-MODIFIED:20230223T032650Z
UID:18210-1677090600-1677094200@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nHow to generate a random number\nHow to get a random element from a list\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework FEB22_magic8ball_hw\, please submit by next Monday.\nHomework: Follow the instructions given by the following link:\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230221T170000
DTEND;TZID=America/Los_Angeles:20230221T180000
DTSTAMP:20260606T001956
CREATED:20230222T020341Z
LAST-MODIFIED:20230222T020420Z
UID:18194-1676998800-1677002400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Feb14_GroceryShoppingCart.py.\n\nAdded codes to keep track of total price.\nAdded codes to response differently depending on the selection.\n\n\n\nHomework\n\nContinue on your turtle python project. The project is due on March 14. If you guys can submit by March 7\, I will give you guys additional 10% for this project.\nIf you have question\, please let me know at gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T180000
DTEND;TZID=America/Los_Angeles:20230218T190000
DTSTAMP:20260606T001956
CREATED:20230219T031023Z
LAST-MODIFIED:20230219T031023Z
UID:18155-1676743200-1676746800@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework assignment: if and else statements\nLearned about <=\, >=\, ==\, !=\, and elif (else if)\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nFeb18_If_Elif_Else_Homework.py\, Page 84\, 5-3\, 5-4
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T150000
DTEND;TZID=America/Los_Angeles:20230218T160000
DTSTAMP:20260606T001956
CREATED:20230218T224557Z
LAST-MODIFIED:20230218T224557Z
UID:18150-1676732400-1676736000@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nQuiz 2\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework\, enjoy the long weekend! 🙂
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T140000
DTEND;TZID=America/Los_Angeles:20230218T150000
DTSTAMP:20260606T001956
CREATED:20230218T224600Z
LAST-MODIFIED:20230218T224600Z
UID:18149-1676728800-1676732400@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nQuiz 2\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework\, enjoy the long weekend! 🙂
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T100000
DTEND;TZID=America/Los_Angeles:20230218T110000
DTSTAMP:20260606T001956
CREATED:20230218T034250Z
LAST-MODIFIED:20230218T040028Z
UID:18133-1676714400-1676718000@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb18_Magic8BallV1.py. Change the code so it can the program can provide more answers:\n\nYes\nNo\nMaybe\nAbsolutely\nNo way\nI am not sure\n\n\nCreate a new file Feb18_Magic8BallV2.py. Create another version of Magic8Ball program\, this time use random.choice.\nOptional homework. But if you do it correctly\, I will increase 10% of your 1st quiz grade. Improve Feb18_PasswordCreator.py\n\n7% – Right now the code produce <action><animal><num>. The improvement will do the following\, it can randomize the order:\n\n<animal><action><num>\n<num><action><animal>\n<action><num><animal>\n\n\n3% – Randomize the upper() and title()\n\n<animal.title()><action.upper()><num>\n<animal.upper()><action.title()><num>
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230217T173000
DTEND;TZID=America/Los_Angeles:20230217T183000
DTSTAMP:20260606T001956
CREATED:20230218T030051Z
LAST-MODIFIED:20230218T030051Z
UID:18131-1676655000-1676658600@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb10_GroceryShoppingCart.py\nAdd codes so after you are “done”\, the program will list all items that the user purchase. You have to create a list to keep track of the items the user purchase.\nFor example:\n\nWhat do you want to purchase: \n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase: \n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase: \n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 2\nYou have purchased Ice Cream for $4\n\nWhat do you want to purchase: \n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 4\n\nYou have purchased the following items:\nMILK\nMILK\nICE CREAM\nPlease pay $14\, thank you for your business.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230217T170000
DTEND;TZID=America/Los_Angeles:20230217T180000
DTSTAMP:20260606T001956
CREATED:20230218T020148Z
LAST-MODIFIED:20230218T044245Z
UID:18129-1676653200-1676656800@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Shawn
DESCRIPTION:Homework\n\nCreate a new file Feb17_StringHomework.py\nCopy codes from page 20 to page 23 from the textbook. If you see “>>>” in the book\, don’t copy this >>>. For example in the book if you see\n\n\n>>> print("Python")\n\nOnly copy print(“Python”) without the >>>\n\n\nIf you don’t have the textbook yet\, please buy it immediately. You can find the text book information in https://www.ayclogic.com/intro-to-python/ . Just for today\, I am going to give you the pages where you need to copy the codes. IntroToPythonP20toP23
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230215T183000
DTEND;TZID=America/Los_Angeles:20230215T193000
DTSTAMP:20260606T001956
CREATED:20230216T034035Z
LAST-MODIFIED:20230216T034256Z
UID:18115-1676485800-1676489400@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nPython functions with return values\nReviewed how to call functions\nReviewed what “return” does (where does the return value go?)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework FEB15_functions_return_hw\, please submit by next Tuesday.\nHomework: Only #1 from here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230214T170000
DTEND;TZID=America/Los_Angeles:20230214T180000
DTSTAMP:20260606T001956
CREATED:20230215T015116Z
LAST-MODIFIED:20230215T015116Z
UID:18050-1676394000-1676397600@www.ayclogic.com
SUMMARY:5 PM - Intro to Python - Gamas
DESCRIPTION:Homework\n\nStart working on your Turtle project and make 25% progress every week. The project is due on March 14. If you guys can submit by March 7\, I will give you guys additional 10% for this project.\nAlso\, for additional 10% more points if you guys do below
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230211T180000
DTEND;TZID=America/Los_Angeles:20230211T190000
DTSTAMP:20260606T001956
CREATED:20230212T031544Z
LAST-MODIFIED:20230212T031609Z
UID:17957-1676138400-1676142000@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework assignment: f-strings\, .upper()\, .title()\, .lower()\nLearned about newlines “\n” and tabs “\t”\nLearned about Boolean datatypes\, expressions\, and if-else statements.\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nFeb11_If_Else_Homework.py\, Pg. 79-81
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230211T150000
DTEND;TZID=America/Los_Angeles:20230211T160000
DTSTAMP:20260606T001956
CREATED:20230212T000234Z
LAST-MODIFIED:20230216T002515Z
UID:17949-1676127600-1676131200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nQuiz review homework and more quiz review\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nWe will have 2nd quiz on 02/18.\nPrepare for quiz by studying topics:\n\nvariable data types\,\nlists (how to add to list)\,\nfunctions with parameters that can return\,\nrandom module\,\nwhile loops\,\ntaking user input\n\n\nRedo exercises in https://www.ayclogic.com/intro-to-python-exercises/\nRedo exercises in https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230211T140000
DTEND;TZID=America/Los_Angeles:20230211T150000
DTSTAMP:20260606T001956
CREATED:20230212T000156Z
LAST-MODIFIED:20230216T002447Z
UID:17947-1676124000-1676127600@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nQuiz review homework and more quiz review\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nWe will have 2nd quiz on 02/18.\nPrepare for quiz by studying topics:\n\nvariable data types\,\nlists (how to add to list)\,\nfunctions with parameters that can return\,\nrandom module\,\nwhile loops\,\ntaking user input\n\n\nRedo exercises in https://www.ayclogic.com/intro-to-python-exercises/\nRedo exercises in https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230210T173000
DTEND;TZID=America/Los_Angeles:20230210T183000
DTSTAMP:20260606T001956
CREATED:20230214T215537Z
LAST-MODIFIED:20230214T215537Z
UID:18029-1676050200-1676053800@www.ayclogic.com
SUMMARY:5:30 PM - Intro to Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb10_GrocerryShoppingCart.py\n\nAdd codes in this file so it can do the following\n\nWhat do you want to purchase:\n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 1\nThank you for purchasing Frozen Pizza for $10\n\nWhat do you want to purchase:\n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: 2\nThank you for purchasing Ice cream for $4\n\nWhat do you want to purchase:\n1. Frozen Pizza - $10\n2. Ice cream - $ 4\n3. Bread - $ 6\n4. Orange Chicken - $11\nEnter "done" to pay: done\nThank you for shopping in AYC Logic supermarket.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230208T183000
DTEND;TZID=America/Los_Angeles:20230208T193000
DTSTAMP:20260606T001956
CREATED:20230214T000418Z
LAST-MODIFIED:20230216T021730Z
UID:17999-1675881000-1675884600@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFunctions without return value\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework FEB8_functions_hw\, please submit by next Tuesday.\nHomework: #7 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR