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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T090000
DTEND;TZID=America/Los_Angeles:20220910T100000
DTSTAMP:20260606T162842
CREATED:20220910T170808Z
LAST-MODIFIED:20220910T170808Z
UID:14867-1662800400-1662804000@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nWent over the review sheet in depth\nTrivia style questions for more practice for the quiz\n\nHomework\n\nStudy for the quiz!!! I strongly recommend doing practice problems and using the notes from today’s class when we went over review sheet to study. If you are able to do the problems on the review sheet comfortably\, you will do well on the quiz. Study hard now and it’ll pay off later!!! As always\, if you have questions\, feel free to email me. GOOD LUCK!!!
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220908T170000
DTEND;TZID=America/Los_Angeles:20220908T180000
DTSTAMP:20260606T162842
CREATED:20220909T023905Z
LAST-MODIFIED:20220909T024141Z
UID:14829-1662656400-1662660000@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Shoot Balloon project.\nWe added ability for the Bug to do chirping.\nWe utilized inheritance method overriding to override Sprite.kill() method.\nWe started a Loading page but we did not finish.\n\nHomework\n\nInside main.py init function\, set your game_mode back to GAME_LANDING_PAGE. Remember in the class we set it to GAME_LOADING_PAGE\, but it will remain in GAME_LOADING_PAGE unless we manually set to GAME_LOADING_PAGE for now. You have to do this otherwise you cannot do your homework.\nAdd Countdown timer 30 seconds to the game. Put it on the top right corner of the screen. This is similar to Flappy Bird game. When the count down goes to 0\, check if score is greater than 100 or not\, if it is greater than 100\, then show GAME WIN page\, if it is less than 100\, then show GAME LOSE page.\nBy the way\, in the class\, I mentioned about a website where it can generate loader/spinner images for you\, here it is: https://loading.io/
URL:https://www.ayclogic.com/event/5-pm-python-game-development-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220903T140000
DTEND;TZID=America/Los_Angeles:20220903T150000
DTSTAMP:20260606T162842
CREATED:20220903T220110Z
LAST-MODIFIED:20220903T221858Z
UID:14757-1662213600-1662217200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Sebastian
DESCRIPTION:Today We Did\n\nWe learned about Integer\, Float\, String\, Boolean\nWe learned how to combine String together using + and \, (one has space and one doesn’t)\n\nHomework\n\nCreate a new file in Thonny with this name: Sep3_StringHomework.py\nCopy codes from book page 20 to 23 IntroToPythonP20toP23\nIf you have questions\, please email to sebastian@ayclogic.com
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220903T100000
DTEND;TZID=America/Los_Angeles:20220903T110000
DTSTAMP:20260606T162842
CREATED:20220903T043810Z
LAST-MODIFIED:20220909T015056Z
UID:14751-1662199200-1662202800@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe went over the String homework2 today.\nWe reviewed String\, Integer data types.\nWe introduced Float data types.\nWe reviewed .strip()\, .rstrip()\, .lstrip() String functions.\nWe reviewed \t and \n\n\nHomework\n\nCreate Sept03_IfElseHomework.py\nIdentify what is the name of the variable\, the value and the data types of these variables below. Just put a comment (#) for each line the name\, value and data type. For example do something like this\n\n\nx = 10 # name is "x"\, value is 10\, data type Integer\n\n\nfirst_name = "Matthew"\nprice_of_a_book = 9.99\nnumber = -30\nnumber_2 = "20"\nnumber_3 = 2.0\n\n\n\nCopy codes from page 79 to 81 into the homework files and run them. Try to understand the result of the program.
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220831T180000
DTEND;TZID=America/Los_Angeles:20220831T190000
DTSTAMP:20260606T162842
CREATED:20220901T022620Z
LAST-MODIFIED:20220901T041341Z
UID:14693-1661968800-1661972400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nFinished Robux application\nDid some final test review\n\nHomework\n\nnext week is 2 hour finals. It is open book\, you should use thonny to do your coding.\nStudy the following programs\n\nAug10_RobuxSystem.py\nJuly27_grocerryshopping.py\nJune22_TurtleFaces.py\nWhile loop\, List\, len of list\, how to convert to Integer.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220830T173000
DTEND;TZID=America/Los_Angeles:20220830T183000
DTSTAMP:20260606T162842
CREATED:20220831T031802Z
LAST-MODIFIED:20220831T031802Z
UID:14669-1661880600-1661884200@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Parna
DESCRIPTION:Gamas subs \nToday We Did\n\nWe had our 2nd quiz today.\n\nHomework\n\nNo homework next week
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-parna-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T150000
DTEND;TZID=America/Los_Angeles:20220827T160000
DTSTAMP:20260606T162842
CREATED:20220827T225512Z
LAST-MODIFIED:20220827T230129Z
UID:14585-1661612400-1661616000@www.ayclogic.com
SUMMARY:3 PM - Intro To Python -  Sebastian
DESCRIPTION:Today We Did\n\nWe learned about Integer\, Float\, String\, Boolean\nWe learned how to combine String together using + and \,\n\nHomework\n\nCreate a new python file Aug27_StringHomework.py in Thonny.\nCopy codes from page 20 to 23. IntroToPythonP20toP23\nIf you have question to you can email to sebastian@ayclogic.com.\nNo class on Sept 3\, see you in Sept 10.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T140000
DTEND;TZID=America/Los_Angeles:20220827T150000
DTSTAMP:20260606T162842
CREATED:20220827T215745Z
LAST-MODIFIED:20220827T215745Z
UID:14583-1661608800-1661612400@www.ayclogic.com
SUMMARY:2 PM - Intro to Python - Gamas
DESCRIPTION:Homework\n\nCreate Aug27_ForLoopListHW.py\nCopy code from page 55.\nDo page 56 TRY IT YOURSELF: 4-1\, 4-2
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T100000
DTEND;TZID=America/Los_Angeles:20220827T110000
DTSTAMP:20260606T162842
CREATED:20220827T043752Z
LAST-MODIFIED:20220827T044828Z
UID:14561-1661594400-1661598000@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about String data type.\nWe learned about 3 String built-in functions: lower()\, upper()\, title()\nWe learned how to combine String together using Python “f” formatter.\n\nHomework\n\nIf you did not do your homework last week\, please do it.\nCreate Aug26_StringHomework2.py file in Thonny.\nDo page 25. TRY IT YOURSELF : 2-3\,2-4\, 2-5 . If you don’t have the book\, for now you can look at this: page25Python\nHomework is due Friday night. You need to upload your python files to your assigned google drive. You need to have gmail account to upload to google drive.
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T090000
DTEND;TZID=America/Los_Angeles:20220827T100000
DTSTAMP:20260606T162842
CREATED:20220827T171319Z
LAST-MODIFIED:20220831T210808Z
UID:14572-1661590800-1661594400@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nReview for the quiz with trivia style questions:\n\nwent over variables and the different types\nstring concatenation\, f-strings\, string functions\nif\, elif\, else statements\, the different operators like ==\, !=\, <\, >\, <=\, >= as well as and\, or\, not\ngetting input from the user\nconverting using cast functions like str()\, int()\, float()\ncreating lists and indexing into them\n\n\n\nAnnouncement\nThere is no class on September 3rd because of Labor Day weekend. Please look at this page for list of observed holidays for my school: https://www.ayclogic.com/observed-holidays/class will resume on September 10th. \nHomework\n\nCreate python file called “August27_WhileLoopAndReviewHomework.py” and do Page 123-124 TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7.\nHere is also the review worksheet for the quiz: https://www.ayclogic.com/intro-to-python-exercises. As mentioned in class\, try timing yourself and doing the entire quiz without any outside help/resources to get an accurate gauge of how you’re doing. Outside of this\, I highly suggest studding and reviewing on your own all the concepts. The better you study now\, the better you’ll do on the quiz. Study hard now and you’ll do amazing on the quiz. Try your best and feel free to ask any questions you have :).
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220824T180000
DTEND;TZID=America/Los_Angeles:20220824T190000
DTSTAMP:20260606T162842
CREATED:20220826T203715Z
LAST-MODIFIED:20220826T203930Z
UID:14535-1661364000-1661367600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Robux System. We added purchase_item function to eliminate code duplication.\nWe keep track robux_spent by creating a new variable.\n\nHomework\n\nContinue with Robux system\, add a feature to keep track of items purchased that are less than 200 robux. Look at the example below\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\n5. Exit\nEnter your selection: 4\nHow much robux you want to add: 1000\nYour robux balance is now 1300\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\n5. Exit\nEnter your selection: 1\nYou purchased a Hat\, you have 1200 robux remaining\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\n5. Exit\nEnter your selection: 3\nYou purchased a VIP Server\, you have 700 robux remaining\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\n5. Exit\nEnter your selection: 5\n\nYou have purchased the following items:\nHat\nVip Server\n\nThese are items that you purchased that are less than 200 robux: \nHat\n\nYour remaining robux is 700 robux.\n\nYou have spent 600 robux.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T140000
DTEND;TZID=America/Los_Angeles:20220820T150000
DTSTAMP:20260606T162842
CREATED:20220820T215856Z
LAST-MODIFIED:20220820T220109Z
UID:14474-1661004000-1661007600@www.ayclogic.com
SUMMARY:2 PM - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about IF ELSE ELIF statements\nWe learned how to get input from shell\nWe learn about List.\n\nHomework\n\nCreate Aug20_HowOldAreYou.py and do exercise from this page (only number 1): https://www.ayclogic.com/tell-me-your-age/\nCreate Aug20_ListHomework.py and copy codes from Page 38 to 41.\nIf you have question\, please email me at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260606T162842
CREATED:20220820T041007Z
LAST-MODIFIED:20220820T060219Z
UID:14450-1660989600-1660993200@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nCreate a new python file Aug20_StringHomework.py\nCopy codes from page 20 to 23. For those who do not have the book yet\, click this link IntroToPythonP20toP23\n\nWhen you see >>> copy the code after it\nFor example >>> print(‘Python’) then only copy  print(‘Python’) to the python file and run it.
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T090000
DTEND;TZID=America/Los_Angeles:20220820T100000
DTSTAMP:20260606T162842
CREATED:20220820T174538Z
LAST-MODIFIED:20220820T174538Z
UID:14458-1660986000-1660989600@www.ayclogic.com
SUMMARY:9AM - Intro To Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed for loops and iterating by elements as well as index\nReview append\, insert\, remove\, pop\, del list functions\nIntroduced while loops as a way of executing certain code while a certain condition is true\nIntroduced the break keyword and went over multiple examples that used it with while True\n\nHomework\n\nCreate python file called “August20_ForAndWhileLoopHomework.py” and do Page 57-58. Also do TRY IT YOURSELF from page 60: 4-3\, 4-4. Also page 118 and 121
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T180000
DTEND;TZID=America/Los_Angeles:20220817T190000
DTSTAMP:20260606T162842
CREATED:20220818T015820Z
LAST-MODIFIED:20220818T015844Z
UID:14416-1660759200-1660762800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinued on Aug10_RobuxSystem.py\nAdd code so you can keep track of all items purchased.\nAdd code so when user exit\, the program needs to print all items purchased and also print the remaining robux money.\nAlso add ability to add more Robux when user enter “4”.\nLook at examples:\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\n5. Exit\nEnter your selection: 1\nYou purchased a Hat. You have 200 robux remaining.\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\n5. Exit\nEnter your selection: 2\nYou purchased a Hair. You have 50 robux remaining.\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\n5. Exit\nEnter your selection: 4\n\nEnter Robux you want to add: 1000\nNow you have 1050 Robux remaining.\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\n5. Exit\nEnter your selection: 5\n\nYou have purchased the following items:\n1. Hat\n2. Hair\nYour remaining Robux balance is 1050 Robux.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220809T073000
DTEND;TZID=America/Los_Angeles:20220809T083000
DTSTAMP:20260606T162842
CREATED:20220809T152819Z
LAST-MODIFIED:20220809T152908Z
UID:14292-1660030200-1660033800@www.ayclogic.com
SUMMARY:7:30 AM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe continued with the quiz for number 6.\nWe continued with the Intro To Turtle by coloring the background color and coloring the shapes.\n\nHomework\n\nFinish the quiz from number 7 and number 8.\nIn your Aug2_IntroToTurtle.py file\, color the octagon with aqua color. Make sure inside the octagon is also aqua color. Color the triangle with red color.
URL:https://www.ayclogic.com/event/730-am-intro-to-python-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220806T140000
DTEND;TZID=America/Los_Angeles:20220806T150000
DTSTAMP:20260606T162842
CREATED:20220806T162913Z
LAST-MODIFIED:20220806T162913Z
UID:14239-1659794400-1659798000@www.ayclogic.com
SUMMARY:SAT - 2 PM - Intro To Python - Gamas
DESCRIPTION:The class was on 8 AM \nToday We Did\n\nWe went over String homework. We learned about String built-in functions: .title()\, .upper()\, .lower()\, .strip(). We learned about String formater.\nWe learned about Float/Double and Boolean data types.\nWe started learning about IF ELSE statement.\n\nHomework\n\nCreate a new file Aug6_IFElSE_Homework.py\nCopy codes from pages 79-81. Run the code one by one\,\nDo page 84\, TRY IT YOURSELF: 5-3\, 5-4
URL:https://www.ayclogic.com/event/sat-2-pm-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220802T083000
DTEND;TZID=America/Los_Angeles:20220802T093000
DTSTAMP:20260606T162842
CREATED:20220802T163448Z
LAST-MODIFIED:20220802T163623Z
UID:14194-1659429000-1659432600@www.ayclogic.com
SUMMARY:8:30 AM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the first 5 questions of the 1st quiz.\nWe started learning Python Turtle module.\nWe drew square and rectangle in Turtle module.\n\nHomework\n\nFinish the 1st quiz questions.\nContinue Aug2_IntroToTurtle.py. Draw the octagon and the triangle. Look at the grid below for reference
URL:https://www.ayclogic.com/event/830-am-intro-to-python-gamas-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T140000
DTEND;TZID=America/Los_Angeles:20220730T150000
DTSTAMP:20260606T162842
CREATED:20220731T015629Z
LAST-MODIFIED:20220731T015832Z
UID:14153-1659189600-1659193200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about Variables and data types.\nWe were able to cover String and Integer data types.\n\nHomework\n\nCreate a file July30_StringHomework.py\nCopy codes from pages 20 to 23 from the textbook. Make sure to run the codes after you copy and see if you get the expected result.\nAlso\, do page 25\, TRY IT YOURSELF\, from 2-3 to 2-7.\nIf you have questions\, please email me at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T090000
DTEND;TZID=America/Los_Angeles:20220730T100000
DTSTAMP:20260606T162842
CREATED:20220730T170728Z
LAST-MODIFIED:20220730T170728Z
UID:14137-1659171600-1659175200@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nBriefly reviewed list and indexing\nIntroduced iterating/traversing through lists with for loops using the for each method as well as for loops (for <variable> in <list>:) with indexing using the range function (for <variable> in range(len(<list>)):)\nCombined for loops with if statements logic to traverse and print statements according to the current element in the list\nReviewed at end of class with trivia style questions on for loops with if statements\n\nHomework\n\nCreate python file called “July30_ListHomework.py” and do Page 38 to 41: access\, modify\, append\, remove. Also do TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6.
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220727T180000
DTEND;TZID=America/Los_Angeles:20220727T190000
DTSTAMP:20260606T162842
CREATED:20220728T022147Z
LAST-MODIFIED:20220728T022147Z
UID:14102-1658944800-1658948400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe started with Kaleido spiral.\n\nHomework\n\nCurrently\, the Kaleido spiral only have 3 colors: red\, green and blue. Add more colors to it. Add any three colors to it.\nAlso create a new file\, call it July27_GroceryShoppingCart.py. Inside this file\, continuously (forever loop) display the following menu to the user until user enter “4” then stop the program. If you are confused how to display multi-lines menu or prompt input\, look at your book page 115. In that page\, you can see the code to create 2 lines input. Hopefully\, you can figure out how to create 5 lines of input if you know how to do 2 lines.\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\n4. I am done\, checkout please\nEnter your selection: 1\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\n4. I am done\, checkout please\nEnter your selection: 2\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\n4. I am done\, checkout please\nEnter your selection: 3\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\n4. I am done\, checkout please\nEnter your selection: 4
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T090000
DTEND;TZID=America/Los_Angeles:20220723T100000
DTSTAMP:20260606T162842
CREATED:20220723T170926Z
LAST-MODIFIED:20220723T171128Z
UID:14038-1658566800-1658570400@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed homework briefly\nContinued with input using variables as user input i.e. prompt\nIntroduced lists as a way to store an ordered collection of elements\, how to index into list (forwards and backwards)\, get length of list\nReviewed at end of class with trivia style questions on if else\, input\, and lists\n\nHomework\n\nCreate python file called “July23_InputHomework.py” and do Page 114 to 116\, Page 117. TRY IT YOURSELF: 7-1\, 7-2. Also do Tell Me Your Age homework ONLY number 1 in the same file\n\n 
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220720T180000
DTEND;TZID=America/Los_Angeles:20220720T190000
DTSTAMP:20260606T162842
CREATED:20220721T032124Z
LAST-MODIFIED:20220721T033126Z
UID:14010-1658340000-1658343600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe went over questions about turtle project.\nWe went over how to draw face forever in different coordinates and different colors.\n\nHomework\n\nIf you have not done with Turtle project\, please finish it by midnight of July 20. If you submit after July 20\, there will be point deduction.\nI uploaded all the python files that we did in the class to https://drive.google.com/drive/u/0/folders/1Yt5ZwSvd20f5RTa7wv6yi-KdXJ8vFXnU just in case if you could not copy the codes.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220716T090000
DTEND;TZID=America/Los_Angeles:20220716T100000
DTSTAMP:20260606T162842
CREATED:20220716T171232Z
LAST-MODIFIED:20220716T171232Z
UID:13960-1657962000-1657965600@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nReviewed if\, elif\, else statements\, ran through various different problems and determined what would be printed\nLearned how to get user input from the shell using the input function in Python and store it into variables\nHow to cast string input from the user to int or float using the int() and float() functions\n\nHomework\n\nCreate python file called “July16_IfElseHomework2.py”. Do homework from Page 84\, questions 5-3 and 5-4. Also\, do number 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n 
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220713T180000
DTEND;TZID=America/Los_Angeles:20220713T190000
DTSTAMP:20260606T162842
CREATED:20220714T034025Z
LAST-MODIFIED:20220714T034025Z
UID:13923-1657735200-1657738800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed everyone Turtle Project.\nWe answered students questions about their projects.\nWe learned how to draw letter P in different colors forever.\n\nHomework\n\nThe Turtle project is supposed to be due today. But it is extended to next week July 20. Make sure your code follow this project criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nIf you have question about your project\, please send email to gamas@ayclogic.com and attach your code or upload your code to google drive. Don’t wait until the last minute to ask question as I usually need at least 24 hours to response to your email.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220709T100000
DTEND;TZID=America/Los_Angeles:20220709T110000
DTSTAMP:20260606T162842
CREATED:20220709T181029Z
LAST-MODIFIED:20220709T181029Z
UID:13864-1657360800-1657364400@www.ayclogic.com
SUMMARY:10 AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nIf\, elif\, else statements and when/how we use them to execute code based on specific condition(s)\, else is not always necessary\nImportant of indentation and colons in distinguishing if blocks and else blocks\nHow to use different boolean operators like AND (all conditions must be true)\, OR (at least one condition must be true)\, and NOT\nHow to use <\, <=\, >\, >=\, ==\, != with ints/floats and ==\, != for strings\n\nHomework\n\nCreate python file called “July9_IfElseHomework.py”. Do homework from page 79-81 from the textbook. Similar to the first homework\, follow along the textbook and copy the code to your file and run it.\n\n 
URL:https://www.ayclogic.com/event/10-am-intro-to-python-saagar-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T100000
DTEND;TZID=America/Los_Angeles:20220625T110000
DTSTAMP:20260606T162842
CREATED:20220625T181047Z
LAST-MODIFIED:20220625T183210Z
UID:13758-1656151200-1656154800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Saagar Mahadev
DESCRIPTION:Today we did:\n\nString methods like upper()\, lower()\, title() and how to use them (variable.method())\nReviewed string concatenation and introduced f-strings\, an easier\, better way to use variables in strings (e.g. f”hi my name is {full_name}”)\nadding and removing whitespace (\n for newline\, \t for tab\, strip()\, lstrip()\, rstrip())\n\nAnnouncement\nThere is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays for my school: https://www.ayclogic.com/observed-holidays/class will resume on July 9th. \nHomework\n\nCreate python file called “June25_StringHomework2.py”. Do homework from page 25 in the textbook. TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6.\n\n 
URL:https://www.ayclogic.com/event/10-am-intro-to-python-saagar-mahadev/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220622T180000
DTEND;TZID=America/Los_Angeles:20220622T190000
DTSTAMP:20260606T162842
CREATED:20220623T021132Z
LAST-MODIFIED:20220623T021347Z
UID:13695-1655920800-1655924400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe made draw_face(x\,y) function so it can draw face in Python turtle module.\n\nHomework\n\nContinue on your Turtle project. Don’t forget to upload your project to the google drive.\nThe draw_face(x\,y) function which we did in the class was not complete. It is missing the right side of the mouth. Please add the code so it will draw the right side of the mouth. When you call the draw_face(x\,y) twice\, one with (0\,0) and another with (100\,100) coordinates\, it needs to draw 2 faces like below
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220618T140000
DTEND;TZID=America/Los_Angeles:20220618T150000
DTSTAMP:20260606T162842
CREATED:20220618T011014Z
LAST-MODIFIED:20220618T220116Z
UID:13586-1655560800-1655564400@www.ayclogic.com
SUMMARY:2 pm - Intro To Python - Saagar Mahadev
DESCRIPTION:Today we did:\n\nVariables: why they are used (to store information) and how to declare them (variable_name = value)\nData Types: the 4 types (integer\, float\, string\, boolean)\nVariable naming conventions (case-sensitivity\, no spaces in variable names)\n\nHomework\n\nCreate python file called “June18_StringHomework.py”. Do home work from page 20-23 in the textbook. If you don’t have the book\, click here IntroToPythonP20toP23.\n\n 
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-saagar-mahadev/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220615T180000
DTEND;TZID=America/Los_Angeles:20220615T190000
DTSTAMP:20260606T162842
CREATED:20220616T021302Z
LAST-MODIFIED:20220616T021302Z
UID:13542-1655316000-1655319600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree.\n\nHomework\n\nMake sure to use the x and y coordinate properly inside draw_letter_p function. This way when you call draw_letter_p three times with 3 different coordinates\, you can see 3 different letter p.\nAdd one more parameter to draw_letter_p function: color. And use it properly inside the function so you can specify different color when calling the function.\nMake progress on your turtle project. The project is due on July 13. So by next week you need to be at least 25% complete. And don’t forget to upload your project to the google drive.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR