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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210601T180000
DTEND;TZID=America/Los_Angeles:20210601T190000
DTSTAMP:20260611T083455
CREATED:20210602T023838Z
LAST-MODIFIED:20210602T023838Z
UID:7925-1622570400-1622574000@www.ayclogic.com
SUMMARY:6 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we:\n\nDid practice problems on if/elif/else statements\n\n\nHomework:\n\nDo the following problems below. These 3 questions can also be found in the google drive file named “IfElsePractice.py”\nGet the price from the user\nIf price is less than $10 then print (f”{price} is cheap”)\nif price is less than 50 then print “{price} is not a bad price”\nanything else and print “{price} is way too expensive”\nGet the age from the user\nWe now want to print the price of the ticket AT THE END\nif age is less than 5 then price is 0\nif age is less than 18 then price is 12\nif age is less than 30 then price is 30\nany other age and the price is 0\nAT THE END PRINT THE PRICE\nget the name from the user\nif the name is “PARKER” then print “Hi Parker”\nany other name then print “Who are you”\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-introduction-to-python-nathaniel-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210602T170000
DTEND;TZID=America/Los_Angeles:20210602T190000
DTSTAMP:20260611T083455
CREATED:20210603T034239Z
LAST-MODIFIED:20210603T040031Z
UID:7948-1622653200-1622660400@www.ayclogic.com
SUMMARY:5 PM - Summer Intro to Python
DESCRIPTION:We learned Python data types and variables\nWe learned how to combine strings\nWe learned how to do if else elif statements\nWe learned about boolean expression\nWe also learned about getting an input from shell\nHomeworks\n\nI want you to create a new file June2_Stringhomework.py\n\nPg 20-23 from the book\n\n\nI want you to create new file June2_IFELSEhomework.py\n\nPg 79-81 from the book\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-summer-intro-to-python/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210604T190000
DTEND;TZID=America/Los_Angeles:20210604T200000
DTSTAMP:20260611T083455
CREATED:20210605T025858Z
LAST-MODIFIED:20210605T025858Z
UID:7977-1622833200-1622836800@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:Homework:\n\nContinue with the face1 function:\n\nDraw one more eye ball\nDraw 2 pupils\nDraw one rectangle for the mouth
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-33/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210605T140000
DTEND;TZID=America/Los_Angeles:20210605T150000
DTSTAMP:20260611T083455
CREATED:20210605T215800Z
LAST-MODIFIED:20210605T215800Z
UID:8007-1622901600-1622905200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate June5_ListHomework.py:\n\nCopy exercises from page 37 to 41\nDo “TRY IT YOURSELF” from page 36\n\n\nCreate June5_ForLoopListHomework.py\n\nPage 52.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210606T140000
DTEND;TZID=America/Los_Angeles:20210606T160000
DTSTAMP:20260611T083455
CREATED:20210606T231003Z
LAST-MODIFIED:20210606T231101Z
UID:8022-1622988000-1622995200@www.ayclogic.com
SUMMARY:2 PM - Summer Intro to Python
DESCRIPTION:We learned Python data types and variables\nWe learned how to combine strings\nWe learned how to do if else elif statements\nWe learned about boolean expression\nWe also learned about getting an input from shell\nHomeworks\n\nI want you to create a new file June6_Stringhomework.py\n\nPg 20-23 from the book\n\n\nI want you to create new file June6_IFELSEhomework.py\n\nPg 79-81 from the book\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/2-pm-summer-intro-to-python/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210607T170000
DTEND;TZID=America/Los_Angeles:20210607T190000
DTSTAMP:20260611T083455
CREATED:20210608T024053Z
LAST-MODIFIED:20210608T024231Z
UID:8027-1623085200-1623092400@www.ayclogic.com
SUMMARY:5 PM – Summer Intro to Python
DESCRIPTION:We learned how to use f formatter for strings\nWe learned about string methods\nWe learned how to code if-statements while getting an input from shell\nWe learned about lists and all of its methods\nWe learned about basic for loops\nHomework\n\nI want you to create a new file June7_ListsHomework.py\n\nTRY IT YOURSELF from page 36\nPage 37 to 41 from the book\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-summer-intro-to-python-2/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210608T180000
DTEND;TZID=America/Los_Angeles:20210608T190000
DTSTAMP:20260611T083455
CREATED:20210609T035402Z
LAST-MODIFIED:20210609T035402Z
UID:8050-1623175200-1623178800@www.ayclogic.com
SUMMARY:6 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we:\n\nFinished learning about if/else statements\nStarted learning about lists\n\n\nHomework:\n\nPgs.36 3-1 and 3-2 (TRY IT YOURSELF)\nPgs.37-38\, Pgs.39\, 41\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-introduction-to-python-nathaniel-4/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210609T170000
DTEND;TZID=America/Los_Angeles:20210609T190000
DTSTAMP:20260611T083455
CREATED:20210610T023232Z
LAST-MODIFIED:20210610T023232Z
UID:8057-1623258000-1623265200@www.ayclogic.com
SUMMARY:5PM - Summer Intro to Python
DESCRIPTION:We learned about for loops\nWe learned how to loop through lists\nWe were introduced to while loops\nWe learned how to print a list using it’s index\nWe learned how to use strings like lists\nHomework\n\nI want you to create a new file June9_LoopHomework\n\nPage 55 and page 56 “TRY IT YOURSELF” 4-1\nPage 57\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210611T190000
DTEND;TZID=America/Los_Angeles:20210611T200000
DTSTAMP:20260611T083455
CREATED:20210612T042024Z
LAST-MODIFIED:20210612T042024Z
UID:8095-1623438000-1623441600@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:We continued with Face1 Turtle drawing.\nWe learned to draw letter A with combination of rectangles.\nHomework:\n\nCreate Turtle project proposal by drawing on a piece of paper of what you want to draw in Turtle. Please make your proposal with colors. Your proposal has to meet the following criterias listed in here: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nAfter you are done with your project proposal\, take a picture of it and email it to me at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-34/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210612T050000
DTEND;TZID=America/Los_Angeles:20210612T180000
DTSTAMP:20260611T083455
CREATED:20210613T011134Z
LAST-MODIFIED:20210613T011134Z
UID:8122-1623474000-1623520800@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we:\n\nFinished learning about dictionaries\nReviewed the homework due\n\n\nHomework:\n\nDo the following problem below. This question can also be found in the google drive file named “Jun12_OOPHw1.py”\nHomework:\nCreate a dictionary called “Animal” and have 4 keys such as “gender”\, “diet”\, “age”\, “name”\nAnd use user input to give these key values. \nCreate a program where if the diet is “carnivore” then print all the information of that animal and state that it eats meat\nIf the diet is “herbivore” then print all the information out and state that it does not eat meat\nIf if the diet is unknown or anything else\, just print all the information of that animal out and say that its diet is unknown\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-nathaniel-lee-11/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210612T140000
DTEND;TZID=America/Los_Angeles:20210612T150000
DTSTAMP:20260611T083455
CREATED:20210612T215828Z
LAST-MODIFIED:20210612T215828Z
UID:8109-1623506400-1623510000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:Homework:\n\n\n\nCreate a new Python file June12_ForLoopRangeHomework.py\nDo coding exercised in page 57 and 58\nTRY IT YOURSELF from page 60. Do only number 4-3 and 4-4
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210612T160000
DTEND;TZID=America/Los_Angeles:20210612T170000
DTSTAMP:20260611T083455
CREATED:20210613T010923Z
LAST-MODIFIED:20210613T010923Z
UID:8120-1623513600-1623517200@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we:\n\nFinished Hangman\n\n\nHomework:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-lee-13/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210612T170000
DTEND;TZID=America/Los_Angeles:20210612T180000
DTSTAMP:20260611T083455
CREATED:20210617T020340Z
LAST-MODIFIED:20210617T020340Z
UID:8156-1623517200-1623520800@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we:\n\nFinished learning about Dictionaries\n\n\nHomework:\n\nCreate a dictionary called “Animal” and have 4 keys such as “gender”\, “diet”\, “age”\, “name”\nAnd use user input to give these key values. \nCreate a program where if the diet is “carnivore” then print all the information of that animal and state that it eats meat\nIf the diet is “herbivore” then print all the information out and state that it does not eat meat\nIf if the diet is unknown or anything else\, just print all the information of that animal out and say that its diet is unknown\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-nathaniel-lee-12/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210614T170000
DTEND;TZID=America/Los_Angeles:20210614T190000
DTSTAMP:20260611T083455
CREATED:20210615T024720Z
LAST-MODIFIED:20210615T025031Z
UID:8135-1623690000-1623697200@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:We learned about new formats for variable assignment\nWe learned about forever loops\nWe learned how to use “break” to prevent a forever loop\nWe learned how to repeatedly get an input from user until a loop is broken\nWe were introduced to functions\nHomework\n\nI want you to create a new file June14_ForeverLoopHomework\n\nPage 121 and page 123\, TRY IT YOURSELF: 7-5\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-2/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210616T170000
DTEND;TZID=America/Los_Angeles:20210616T190000
DTSTAMP:20260611T083455
CREATED:20210617T021331Z
LAST-MODIFIED:20210617T021331Z
UID:8158-1623862800-1623870000@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:We learned how to create functions without return values\nWe learned how to call these functions\nWe learned how to create functions with return values\nWe learned how to assign variables to return values\nWe were introduced to random methods\nHomework\n\nI want you to create a new file June16_Functions\n\nHomework: 130\, 131 (TRY IT YOURSELF)\nHomework: 138\, 139\nHomework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 7.\n\n\n\n\n\n\nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210618T190000
DTEND;TZID=America/Los_Angeles:20210618T200000
DTSTAMP:20260611T083455
CREATED:20210619T041353Z
LAST-MODIFIED:20210619T041353Z
UID:8172-1624042800-1624046400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:We learned how to do polygon in Turtle.\nWe started Kaleido Spiral project.\nHomework:\n\nIf you get some feedbacks on your\, please resubmit your proposal to gamas@ayclogic.com by Sunday June 20.\nStart making progress on your project. The project is due on July 23.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-35/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210619T140000
DTEND;TZID=America/Los_Angeles:20210619T150000
DTSTAMP:20260611T083455
CREATED:20210619T231833Z
LAST-MODIFIED:20210620T005846Z
UID:8196-1624111200-1624114800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:Class Exercises\n\nWe went over For Loop range homeworks\nWe went over how to do more For Loop range.\nWe went over how to loop through a List using For Loop Range.\n\nHomework\n\nCreate a new Python File June19_WhileLoopHomework.py\nIn this file\, copy codes from page 118 to 121.\nTRY IT YOURSELF from page 123.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210619T160000
DTEND;TZID=America/Los_Angeles:20210619T170000
DTSTAMP:20260611T083455
CREATED:20210620T013927Z
LAST-MODIFIED:20210620T013927Z
UID:8200-1624118400-1624122000@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we:\n\nFinished problems 1-3 on Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\nHomework:\n\nFinish problems 4-7 of the homework that was due today. Can be found at https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-lee-14/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210619T170000
DTEND;TZID=America/Los_Angeles:20210619T180000
DTSTAMP:20260611T083455
CREATED:20210620T013447Z
LAST-MODIFIED:20210624T020413Z
UID:8198-1624122000-1624125600@www.ayclogic.com
SUMMARY:5 PM – Object Oriented Programming in Python – Nathaniel Lee
DESCRIPTION:Today we:\n\n\n\nFinished DictionariesHw2.py\nFinished Grocery System 2.0 with dictionaries:\n\n\n\nHomework:\n\n\n\nNo Homework!\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-object-oriented-programming-in-python-nathaniel-lee/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210621T170000
DTEND;TZID=America/Los_Angeles:20210621T190000
DTSTAMP:20260611T083455
CREATED:20210622T022911Z
LAST-MODIFIED:20210623T031403Z
UID:8223-1624294800-1624302000@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:Today we do\n\nWe learned about the random module\nWe learned how to design an 8 ball game\nWe started  coding a hangman game\n\nHomework\nWork on Hangman game (if stuck don’t worry we’ll discuss next class) \n\nCreate a forever loop\nIf input is equal to secret_word\, stop the loop\notherwise print “<input> is not correct. please try again.”\n\nIf you do your homework properly\, it will look like this \nGuess a letter or the whole word: dragon\ndragon is not correct. please try again\n\nGuess a letter or the whole word: asdfadsfa\nasdfadsfa is not correct. please try again.\n\nGuess a letter or the whole word: hydra\nCongratulation\, you guessed correctly: hydra\n  \nIf you want to change your nine lives symbol\, the unicode link is below.\nhttps://www.materialui.co/unicode-characters \nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-4/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210622T180000
DTEND;TZID=America/Los_Angeles:20210622T190000
DTSTAMP:20260611T083455
CREATED:20210623T050432Z
LAST-MODIFIED:20210623T050432Z
UID:8244-1624384800-1624388400@www.ayclogic.com
SUMMARY:6 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we:\n\nReviewed the Lists homework\nPracticed using Lists\n\n\nHomework:\n\nPage 42\, 3-5 and 3-6\n\n\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/6-pm-introduction-to-python-nathaniel-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210623T170000
DTEND;TZID=America/Los_Angeles:20210623T190000
DTSTAMP:20260611T083455
CREATED:20210624T022407Z
LAST-MODIFIED:20210626T201128Z
UID:8267-1624467600-1624474800@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today\n1. We learned that strings can be treated as lists \n2. We learned how to use “for loops” with lists using the index of a string \n3. Using all these concepts we finished the hangman game \nHomework\nTitle your homework June23_FixingBugs \nFor homework I want you guys to copy the code from the link below and try fixing all errors so that the code outputs properly. \nhttps://www.ayclogic.com/fixing-python-bugs/ \nP.S Good work today guys\, you built your first game!!! \nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210625T190000
DTEND;TZID=America/Los_Angeles:20210625T200000
DTSTAMP:20260611T083455
CREATED:20210627T031637Z
LAST-MODIFIED:20210627T051801Z
UID:8309-1624647600-1624651200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:Today We Do\n\nWe completed Kalaido Spiral project\nWe started ShoppingCart project\nNo class next week (July 2 to July 5\, 2021) because of July 4 weekend.\n\nHomework\n\nMake progress on your python project. Remember the due date for your final project is July 23.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-36/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210626T140000
DTEND;TZID=America/Los_Angeles:20210626T150000
DTSTAMP:20260611T083455
CREATED:20210626T221903Z
LAST-MODIFIED:20210626T221903Z
UID:8300-1624716000-1624719600@www.ayclogic.com
SUMMARY:2 PM - Intro to Python
DESCRIPTION:Today We Do\n\nWe reviewed While Loop homework.\nThere is no class next week (July 3rd) because of July 4th weekend.\n\nHomework\n\nCreate new homework file June26_PythonHomeworks.py\nDo exercises number 1 to 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nCreate a new homework file June26_TellMeYourAge.py\nDo exercises in here\, do all numbers 1 to 3: https://www.ayclogic.com/tell-me-your-age/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210626T160000
DTEND;TZID=America/Los_Angeles:20210626T170000
DTSTAMP:20260611T083455
CREATED:20210628T042333Z
LAST-MODIFIED:20210630T203020Z
UID:8326-1624723200-1624726800@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we: \n\nReviewed homework\nWent over how to understand and fix errors in python\nReviewed for Quiz 2 which will take place on July 10\n\n  \nHomework: \n\nThere are some optional exercises that would be a beneficial way of studying for Quiz 2 in the file “Jun26_Quiz2Review” which is located in the class google drive.\n\n  \nNO CLASS NEXT WEEK! Enjoy your Fourth of July! \nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-lee-15/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210626T170000
DTEND;TZID=America/Los_Angeles:20210626T180000
DTSTAMP:20260611T083455
CREATED:20210628T042544Z
LAST-MODIFIED:20210630T203113Z
UID:8328-1624726800-1624730400@www.ayclogic.com
SUMMARY:5 PM - Object Oriented Programming in Python - Nathaniel Lee
DESCRIPTION:Today we: \n\nLearned the benefit of object-oriented programming in python\nCreated classes and objects\nUsed objects and their attributes with lists\n\n  \nHomework: \n\n\nPage 167 – TRY IT YOURSELF \n\nDown and install latest community edition of pycharm from https://www.jetbrains.com/pycharm/download/\n\nNO CLASS NEXT WEEK! Enjoy your Fourth of July! \nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-object-oriented-programming-in-python-nathaniel-lee-2/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210628T170000
DTEND;TZID=America/Los_Angeles:20210628T190000
DTSTAMP:20260611T083455
CREATED:20210629T024133Z
LAST-MODIFIED:20210629T030927Z
UID:8337-1624899600-1624906800@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today\n1. We learned about turtle\, and how it can be used to design animations. \n2. We learned how to create squares and circles using functions. \n3. We learned how to call functions to animate drawings. \nHomework\nFor homework just finish drawing the last 2 arms for the robot. Take a look at the screenshot below for reference\, ignore the balloon. \n \nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-6/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210629T060000
DTEND;TZID=America/Los_Angeles:20210629T190000
DTSTAMP:20260611T083455
CREATED:20210630T020015Z
LAST-MODIFIED:20210630T020105Z
UID:8346-1624946400-1624993200@www.ayclogic.com
SUMMARY:6 PM - Introduction to Python - Nathaniel
DESCRIPTION:What we did today: \n\nReviewed list homework\nLearned about for loops with lists\nDid practice problems with for loops and lists\n\nHomework: \n\nPage 52\n\nIf you have any questions\, feel free to email me at nathaniel@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-introduction-to-python-nathaniel-6/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210630T170000
DTEND;TZID=America/Los_Angeles:20210630T190000
DTSTAMP:20260611T083455
CREATED:20210701T021909Z
LAST-MODIFIED:20210701T022059Z
UID:8375-1625072400-1625079600@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:Reminder: No Class on Monday!!\nWhat We Did Today\n1. We learned how to design figures using shapes generated from turtle \n2. We learned how to change the angles of shapes as we design them \n3. We were able to finish generating figures continuously \n4. We were also able to finish creating a kaleido spiral \nHomework\nFor homework finish the function draw_face2\, remember to call draw_face2 in the while loop. Here’s a drawing below. \n \nHope you guys enjoy your fourth of July weekend!! \nIf you have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-7/
CATEGORIES:Python Level 1
END:VEVENT
END:VCALENDAR