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:20220924T140000
DTEND;TZID=America/Los_Angeles:20220924T150000
DTSTAMP:20260606T152439
CREATED:20220924T215752Z
LAST-MODIFIED:20220927T235834Z
UID:15162-1664028000-1664031600@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to get input from the shell: input()\nLearned how to add part of one string to another (+=)\nReviewed if\, elif\, else\n\nHomework\n\nHomework due in Google Drive Friday night before class\nCreate a new Python file SEP24_IfElseHomework.py in Thonny.\nPage 84\, 5-3\, 5-4\nNumber 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220924T090000
DTEND;TZID=America/Los_Angeles:20220924T100000
DTSTAMP:20260606T152439
CREATED:20220924T170811Z
LAST-MODIFIED:20220930T020452Z
UID:15153-1664010000-1664013600@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar Mahadev
DESCRIPTION:Today we did:\n\nReviewed the quiz in detail and went over common mistakes and how to prevent them in the future\nIntroduced functions with no return values – how to call define them\, call them\, use parameters\, why they’re useful\n\nHomework\n\nHomework: 130\, 131 (TRY IT YOURSELF)\, 132
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-mahadev/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220920T173000
DTEND;TZID=America/Los_Angeles:20220920T183000
DTSTAMP:20260606T152439
CREATED:20220921T014643Z
LAST-MODIFIED:20220927T002239Z
UID:15070-1663695000-1663698600@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Parna
DESCRIPTION:Today We Did\n\nWe started robot builder project.\nWe learned when we want to control the color\, position and width and height of rectangles\, we have to introduced parameters into draw_rectangle function and we have to utilize these parameters inside the function.\n\nHomework\n\nFinish the robot shapes by using combination of different rectangles. DO NOT do the left arm or the right arm. Look at below pictures for references\n\nAlso if you guys can please be creative and make the robot better. If you guys do a good job\, I can give you guys up to 2 bonus points for your final. This is an example of 2 bonus points looks like. Below is supposed to be a simplified version of iron man robot
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-parna-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T150000
DTEND;TZID=America/Los_Angeles:20220917T160000
DTSTAMP:20260606T152439
CREATED:20220917T230133Z
LAST-MODIFIED:20220917T230700Z
UID:15018-1663426800-1663430400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned the difference between = (gives variable a value) and == (checks if both sides are the same).\nLearned about != (checks if the right side is not the same as the left side)\nLearned about if and else (otherwise)\nLearned about or (you can choose either or\, but always try to make it true if one of the options can be true)\nLearned about and (you can choose both\, but can only be true when both are true)\n\nHomework\n\nCreate a new Python file SEP17_IfElseHomework.py in Thonny.\nPages 79-81 from the textbook\nIf you have questions\, you can email me: sebastian@ayclogic.com.\n\n 
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T140000
DTEND;TZID=America/Los_Angeles:20220917T150000
DTSTAMP:20260606T152439
CREATED:20220917T215618Z
LAST-MODIFIED:20220917T215618Z
UID:15000-1663423200-1663426800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to check if things are the same\, and if things are not the same (==\, !=)\nLearned if\, elif (otherwise if)\, and else (otherwise)\nLearned the difference between == (checking if things are the same) and = (giving variables a value)\n\nHomework\n\nCreate a new Python file SEP17_IfElseHomework.py in Thonny.\nPages 79-81 from the textbook\nIf you have questions\, you can email me: sebastian@ayclogic.com.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T090000
DTEND;TZID=America/Los_Angeles:20220917T100000
DTSTAMP:20260606T152439
CREATED:20220917T160817Z
LAST-MODIFIED:20220917T160817Z
UID:14992-1663405200-1663408800@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nFirst quiz – data types\, for/while loops\, input from shell\, if else\, lists\n\nHomework\n\nNo homework!!! Enjoy your week!
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T150000
DTEND;TZID=America/Los_Angeles:20220910T160000
DTSTAMP:20260606T152439
CREATED:20220910T232508Z
LAST-MODIFIED:20220910T232508Z
UID:14879-1662822000-1662825600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nString functionalities:  .title()\, .upper()\, .lower()\nFormatted strings: f””\nEscape keys: \n \t\n\nHomework\n\nCreate a new Python file SEP10_StringHomework2.py in Thonny.\nOn page 25\, try the following by yourself: 2-3\, 2-4\, 2-5\, and 2-6\nIf you have questions\, you can email me: sebastian@ayclogic.com
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T140000
DTEND;TZID=America/Los_Angeles:20220910T150000
DTSTAMP:20260606T152439
CREATED:20220911T222628Z
LAST-MODIFIED:20220911T222628Z
UID:14897-1662818400-1662822000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned about For Loop in Range.\nWe learned about While Loop\nWe learned about +=\, -=\, *=\, /= shortcuts\n\nHomework\n\nCreate Sep10_WhileLoopHomework.py\nInside the file copy codes from page 118 to 121.\nAlso do TRY IT YOURSELF from page 123: 7-4 and 7-5.\nCreate Sep10_StudentTestScoresSystem.py and do the python exercise from https://www.ayclogic.com/student-scores/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T140000
DTEND;TZID=America/Los_Angeles:20220910T150000
DTSTAMP:20260606T152439
CREATED:20220910T232253Z
LAST-MODIFIED:20220910T232253Z
UID:14876-1662818400-1662822000@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nString functionalities:  .title()\, .upper()\, .lower()\nFormatted strings: f””\nRemoving end spaces: .rstrip()\, .lstrip()\, .strip()\n\nHomework\n\nCreate a new Python file SEP10_StringHomework2.py in Thonny.\nOn page 25\, try the following by yourself: 2-3\, 2-4\, 2-5\, and 2-6\nIf you have questions\, you can email me: sebastian@ayclogic.com
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T100000
DTEND;TZID=America/Los_Angeles:20220910T110000
DTSTAMP:20260606T152439
CREATED:20220910T040943Z
LAST-MODIFIED:20220917T041727Z
UID:14859-1662804000-1662807600@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nIf you did not do your homework last week or 2 weeks ago or 3 weeks ago\, please do them.\nCreate a new file Sep10_IfElseHomework2.py\nAnswer questions from page 84 and 85: TRY IT YOURSELF 5-3\, 5-4\, 5-5\, 5-6\, 5-7\nSubmit your homework to google drive on Friday night.
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T090000
DTEND;TZID=America/Los_Angeles:20220910T100000
DTSTAMP:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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:20260606T152439
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
END:VCALENDAR