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:20220802T083000
DTEND;TZID=America/Los_Angeles:20220802T093000
DTSTAMP:20260425T201555
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:20220806T140000
DTEND;TZID=America/Los_Angeles:20220806T150000
DTSTAMP:20260425T201555
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:20220806T160000
DTEND;TZID=America/Los_Angeles:20220806T170000
DTSTAMP:20260425T201555
CREATED:20220807T000256Z
LAST-MODIFIED:20220807T000542Z
UID:14245-1659801600-1659805200@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework.\nWe added animation to the birds.\nWe added a delay to slow down the flapping of wings for the birds.\nNote: I pushed the code to this branch: https://gitlab.com/gsugiart/dragon_birdie/-/blob/SAT_4PM_Chester\n\nHomework: \n\nCreate a new sprite file “player.py” and sprite “Player” to represent the dragon-birdie player which the user will control.  This should appear on the screen using the “assets/player-1.png” image.  Make sure to resize so it appears about the same size as a bird.\nAdd logic so the player will flap its wings.  You can use a similar technique we used for “bird.py”.  In this case there will be 4 different images “player-1.png” through “”player-4.png”.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-17/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220806T170000
DTEND;TZID=America/Los_Angeles:20220806T180000
DTSTAMP:20260425T201555
CREATED:20220809T210639Z
LAST-MODIFIED:20220809T210639Z
UID:14295-1659805200-1659808800@www.ayclogic.com
SUMMARY:5 PM -  Python OOP - Latisha
DESCRIPTION:Gamas Subs \nToday We Did\n\nWe went over Practice Final. We added to add a new driver.\n\nHomework\n\nFinish the Practice Final codes.\n\nList all drivers\nBook a Trip\n\n\nLook at the instructions and expected result in the Practice Final google form.
URL:https://www.ayclogic.com/event/5-pm-python-oop-latisha-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220809T073000
DTEND;TZID=America/Los_Angeles:20220809T083000
DTSTAMP:20260425T201555
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:20220811T170000
DTEND;TZID=America/Los_Angeles:20220811T180000
DTSTAMP:20260425T201555
CREATED:20220812T010117Z
LAST-MODIFIED:20220812T010117Z
UID:14315-1660237200-1660240800@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Gamas
DESCRIPTION:Homework\n\nWhen user pop bad balloon\, play the assets/explodify.wav\nMake the Explode sprite disappear after 2 seconds. Use timer inside Explode sprite and also the self.kill(). Similar to self.balloon_create_timer in main.py.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-gamas-6/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220817T180000
DTEND;TZID=America/Los_Angeles:20220817T190000
DTSTAMP:20260425T201555
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:20220818T170000
DTEND;TZID=America/Los_Angeles:20220818T180000
DTSTAMP:20260425T201555
CREATED:20220819T010048Z
LAST-MODIFIED:20220819T010048Z
UID:14433-1660842000-1660845600@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe added score on top of the explode image.\nWe started working on bug.py\n\nHomework\n\nContinue working on bug.py so you can have the following\n\nDisplay the bug on the screen with its wing flapping.\nMake the bug appear once every 3 seconds\, from left side of the screen to the right side of the screen.\nWhen it goes off the screen\, kill it.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-gamas-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220819T190000
DTEND;TZID=America/Los_Angeles:20220819T200000
DTSTAMP:20260425T201555
CREATED:20220820T051701Z
LAST-MODIFIED:20220820T051722Z
UID:14452-1660935600-1660939200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Flappy Bird project. We made sure the Flappy Bird cannot jump when in falling mode.\nWhen user click the Play button\, the location of the bird is reset back to 100\,100.\nWhen user click the Play button\, the player.fall_speed is reset back to 0.\n\nHomework\n\nContinue with your team project according to your team google project doc.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-gamas-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T090000
DTEND;TZID=America/Los_Angeles:20220820T100000
DTSTAMP:20260425T201555
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:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260425T201555
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:20220820T140000
DTEND;TZID=America/Los_Angeles:20220820T150000
DTSTAMP:20260425T201555
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:20220824T180000
DTEND;TZID=America/Los_Angeles:20220824T190000
DTSTAMP:20260425T201555
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:20220825T170000
DTEND;TZID=America/Los_Angeles:20220825T180000
DTSTAMP:20260425T201555
CREATED:20220826T005857Z
LAST-MODIFIED:20220826T005857Z
UID:14548-1661446800-1661450400@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Gamas
DESCRIPTION:Homework\n\nMake sure the bug can appear from left or right side of the screen. This is very similar to the Bird sprite in the dragon-birdie project.\nIf you have not done it\, kill the bug when it is off the screen. Also do the same thing for balloon sprites.\nWhen we pop the bug\, right now\, the bad balloon also gets destroy. We have to change the code\, so we avoid destroying bad balloons.
URL:https://www.ayclogic.com/event/5-pm-python-game-development-gamas-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220826T190000
DTEND;TZID=America/Los_Angeles:20220826T200000
DTSTAMP:20260425T201555
CREATED:20220827T045636Z
LAST-MODIFIED:20220827T050015Z
UID:14563-1661540400-1661544000@www.ayclogic.com
SUMMARY:FRI - 7 PM - Python Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Flappy Bird. We started creating Credit Page.\n\nHomework\n\nContinue on your personal python game project according to your project planning.\nContinue on your Flappy Bird project. My latest code can be found in here just in case if you did not have a chance to copy the code: https://gitlab.com/gsugiart/flappy_bird/-/tree/Fri_7PM_Latisha .\nAdd code inside main.py\, specifically inside display_play_credit_button() method to make the “CREDIT” button clickable. After you click the CREDIT button set the game mode to GAME_CREDIT.\nEarlier in the class\, I made a mistake where in the game_loop()\, I did not call self.game_credit_page() properly.\n\n\nelif self.mode == GAME_CREDIT:\n    self.game_credit_page()\n\n\n\nIn the Game Credit page\, you should display the following information
URL:https://www.ayclogic.com/event/fri-7-pm-python-game-development-gamas-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T090000
DTEND;TZID=America/Los_Angeles:20220827T100000
DTSTAMP:20260425T201555
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:20220827T100000
DTEND;TZID=America/Los_Angeles:20220827T110000
DTSTAMP:20260425T201555
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:20220827T140000
DTEND;TZID=America/Los_Angeles:20220827T150000
DTSTAMP:20260425T201555
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:20220827T150000
DTEND;TZID=America/Los_Angeles:20220827T160000
DTSTAMP:20260425T201555
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:20220827T160000
DTEND;TZID=America/Los_Angeles:20220827T170000
DTSTAMP:20260425T201555
CREATED:20220828T001216Z
LAST-MODIFIED:20220903T005710Z
UID:14592-1661616000-1661619600@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:Today: \n\nWe added collision detection between the player and the bird.\nWe added a new page the landing page when the game is loaded\, and switched to the game in session page when the user left clicks.\nWe added logic so when the player collides with a bird it switches back to the landing page.\n\nHomework: \n\nAdd a logo above the play button.\n\nAdd logic so when a fireball collides with a bird\, both sprites are removed from the screen.\n\nNOTE: There is no class next week (9/3) because of the Labor Day weekend.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-18/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T180000
DTEND;TZID=America/Los_Angeles:20220827T190000
DTSTAMP:20260425T201555
CREATED:20220828T020738Z
LAST-MODIFIED:20220828T022417Z
UID:14595-1661623200-1661626800@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Bill
DESCRIPTION:Gamas subs \nToday We Did\n\nWe reviewed Pizza class homework.\nWe started converting Aug16_ShoppingCartSystemV2.py into Aug27_ShoppingCartSystemV3.py using GroceryItem class. The code that we did in the class can be found in here.\n\nHomework\n\nNext week is labor day weekend (09/03) no class\, class resume on 09/10.\nPage 167\, TRY IT YOURSELF: 9-4\, 9-5. You first have to do page 162 before you can do page 167.
URL:https://www.ayclogic.com/event/6-pm-python-oop-bill-5/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220830T173000
DTEND;TZID=America/Los_Angeles:20220830T183000
DTSTAMP:20260425T201555
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:20220831T180000
DTEND;TZID=America/Los_Angeles:20220831T190000
DTSTAMP:20260425T201555
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
END:VCALENDAR