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:20230923T170000
DTEND;TZID=America/Los_Angeles:20230923T180000
DTSTAMP:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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:20260605T104620
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260605T104620
CREATED:20230829T032633Z
LAST-MODIFIED:20230829T032633Z
UID:21357-1693249200-1693252800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nReviewed lists\nContinued for loops with lists\n\nHomework:\nMake the following files: \n\nAug28_ListsHW2.py\n\nRead pages 37-41 and copy the code down into a file\n\n\nAug28_AnimalList.py\n\nFollow these instructions: https://www.ayclogic.com/animal-list-and-for-loop-exercises/\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-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230827T160000
DTEND;TZID=America/Los_Angeles:20230827T170000
DTSTAMP:20260605T104620
CREATED:20230828T001527Z
LAST-MODIFIED:20230828T001554Z
UID:21333-1693152000-1693155600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python - Shawn
DESCRIPTION:Gamas sub \nToday We Did\n\nWe learned the difference between if elif else with a lot ifs.\nWe learned how to get input from Shell.\nWe learned how to convert from String to Integer.\n\nHomework\n\nCreate Aug27_InputFromShellHW1.py\nCopy codes from page 114 to 116. When you copy codes in page 115 and 116\, be careful when you see >>>. Do not copy the >>>.\nAnswer question from page 117: 7-1 and 7-2.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-shawn/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230824T180000
DTEND;TZID=America/Los_Angeles:20230824T190000
DTSTAMP:20260605T104620
CREATED:20230825T060502Z
LAST-MODIFIED:20230825T074834Z
UID:21286-1692900000-1692903600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nHad our first quiz covering topics so far on data types\, conditionals (if statements)\, for/while loops\, and input from shell\n\nHomework:\n\nNo Homework!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230823T183000
DTEND;TZID=America/Los_Angeles:20230823T193000
DTSTAMP:20260605T104620
CREATED:20230824T023447Z
LAST-MODIFIED:20230824T023447Z
UID:21251-1692815400-1692819000@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed Robot Builder HW\nLearned about drawing circles\nCreated face function\n\nHomework\n\nName your file Aug30_ManyShapes_HW.py\n\nFinish the smile for the face1 function using turtle.setheading(direction)\nCreate a letter_A() function to draw the letter A\, using 3 rectangles and turtle.setheading()
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T070000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260605T104620
CREATED:20230822T031328Z
LAST-MODIFIED:20230822T031328Z
UID:21226-1692601200-1692648000@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nLearned lists\nStarted for and for each loops\n\nRemember\, you can reference the code from our lesson in the class Google Drive folder:\nhttps://drive.google.com/drive/folders/14Onyk8hhcNsgqsbuBMvIX1p0aCnxWZlj?usp=drive_link \nHomework:\nMake the following files: \n\n Aug21_Tell_Me_Your_Age.py\n\nFollow the instructions on this page: https://www.ayclogic.com/tell-me-your-age/\n\n\nAug21_ListsHW.py\n\nRead pages 33-35 and complete the Try it Yourself on page 36\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\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T201500
DTEND;TZID=America/Los_Angeles:20230818T211500
DTSTAMP:20260605T104620
CREATED:20230820T004637Z
LAST-MODIFIED:20230820T011129Z
UID:21184-1692389700-1692393300@www.ayclogic.com
SUMMARY:8:15 PM - Honor Intro to Python - William
DESCRIPTION:Today We Did\n\nLearned about variables and datatypes\nLearned about if-else statements\nLearned how to get user input\n\nHomework\nCatch up on the previous 2 homeworks: \n\nLesson 1 – Variables and Datatypes\nLesson 2 – If-Else Statements\n\nComplete as much as you can this week\, and upload your Python files to your Google Drive folder (HonorHW) before the next lesson on Monday. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/815-pm-honor-intro-to-python-william/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230817T180000
DTEND;TZID=America/Los_Angeles:20230817T190000
DTSTAMP:20260605T104620
CREATED:20230818T034658Z
LAST-MODIFIED:20230824T011029Z
UID:21148-1692295200-1692298800@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed for the quiz next week on topics such as while loops\, for loops\, if statements\, getting input from shell\, printing using f “{variable}”\n\nHomework:\n\nReview your recent review homework on https://www.ayclogic.com/intro-to-python-exercises/\nThe quiz next week (08/24) will be similar to the review homework.\nReview your past notes on if statements\, input from shell\, print formatting\, for loops\, and while loops.\nMake sure you read the questions carefully during the quiz next week\, like if you are asked to use a for loop\, or if you have to format what you print using upper()\, or title().\nEmail me at ddjapri@ayclogic.com if you have any questions on any topics.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230815T100000
DTEND;TZID=America/Los_Angeles:20230815T120000
DTSTAMP:20260605T104620
CREATED:20230815T182408Z
LAST-MODIFIED:20230815T190014Z
UID:21118-1692093600-1692100800@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Darin (Riley Class)
DESCRIPTION:What We Did Today:\n\nReviewed for loops\nCovered the topic of while loops\, and using conditionals (if statements) to end the loops\nUsed input from shell along with while loops to create an interactive program\n\nHomework:\n\nCreate a file called Review1HW.py\nDo numbers 2-10 except number 9 in the following: https://www.ayclogic.com/intro-to-python-exercises/\nSubmit into google drive\n\nNOTES:\n\nIf you have any questions\, email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-darin-riley-class-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260605T104620
CREATED:20230815T041640Z
LAST-MODIFIED:20230815T041653Z
UID:21115-1692039600-1692043200@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nLearned how to get user input\nReviewed if-else statements\n\nHomework:\n\nCreate Aug14_IfElseHW2.py (new file -> save)\n\nComplete page 84 exercises 5-3\, 5-4\n\n\nCreate Aug14_Input.py\n\nComplete page 117 exercises 7-1\, 7-2\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\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T100000
DTEND;TZID=America/Los_Angeles:20230812T120000
DTSTAMP:20260605T104620
CREATED:20230812T190104Z
LAST-MODIFIED:20230812T190104Z
UID:21067-1691834400-1691841600@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Darin (Riley Class)
DESCRIPTION:What We Did Today:\n\nCovered the topic of lists\, how to modify lists by adding\, removing\, or replacing elements\nCovered the topic of for loops\, using lists as well the range function to iterate a certain number of times\nTried implementing for loops with conditionals (if statements inside of for loops)\n\nHomework:\n\nCreate a file called Aug12_ListForLoopsHW.py\nCreate an empty list\, and then add numbers from 1- 100 inclusive to the list using a for loop.\nModify the list\, doubling every value by 2.\nPrint out the first 10 elements using the range function in a for loop.\n\nNOTES:\n\nIf you have any questions\, email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-darin-riley-class-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230810T180000
DTEND;TZID=America/Los_Angeles:20230810T190000
DTSTAMP:20260605T104620
CREATED:20230811T020850Z
LAST-MODIFIED:20230811T020850Z
UID:21049-1691690400-1691694000@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed while loops and for loops\nGet input from shell for a while loop to end\n\nHomework:\n\nhttps://www.ayclogic.com/intro-to-python-exercises/\nCreate a file called Review1HW.py and upload it to google drive when finished\nDo number 1-10 from https://www.ayclogic.com/intro-to-python-exercises/\n\nFor number 3\, make sure the formatting is right using .title() to make the b uppercase for burger. \nFor everything else\, refer to your notes about the topic\, like lists\, for loops\, and while loops. \n  \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230810T100000
DTEND;TZID=America/Los_Angeles:20230810T120000
DTSTAMP:20260605T104620
CREATED:20230810T190133Z
LAST-MODIFIED:20230810T190534Z
UID:21043-1691661600-1691668800@www.ayclogic.com
SUMMARY:10 AM - Intro to Python - Darin (Riley Class)
DESCRIPTION:What We Did Today:\n\nCovered variables and data types\, typecasting\, combining strings\nCovered if and else statements along with and/or operators and ==\, <\, >\, !=\, <=\, and >=\nLearned how to get input from shell\nLearned print formatting\n\nHomework:\nGet input from shell for 2 things\, prompting the users: \n\nName\nAge\n\nExample: “Please enter your name: ” \nCheck if age is less than 2: check if name == bob\, print “yes”\, else print “no” \nelse if age is between 2 and 10 inclusive: check if name == henry\, print “yes”\, else print “no” \nelse if age is between 11 and 19 inclusive: check if name == riley\, print “Hi Riley” (using variable) \nelse: print “goodbye” \nNOTES:\n\nMake sure prompting for name is case insensitive\, so you can put in RiLeY and get “Hi Riley” as your output. Keep in mind it’s Riley\, not RiLeY.\nIf you have any questions\, email me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-darin-riley-class/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230809T183000
DTEND;TZID=America/Los_Angeles:20230809T193000
DTSTAMP:20260605T104620
CREATED:20230810T031544Z
LAST-MODIFIED:20230810T031544Z
UID:21037-1691605800-1691609400@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed Aug9_TurtleShapesHomework.py\nStarted Robot Builder\n\nHomework\n\nFinish the rest of the Robot Builder project\n\nName your file: Aug15_RobotBuilder.py\nFinish the legs\, body\, neck\, head\, eyes\, mouth
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230808T190000
DTEND;TZID=America/Los_Angeles:20230808T200000
DTSTAMP:20260605T104620
CREATED:20230808T132122Z
LAST-MODIFIED:20230808T132122Z
UID:21016-1691521200-1691524800@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - Indo - Gamas
DESCRIPTION:Homework\n\nContinue with your Jul22_RobuxShoppingCart.py.\nAdd codes to handle “2. Buy The Samurai of the Gamers 1000 robux”\, “3. Buy parrot 50 robux”.\nAlso add code to do “4. Add more robux”\nLook at the example below\n\nWelcome to the Roblox Store! You have 2000 robux!\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 1\nGame Pass bought for 450 Robux! You have 1550 robux left\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 2\nThe Samurai of the Gamers bought for 1000 Robux! You have 550 robux left\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 3\nParrot bought for 50 Robux! You have 500 robux left\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 4\nGive me your credit card number: asdfadf\nInvalid credit card.\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: 4\nGive me your credit card number: 12341234\nThanks for buying 200 robux! You have 700 robux remaining\n\n1. Buy game pass 450 Robux\n2. Buy The Samurai of the Gamers 1000 Robux\n3. Buy parrot 50 Robux\n4. Add more Robux\n5. Exit\nEnter your selection:
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-indo-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T190000
DTEND;TZID=America/Los_Angeles:20230807T200000
DTSTAMP:20260605T104620
CREATED:20230808T031425Z
LAST-MODIFIED:20230808T031425Z
UID:21009-1691434800-1691438400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nReviewed HW\nPrinting using f-strings (formatted strings)\nIf statements with or and and\nelif statements\n\nHomework:\n\nCreate Aug7_StringHW2.py\n\nPage 25: TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6\n\nFor 2-5\, use \" to print out quotation marks within a string\n\n\n\n\nAug7_IfElseHW.py\n\nCopy the code from pages 78-81 in the textbook\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\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230805T170000
DTEND;TZID=America/Los_Angeles:20230805T180000
DTSTAMP:20260605T104620
CREATED:20230807T205223Z
LAST-MODIFIED:20230807T205223Z
UID:20999-1691254800-1691258400@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – Shawn (Substitute: Sebastian)
DESCRIPTION:Today We Did\n\nReviewed data types and operations\nLearned about if\, elif\, and else\nLearned about the special keywords “and” & “or”\, and how to use them with conditions\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease name your homework “AUG5_condition_hw” and submit to the Google Drive\nHomework: Pages 78-81 from the textbook
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-substitute-sebastian/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230805T090000
DTEND;TZID=America/Los_Angeles:20230805T110000
DTSTAMP:20260605T104620
CREATED:20230805T021808Z
LAST-MODIFIED:20230805T021808Z
UID:20972-1691226000-1691233200@www.ayclogic.com
SUMMARY:9 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Today We Did\n\n2-hours final test.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-indo-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230803T180000
DTEND;TZID=America/Los_Angeles:20230803T190000
DTSTAMP:20260605T104620
CREATED:20230803T185539Z
LAST-MODIFIED:20230804T021556Z
UID:20950-1691085600-1691089200@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nWe reviewed using for loops for lists and using range\nIntroduced the topic of while loops and conditionals\n\nHomework:\n\nCreate python file named WhileLoopHW.py and when finished upload to google drive\nFor those with the 2nd edition book\, Page 118 – 119 (do not do the “using a flag”) and Page 121 – 122 (do not do the “Using continue”)\, just copy the codes and try to understand what is going on with the while loops\nFor those with the 3rd edition book\, Page 117 – 118 (do not do the “using a flag” )and Page 121\, just copy the codes and try to understand what is going on with the while loops\nEmail me at ddjapri@ayclogic.com if you have any questions\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230803T180000
DTEND;TZID=America/Los_Angeles:20230803T190000
DTSTAMP:20260605T104620
CREATED:20230803T153743Z
LAST-MODIFIED:20230803T154838Z
UID:20946-1691085600-1691089200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Nathalie - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed turtle python project.\nWe started Grocery Shopping Cart.\n\nHomework\n\nContinue with Aug3_GroceryShoppingCart.py\nMake sure if user select “Ice Cream” and “Bread” the program works and the program keeps track of the price of “Ice cream” and “bread”. Similar to what we did with Milk today.\nYou also need to be able to keep track of the items that you purchase.\n\nYou need to create a new variable.\nThe data type for this variable would be List.\nEverytime user select an “1”\,”2″\,”3″\, make sure to add the item name to the list.\nAfter you exit\, you need to use for loop to go through each element inside the list and list them out one by one. Look at Oct15_ListForLoopHomework.py\n\n\nChange your codes so it can do the following. For keeping track the items that you purchase\, you have to create a new variable and use List.\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 1\nYou have purchased Milk for $5\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 2\nYou have purchased Ice Cream for $4\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: 3\nYou have purchased Bread for $6\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Ice Cream - $4\n3. Bread - $6\nEnter your selection. Enter "exit" to checkout: exit\n\nYou have purchased the following items:\nMILK\nICE CREAM\nBREAD\nPlease pay $15\, thank you for your business.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230802T183000
DTEND;TZID=America/Los_Angeles:20230802T193000
DTSTAMP:20260605T104620
CREATED:20230803T022802Z
LAST-MODIFIED:20230803T022809Z
UID:20933-1691001000-1691004600@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nQuiz 2 Review\nStarted learning about Turtle\n\nHomework\n\nCreate a new file “Aug9_TurtleShapesHomework.py”\nFill in all shapes\nCreate a new function “draw_rectangle”. One parameter: pen_color. Inside the function\, draw a rectangle shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_square”. One parameter: pen_color. Inside the function\, draw a square shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_octagon”. One parameter: pen_color. Inside the function\, draw a octagon shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_triangle”. One parameter: pen_color. Inside the function\, draw a triangle shape using turtle module. Call the function and pass any color to the function.\nLook at this image for your coordinates guidance
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR