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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231023T190000
DTEND;TZID=America/Los_Angeles:20231023T200000
DTSTAMP:20260605T090311
CREATED:20231024T031701Z
LAST-MODIFIED:20231024T031701Z
UID:22284-1698087600-1698091200@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed functions with return values\nLearned about the random module\n\nrandInt()\nchoice()\n\n\n\nHomework\nCreate the following file: \n\nOct23_StarWars.py\n\nFinish the exercises at https://www.ayclogic.com/intro-to-python/star-wars-problem/\n\n\n\n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231021T193000
DTEND;TZID=America/Los_Angeles:20231021T203000
DTSTAMP:20260605T090311
CREATED:20231022T033904Z
LAST-MODIFIED:20231022T033904Z
UID:22272-1697916600-1697920200@www.ayclogic.com
SUMMARY:7:30 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about If-Else statements\nLearned about printing f-strings\n\nHomework\nCreate the following files: \n\nOct21_IfElseHW.py\n\nRead page 78 (If Statements) to the top of page 80 and copy the code\n\n\nOct21_StringHW2.py\n\nComplete Try It Yourself 2-3\, 2-4\, 2-5\, and 2-6 on page 25\n\n\nContinue doing at least 1 lesson a day on Typing Club!\n\n\n\nView the code from our lessons here: https://drive.google.com/drive/folders/1KpdyU0WZr_3Wur1to7CvknEnnunVX0w3 \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231021T170000
DTEND;TZID=America/Los_Angeles:20231021T180000
DTSTAMP:20260605T090311
CREATED:20231022T011423Z
LAST-MODIFIED:20231022T011423Z
UID:22250-1697907600-1697911200@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned how to get input from the shell\nStarted learning list operations\n\nAppend\nModify\n\n\n\nHomework\nCreate the following file: \n\n Oct21_TellMeYourAge.py\n\nComplete exercise #1 (everything besides the last two lines) at https://www.ayclogic.com/tell-me-your-age/\n\n\n\nUpload the homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231019T180000
DTEND;TZID=America/Los_Angeles:20231019T190000
DTSTAMP:20260605T090311
CREATED:20231020T080646Z
LAST-MODIFIED:20231020T080646Z
UID:22219-1697738400-1697742000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:QUIZ 2 IS NEXT WEEK ON OCT 26\nWhat We Did Today:\n\nReviewed topics for the quiz next week\, through past examples and the homework.\n\nHomework:\nPractice and review the following topics: \n1. Data types (Strings\, Integers\, Floats\, Lists)\n2. How to get input from shell\n3. How to create simple functions with or without return value\n4. How to correct python errors.\n5. Loops: For loop and While loop\n6. How to continuously ask user forever (using while(True) ).\n7. Random module (how to use random.choice(list) or random.randint(1\, 10) )\n8. How to capitalize strings \nLink to the Quiz 2 Review: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231017T180000
DTEND;TZID=America/Los_Angeles:20231017T190000
DTSTAMP:20260605T090311
CREATED:20231018T021922Z
LAST-MODIFIED:20231018T021922Z
UID:22192-1697565600-1697569200@www.ayclogic.com
SUMMARY:6 PM  - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearned how to use\n.insert(0\, “a”)\n.remove(“a”)\ndel lst[0]\nPracticed the functions in an example at the end of the notes\n\nHomework:\nCreate a file called Oct17_ListsHW2.py and submit it into the google drive when you are finished. \n\nVersion 2 of the Book: page 42 3-4\, 3-5\, 3-6\nVersion 3 of the Book: page 41-42 3-4\, 3-5\, 3-6\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231016T190000
DTEND;TZID=America/Los_Angeles:20231016T200000
DTSTAMP:20260605T090311
CREATED:20231017T031455Z
LAST-MODIFIED:20231021T022447Z
UID:22178-1697482800-1697486400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed functions with no return value\nLearned about functions with return values\n\nCreated a grade calculator for the course\n\n\n\nHomework\nCreate the following file: \n\nOct9_FunctionsHW3.py\n\nTry It Yourself 8-3 on pg. 136-137\nTry It Yourself 8-6 on pg. 141\n\n\n\nFeel free to read the corresponding sections if you want to learn more advanced topics! \n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231014T193000
DTEND;TZID=America/Los_Angeles:20231014T203000
DTSTAMP:20260605T090311
CREATED:20231015T034431Z
LAST-MODIFIED:20231015T034431Z
UID:22172-1697311800-1697315400@www.ayclogic.com
SUMMARY:7:30 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about floats and strings\nConcatenated (combined) strings to form a sentence\n\nHomework\n\nCreate a new file and save it as Oct14_StringHW.py\n\nRead pages 20-23 and copy the code\n\n\nContinue doing at least 1 lesson a day on Typing Club!\n\n\n\nView the code from our lessons here: https://drive.google.com/drive/folders/1KpdyU0WZr_3Wur1to7CvknEnnunVX0w3 \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231014T170000
DTEND;TZID=America/Los_Angeles:20231014T180000
DTSTAMP:20260605T090311
CREATED:20231015T010552Z
LAST-MODIFIED:20231015T010552Z
UID:22155-1697302800-1697306400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about If-Else statements\nLearned about if statements with multiple conditions (and/or)\nLearned about Elif statements\n\nHomework\nCreate the following file: \n\nOct14_IfElseHW.py\n\nCopy code from pgs 78-81 in the textbook.\n\n\n\nUpload the homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231012T180000
DTEND;TZID=America/Los_Angeles:20231012T190000
DTSTAMP:20260605T090311
CREATED:20231013T183717Z
LAST-MODIFIED:20231013T185244Z
UID:22110-1697133600-1697137200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nFinished the debugging homework as well as the second debugging homework\nMaintained practicing proper debugging techniques\nStarted on the Quiz 2 Review\, covering topics like functions\, conditionals\, and input from shell\n\nHomework:\nContinue on the Quiz 2 Review homework until the end(in the file named Oct12_Quiz2Review)\, and submit into the google drive when finished: \n1. Link to the Quiz 2 Review: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231010T180000
DTEND;TZID=America/Los_Angeles:20231010T190000
DTSTAMP:20260605T090311
CREATED:20231012T013156Z
LAST-MODIFIED:20231012T013213Z
UID:22079-1696960800-1696964400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed input from shell homework with if statements\nIntroduced the concept of lists and how to add items into a list\, remove items from a list\, and print items from a list.\nLearnt how to get items from a list\, and understood the differences in data types.\n\nHomework:\n\nCreate a file named Oct10_ListsHW1.py and upload it to the google drive when you finish.\nDo page 38-41\, copy the codes starting from “Inserting elements into a list” (Version 2 of the book) or “Adding elements into a list” (Version 3 of the book)\nMake sure you run and test the code to make sure it works. Do not copy the printed output.\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231009T190000
DTEND;TZID=America/Los_Angeles:20231009T200000
DTSTAMP:20260605T090311
CREATED:20231010T052940Z
LAST-MODIFIED:20231010T052940Z
UID:22036-1696878000-1696881600@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed 1st Python quiz\nLearned functions without parameters\n\nHomework\nCreate the following file: \n\nOct9_FunctionsHW.py\n\nCopy code from pages 130 to 133\n\n\nOct9_FunctionsHW2.py\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\n\n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231007T193000
DTEND;TZID=America/Los_Angeles:20231007T203000
DTSTAMP:20260605T090311
CREATED:20231008T035706Z
LAST-MODIFIED:20231009T201141Z
UID:22017-1696707000-1696710600@www.ayclogic.com
SUMMARY:7:30 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nStarted learning variables and data types\n\nHomework\n\nRead pages 15-19 in the textbook\nComplete 1 lesson everyday on Typing Club or Typing.com\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231005T180000
DTEND;TZID=America/Los_Angeles:20231005T190000
DTSTAMP:20260605T090311
CREATED:20231007T051404Z
LAST-MODIFIED:20231011T003957Z
UID:21958-1696528800-1696532400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the Star Wars homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/\nApplied “random” inside of functions\, to get random items from a list\nPracticed steps in debugging\, and got started on debugging worksheet\n\nHomework:\nContinue on the debugging homework\, and submit into the google drive when finished: \n1. This is the one we already copied in class\, the file Oct5_Debugging.py :https://www.ayclogic.com/fixing-python-bugs/ \n2. After you finish fixing the code above\, make a new filed named Oct5_Debugging2_HW.py\, and inside of the file copy the code from this site and fix this one: https://www.ayclogic.com/fix-python-bugs-2/ \nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231003T180000
DTEND;TZID=America/Los_Angeles:20231003T190000
DTSTAMP:20260605T090311
CREATED:20231004T042716Z
LAST-MODIFIED:20231004T042959Z
UID:21928-1696356000-1696359600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to get input from shell (user)\nManipulated user input with if statements to perform certain code/actions\nReviewed fundamental concepts of data types\n\nHomework:\n\nCreate a file named Oct3_InputHW.py and upload it to the google drive when you finish.\nDo page 117\, TRY IT YOURSELF: 7-1 and 7-2\n(I know I said I wouldn’t give you input homework\, but apparently we ran out of if\, elif\, and else homework\, but it should be similar to what we covered in class)\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231002T190000
DTEND;TZID=America/Los_Angeles:20231002T200000
DTSTAMP:20260605T090311
CREATED:20231003T060749Z
LAST-MODIFIED:20231003T060749Z
UID:21917-1696273200-1696276800@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed homework\nReviewed creating instances of a class\, using attributes and methods outside of class\, incrementing/decrementing class attributes\nStarted School System\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231002T190000
DTEND;TZID=America/Los_Angeles:20231002T200000
DTSTAMP:20260605T090311
CREATED:20231003T023351Z
LAST-MODIFIED:20231003T023452Z
UID:21910-1696273200-1696276800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\n1st Python Quiz!\n\nHomework\nCreate the following file: \n\nOct2_WhileLoopHW.py\n\nRead textbook end of pg 117 until pg.123 and copy down the code\n\n\n\n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230928T180000
DTEND;TZID=America/Los_Angeles:20230928T190000
DTSTAMP:20260605T090311
CREATED:20230929T051425Z
LAST-MODIFIED:20230929T051425Z
UID:21837-1695924000-1695927600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the homework of recreating the text based mini-game with random.choice instead of random.randint()\nCreated a password generator program using random functions\nStarted working on the StarWars worksheet review\n\nHomework:\nContinue on the same file Sep28_StarWars.py and submit to google drive when you finish. \nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/ \n\nContinue from exercise 2 until the end is finished\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230926T180000
DTEND;TZID=America/Los_Angeles:20230926T190000
DTSTAMP:20260605T090311
CREATED:20230927T065049Z
LAST-MODIFIED:20230927T065049Z
UID:21800-1695751200-1695754800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nLearnt about .title()\, .lower()\, and .upper() for string capitalization\nReviewed if\, elif\, and else statements\nLearnt about !=\, >\, >=\, <\, <= comparisons\nLearnt about and/or statements\n\nHomework:\n\nCreate a file named Sep26_StringHomework2.py and upload it to the google drive when you finish.\nDo page 84\, TRY IT YOURSELF: 5-3 and 5-4\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T190000
DTEND;TZID=America/Los_Angeles:20230925T200000
DTSTAMP:20260605T090311
CREATED:20230926T032357Z
LAST-MODIFIED:20230926T032604Z
UID:21780-1695668400-1695672000@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - William
DESCRIPTION:Today We Did\n\nReviewed Python Exercises\n\nHomework\n\nComplete the Python Exercises if you haven’t already\nStudy for our quiz next week! Review:\n\nVariables (double/float\, int\, string)\nfor loops\nwhile loops\nlist operations (append\, delete\, insert)\n\n\n\nMake sure to look over past lessons and homework problems to study! \n\nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230925T170000
DTEND;TZID=America/Los_Angeles:20230925T180000
DTSTAMP:20260605T090311
CREATED:20230930T170835Z
LAST-MODIFIED:20231002T170851Z
UID:21901-1695661200-1695664800@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nReview __init__ method\nReview class attributes\nReview how create new instance of a Dog class. Create several instances of Dog class.\nReview how to use Dog’s attribute outside the class.\nReview how to use Dog’s methods outside the class.\n\nHomework\n\nName your file Oct2_OOP_HW1.py and do:\nPg. 162 – Try it Yourself\nPg. 163 – 166 copy code & run it\nPg. 167 – Try it Yourself
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230923T170000
DTEND;TZID=America/Los_Angeles:20230923T180000
DTSTAMP:20260605T090311
CREATED:20230924T161535Z
LAST-MODIFIED:20230924T161535Z
UID:21767-1695488400-1695492000@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Shawn (Substitute: Sebastian)
DESCRIPTION:Today We Did\n\nReview using for loops to loop through list\n\nCan loop through every value\nExample: “for name in names”\nCan loop through every index by using range(n) function which returns kind of list from 0 to “n-1”\nExample: “for i in range(5):”\n\n\nBasic introduction to while loops\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework to the corresponding project’s folder in your Google Drive\nHomework: \n\nHomework: 54 and 55.\n\nHomework: 56 TRY IT YOURSELF.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-substitute-sebastian-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230921T180000
DTEND;TZID=America/Los_Angeles:20230921T190000
DTSTAMP:20260605T090311
CREATED:20230922T031707Z
LAST-MODIFIED:20230922T031707Z
UID:21703-1695319200-1695322800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the homework on formatting of a function\nLearnt how to generate random numbers and choose a random item from a list\nCreated Magic 8 Ball text based mini-game\n\nHomework:\nCreate a new file called Magic8Ball_HW.py and submit to google drive when you finish. \n\nRecreate the Magic8Ball game but this time using random.choice() instead of random.randint()\nTo use the random.choice() function\, you have to give it a list as a parameter\, so like random.choice(lst)\nPut the questions inside of the list and print out random.choice(lst)\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230919T180000
DTEND;TZID=America/Los_Angeles:20230919T190000
DTSTAMP:20260605T090311
CREATED:20230920T021430Z
LAST-MODIFIED:20230920T021430Z
UID:21673-1695146400-1695150000@www.ayclogic.com
SUMMARY:6 PM- Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\n Reviewed data types and variables\nTalked about typecasting\nIntroduced control statements using if\, else\, and elif statements\n\nHomework:\n\nCreate a file named Sep19_StringHomework2.py and upload it to the google drive when you finish.\nDo page 25\, TRY IT YOURSELF:\n2-3\,\n2-5\, and\n2-6\n We actually haven’t talked about how to use .upper()\, .lower()\, and .title()\, so you don’t need to do 2-4 if you dont know how to\, but if you do know how\, feel free to do 2-4\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230918T190000
DTEND;TZID=America/Los_Angeles:20230918T200000
DTSTAMP:20260605T090311
CREATED:20230919T025905Z
LAST-MODIFIED:20230919T025905Z
UID:21656-1695063600-1695067200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - William
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe reviewed for loop homeworks.\nWe continue with while loop.\n\nHomework\n\nSubmit your homework to your assigned google drive by Sunday evening.\nCreate a new python file\, sep_18_1st_quiz_prep.py\nDo all 10 questions from https://www.ayclogic.com/intro-to-python-exercises/ . Make sure to give yourself at least 1 hour to do this homework.\nIf you have question\, please email to williamsmith@ayclogic.com or gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-8/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230914T180000
DTEND;TZID=America/Los_Angeles:20230914T190000
DTSTAMP:20260605T090311
CREATED:20230915T030826Z
LAST-MODIFIED:20230915T031319Z
UID:21590-1694714400-1694718000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the homework on applying different concepts together in a function\nCovered extra ideas on functions including using functions inside other functions\nPracticed complicated examples for functions\n\nHomework:\nCreate a new file called Sept14_FunctionHW.py and submit to google drive when you finish. \n\nCreate a new function convert_from_kg_to_gram\nMake the function accept two arguments/parameters: kg and food\nInside the function\, convert from kg to gram by multiplying 1000 to kg\nPrint out the name of the food and how much it weighs\nReturn the result of the conversion\nCall the function with parameter 4 and capture the return value into a variable called “grams”.\nPrint “There are 4000 grams in 4 KG” using the variables.\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230912T180000
DTEND;TZID=America/Los_Angeles:20230912T190000
DTSTAMP:20260605T090311
CREATED:20230913T020427Z
LAST-MODIFIED:20230913T021805Z
UID:21565-1694541600-1694545200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nIntroduced the concept of programming in python\nLearned about variables and 3 data types: Integers\, Floats/Doubles\, Strings\nLearned about printing to the shell\nLearned about doing math with variables and the different data types\nLearned about print formatting using print(f” “)\n\nHomework:\n\nCreate a file named Sep12_StringHomework.py and upload it to the google drive when you finish.\nDo pages 20-23 from the textbook\, and just copy python codes from the book\, and make sure you test the code if it is working by running the program\nIf you don’t have the book yet\, you can see the homework here\, but please ask your parents to buy it immediately:\nIntroToPythonP20toP23\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230911T190000
DTEND;TZID=America/Los_Angeles:20230911T200000
DTSTAMP:20260605T090311
CREATED:20230912T031709Z
LAST-MODIFIED:20230914T015508Z
UID:21524-1694458800-1694462400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nLearned about for loop with range\nStarted learning while loops\n\nHomework:\nMake the following files: \n\nSep11_ForLoopHW.py\n\nCompete Try It Yourself 4-1 and 4-2 on p. 56\n\n\nSep11_ForLoopRangeHW.py\n\nRead textbook pgs 58-60 and copy down the code\nComplete Try It Yourself 4-3 and 4-4 on p. 60\n\n\n\nUpload your Python files to your assigned Google Drive folders by Sunday night. \nIf you have any questions or need help debugging\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230907T180000
DTEND;TZID=America/Los_Angeles:20230907T190000
DTSTAMP:20260605T090311
CREATED:20230908T021236Z
LAST-MODIFIED:20230908T021410Z
UID:21459-1694109600-1694113200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed homework on functions with no return value\nIntroduced the topic of functions with return values\n\nHomework:\nThere are two parts to the homework\, the website and the try it yourself from the book. \n\nCreate a file called Sept7_FunctionsWithRV_HW.py and upload to google drive when finished.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ – number 7\nFor those with the second edition of the book: Try It Yourself – page 137 do 8-3\nFor those with the third edition of the book: Try It Yourself – page 136 – 137 do 8-3\n\nNotes:\nFor the homework number 2: \nThe instruction says: Inside the function\, convert the parameter “miles” into the “km” value. There are 1.6 km in one mile. Return the conversion result or the km value. \nWhat this means is that you have to multiply the parameter named miles by 1.6 and return the output\, and then print it in nice format. \nFor the homework number 3/4: \n\nIgnore the words “keyword” and “positional” in the homework for try it yourself. Just keep in mind that you are giving the function 2 parameters\, size\, and text\, and then you are printing out “The shirt says {text} and is {size} cm big”.\nHere you are giving two different data types to the function\, a string and an integer.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230905T183000
DTEND;TZID=America/Los_Angeles:20230905T193000
DTSTAMP:20260605T090311
CREATED:20230906T022716Z
LAST-MODIFIED:20230906T022716Z
UID:21440-1693938600-1693942200@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with Aug29_RobotBuilder.py\n\nDraw the face and the neck according to below screenshot\nWe drew one left arm in the class\, draw two more left arms like above screenshot. You need to utilize left_arm function which you already created in the class. This way you are reusing an existing function.\nCreate a new function: right_arm(x\,y\, color). This is very similar to left_arm function that we did in the class.\n\n\nCreate a proposal for your project.\n\nProposal means you have to draw something on a paper use color. Look at other students’ project for your inspiration. https://www.ayclogic.com/python-projects/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230831T180000
DTEND;TZID=America/Los_Angeles:20230831T190000
DTSTAMP:20260605T090311
CREATED:20230901T030408Z
LAST-MODIFIED:20230901T030408Z
UID:21408-1693504800-1693508400@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the quiz 1 content and things to remember\nIntroduced functions with no return value\, and how to use them to reduce code duplication and make things simpler\n\nHomework:\n\nPage 131 Try it yourself num 8-1 and 8-2.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ – number 4 to 6\n\nNOTES:\nCombination of strings is like “Hi” + ” Bye” for HW 2.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR