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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220824T180000
DTEND;TZID=America/Los_Angeles:20220824T190000
DTSTAMP:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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:20260606T174422
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220614T083000
DTEND;TZID=America/Los_Angeles:20220614T093000
DTSTAMP:20260606T174422
CREATED:20220621T153202Z
LAST-MODIFIED:20220621T153202Z
UID:13685-1655195400-1655199000@www.ayclogic.com
SUMMARY:7:30 AM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue to finish https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/730-am-intro-to-python-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T170000
DTEND;TZID=America/Los_Angeles:20220611T180000
DTSTAMP:20260606T174422
CREATED:20220612T021552Z
LAST-MODIFIED:20220614T015924Z
UID:13478-1654966800-1654970400@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Latisha
DESCRIPTION:Today We Do\n\nWe review homework.\n\nHomework\n\nFinish last week homework.\nCreate a new file book.py and add a new class Book. Inside the class\, add these attributes: name\, author\, publication_year\nCreate a new file book_main.py and add a new class BookSystem.\nInside BookSystem\, create a dictionary book_dictionary.\nInside BookSystem create a new method application_loop().\nThis BookSystem will have the following features\n\nEnter one of the following:\n1. Add Book\n2. List all books\n3. Find book by name\n4. List all books before year 2010\n0. Exit\nPlease enter your selection: 1\n\nADD NEW BOOK\nEnter book name: Chamber Of Secrets\nEnter book author: JK Rowling\nEnter publication year: 1998\n\nEnter one of the following:\n1. Add Book\n2. List all books\n3. Find book by name\n4. List all books before year 2010\n0. Exit\nPlease enter your selection: 2\n\nLIST ALL BOOKS\nChamber Of Secrets by JK Rowling\, published on 1998
URL:https://www.ayclogic.com/event/5-pm-python-oop-latisha/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220610T100000
DTEND;TZID=America/Los_Angeles:20220610T110000
DTSTAMP:20260606T174422
CREATED:20220611T005002Z
LAST-MODIFIED:20220611T005002Z
UID:13455-1654855200-1654858800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Saagar
DESCRIPTION:Today We Do\n\nWe learned about variables\nWe learned about Integer\n\nHomework\n\nCreate June18_StringHomework.py\nCopy codes from page 23 to 25.\n\nasdfa\nasdf\n\nadsf
URL:https://www.ayclogic.com/event/10-am-intro-to-python-saagar/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T190000
DTEND;TZID=America/Los_Angeles:20220608T200000
DTSTAMP:20260606T174422
CREATED:20220609T025434Z
LAST-MODIFIED:20220609T025507Z
UID:13427-1654714800-1654718400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nCreate June8_FixPythonErrorsHomework.py\nCopy broken Python codes from https://www.ayclogic.com/fixing-python-bugs/\nFix all the errors
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220608T180000
DTEND;TZID=America/Los_Angeles:20220608T190000
DTSTAMP:20260606T174422
CREATED:20220609T033245Z
LAST-MODIFIED:20220609T033245Z
UID:13436-1654711200-1654714800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished with Robot Builder project.\nWe continued with draw_circle function.\nWe continuously draw two circles with different colors\n\nHomework\n\nIn the class\, only one of the circles is changing the color. Make the second circle change the color.\nRandomize the X and Y coordinates of the circle inside the whilte loop. Use random.randint to generate random x and y coordinate.\nMake some progress on your turtle project.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220601T190000
DTEND;TZID=America/Los_Angeles:20220601T200000
DTSTAMP:20260606T174422
CREATED:20220602T030315Z
LAST-MODIFIED:20220602T030516Z
UID:13313-1654110000-1654113600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe finished Hangman game.\n\nHomework\n\nCreate June1_PythonExercisesHomework.py\nDo exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\nIf you have question\, feel free to email me at gamas@ayclogic.com. Attach your codes in the email if you have problem about your code. Please don’t wait until the last min to email me as I need time to read and reply your email.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220601T180000
DTEND;TZID=America/Los_Angeles:20220601T190000
DTSTAMP:20260606T174422
CREATED:20220602T042739Z
LAST-MODIFIED:20220602T042739Z
UID:13320-1654106400-1654110000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Robot Builder. We added draw_left_arm(x\,y) function.\n\nHomework\n\nAdd a new parameter to draw_left_arm function: color. This parameter will be used to decide which arm color to use.\nCreate a new function draw_right_arm function which will have 3 parameters: x\,y and color parameters. Whenever this function is call\, it will draw a right arm. This is very similar to draw_left_arm but it will draw the right arm.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T190000
DTEND;TZID=America/Los_Angeles:20220525T200000
DTSTAMP:20260606T174422
CREATED:20220526T035957Z
LAST-MODIFIED:20220526T035957Z
UID:13248-1653505200-1653508800@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ homework.\nWe continued with Hangman game. We learn how to print each letter in a word using for loop.\n\nHomework\n\nCreate May25_LoopingEachLetterInAWordHomework.py\nInside the file\, do the following exercise https://www.ayclogic.com/looping-each-letter-in-a-word-exercise/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-gamas-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220525T180000
DTEND;TZID=America/Los_Angeles:20220525T190000
DTSTAMP:20260606T174422
CREATED:20220526T033927Z
LAST-MODIFIED:20220526T033947Z
UID:13243-1653501600-1653505200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe continued with Robot Builder project.\nWe learned how to make an educated guess to find coordinate from a picture.\n\nHomework\n\nContinue with Robot Builder project\, finish the Head\, Eye\, Pupils and necks. Look at last week homework assignment for picture.\nWe are going to have Turtle Python project. This is worth 20% of your class grade. Most students are able to boost their grades through this project. You need to submit a proposal for this next week. The proposal needs to have at least 7 different shapes. It needs to have text and colors. Be creative. Don’t worry if you don’t know how to do it in Turtle yet\, I will try my best to teach what you want to make as long as it is not too complicated. Take a look at https://www.ayclogic.com/python-digital-illustrations/ for samples of what other students have made in the past. Below are sample proposal and their end result.\n\n\nend result of this proposal can be seen in the middle of this video https://youtu.be/aKb45yeKOiY
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220518T180000
DTEND;TZID=America/Los_Angeles:20220518T190000
DTSTAMP:20260606T174422
CREATED:20220519T015959Z
LAST-MODIFIED:20220519T015959Z
UID:13116-1652896800-1652900400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Do\n\nWe created May18_RobotBuilder.py\nWe created rectangle function with x\,y\,color parameters.\nWe were able to call rectangle with different coordinates and color.\n\nHomework\n\nAdd 2 parameters in rectangle function: width\, height.\nChange the code\, so it will draw the rectangle size according to the parameter width and height.\nTry to draw the feet and the legs of the robot below
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR