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:20230802T150000
DTEND;TZID=America/Los_Angeles:20230802T170000
DTSTAMP:20260605T135304
CREATED:20230803T023028Z
LAST-MODIFIED:20230803T023028Z
UID:20937-1690988400-1690995600@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nRobux Grocery Balance review\nTest review\nTurtle review\n\nHomework\n\nSubmit project before test on August 7th\nStudy for final test.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230731T190000
DTEND;TZID=America/Los_Angeles:20230731T200000
DTSTAMP:20260605T135304
CREATED:20230801T142009Z
LAST-MODIFIED:20230804T174340Z
UID:20898-1690830000-1690833600@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nExplored the topic of class variables\nAnimated our birds to flap when flying\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian?ref_type=heads\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nYou have all been creating great commit messages which are very brief in the beginning\, then perfectly explain each detail. Keep this up\, I’m very proud of everyone for this.\nHomework: As we mentioned in class\, you will be making your “create_cloud()” method. Here’s a template to help you get started:\n\n\ndef create_cloud(self):\n# self.create_cloud_timer goes down by 1 each time\n# if timer reaches 0\, reset it\, and do all of the following:\n# make random y from 0 - 500 for each new cloud\, x = 50\n# instantiate cloud\n# add cloud to group\n# where should we call create_cloud()?\npass
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230731T190000
DTEND;TZID=America/Los_Angeles:20230731T200000
DTSTAMP:20260605T135304
CREATED:20230801T032211Z
LAST-MODIFIED:20230801T032855Z
UID:20894-1690830000-1690833600@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nLearned about variables and data types (Integer\, float\, string)\nLearned about print() statements\nString concatenation\nStarted learning If-Else statements\n\nHomework:\n\nCreate a new file named July31_StringHW.py (make a new folder to store your homework)\n\nCopy all the code from pages 20-23 in the textbook into this file (stop at the Removing Prefixes section)\n\n\n\nPlease upload your Python file to your assigned Google Drive folders by Sunday night. You can access it through email\, the “Shared with me” tab\, or by creating a shortcut. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230731T150000
DTEND;TZID=America/Los_Angeles:20230731T170000
DTSTAMP:20260605T135304
CREATED:20230801T143617Z
LAST-MODIFIED:20230801T143617Z
UID:20903-1690815600-1690822800@www.ayclogic.com
SUMMARY:3:00 PM – Intro to Python – Sebastian (substitute for Juan)
DESCRIPTION:Today We Did\n\nLooked through project proposals & looked closely at the requirements\nFinished the entire Robux Shopping project\nLearned how to create programs based off what the menu requires (this will be very helpful when you take Python OOP)\nLearned how to draw some new letters together like “o”\, “s”\, and “a”\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nBegin working on your Turtle projects\n\nRemember any feedback I gave: Maybe adding a few more objects\, remembering to change the colors\, etc\nLook closely at the requirements as you write your code\, remember to stay within x = 500\, y = 500\, etc: https://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\nQuestions? Email Juan at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-sebastian-substitute-for-juan/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T180000
DTEND;TZID=America/Los_Angeles:20230727T190000
DTSTAMP:20260605T135304
CREATED:20230728T022224Z
LAST-MODIFIED:20230728T022853Z
UID:20840-1690480800-1690484400@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed homework for animal_list\, understanding how to use if statements inside of for loops (reviewing how to add items to a list)\nUnderstanding how to use for loop with the range() function\nUnderstanding that range() function only takes in an integer\nGet input from shell to specify how many times we want to loop\n\n  \nHomework:\n\nCreate python file named ForLoopRangeHW.py and when finished upload to google drive\nPage 56 try it yourself 4-1 and 4-2 (this is just a review of what we learnt already)\nPage 60 try it yourself 4-3 and 4-4\nEmail me at ddjapri@ayclogic.com if you have any questions\, especially for try it yourself 4-4 which can be confusing\n\nNote:\nFor the try it yourself 4-4\, you would have to start by creating an empty list and then using the .append method in a for loop of range 1 million \n  \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230726T150000
DTEND;TZID=America/Los_Angeles:20230726T170000
DTSTAMP:20260605T135304
CREATED:20230727T001100Z
LAST-MODIFIED:20230727T001100Z
UID:20816-1690383600-1690390800@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished Face 2 Function\nFinished KaleidoSpiral\nFinished Grocery System\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nComplete your project proposal and upload to your Google Drive:\n\nName your file Jul31_ProjectProposal\n\n\nGet started on your project and follow the criteria:\n\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230724T190000
DTEND;TZID=America/Los_Angeles:20230724T210000
DTSTAMP:20260605T135304
CREATED:20230727T001236Z
LAST-MODIFIED:20230727T001321Z
UID:20818-1690225200-1690232400@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinal test\nSubmitted final project
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230724T150000
DTEND;TZID=America/Los_Angeles:20230724T170000
DTSTAMP:20260605T135304
CREATED:20230725T000848Z
LAST-MODIFIED:20230727T000858Z
UID:20814-1690210800-1690218000@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished Robot Builder\nComplete complex shapes and Face 1.\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file July26_Face2_HW.py\n\nFinish the Face2 function\n\n\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230720T190000
DTEND;TZID=America/Los_Angeles:20230720T203000
DTSTAMP:20260605T135304
CREATED:20230722T001005Z
LAST-MODIFIED:20230722T001005Z
UID:20745-1689879600-1689885000@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nProject critiques\nTurtle review\nFinal test review\n\nHomework\n\nProject due July 24th\n\nDue by 8:00 AM \n\n\nFinal test July 24th\n\n7PM – 9PM.\nYou have two hours to take the final test\n\n\nProject criteria:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230720T180000
DTEND;TZID=America/Los_Angeles:20230720T190000
DTSTAMP:20260605T135304
CREATED:20230721T020305Z
LAST-MODIFIED:20230727T172821Z
UID:20712-1689876000-1689879600@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nUsing if statements inside for loops\nUnderstand how indentation works for for loops\, how to put code inside a for loop versus outside a for loop\n\nHomework:\n\nhttps://www.ayclogic.com/animal-list-and-for-loop-exercises/\nCreate file named ListForLoops-2HW.py for the above homework and submit into google drive\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230719T183000
DTEND;TZID=America/Los_Angeles:20230719T193000
DTSTAMP:20260605T135304
CREATED:20230720T025758Z
LAST-MODIFIED:20230720T025758Z
UID:20696-1689791400-1689795000@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nQuiz 2\n\nHomework\n\nView your score sent to your email\, and review which problems you got wrong
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230719T150000
DTEND;TZID=America/Los_Angeles:20230719T170000
DTSTAMP:20260605T135304
CREATED:20230720T000831Z
LAST-MODIFIED:20230720T000831Z
UID:20691-1689778800-1689786000@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed Quiz 2 problems\nStarting learning about the turtle module\nCompletely Robot Builder left_arm and right_arm.\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file July24_RobotBuilder_HW.py\n\nFinish the rest of the robot:\n\nTorso\, neck\, head\, eyes\, mouth\, legs\n\n\n\n\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230717T190000
DTEND;TZID=America/Los_Angeles:20230717T203000
DTSTAMP:20260605T135304
CREATED:20230720T000555Z
LAST-MODIFIED:20230722T000835Z
UID:20682-1689620400-1689625800@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished the Robux Balance System project.\nReviewed final projects and made critiques.\n\nHomework\n\nMake significant progress on your project.\nProject due July 24th\nFinal test July 24th\nProject criteria:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230717T150000
DTEND;TZID=America/Los_Angeles:20230717T170000
DTSTAMP:20260605T135304
CREATED:20230718T000238Z
LAST-MODIFIED:20230718T000451Z
UID:20635-1689606000-1689613200@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed functions homework\nReviewed fixing bugs and errors\nFinished fixing bugs problem 1 in class:\n\nhttps://www.ayclogic.com/fixing-python-bugs/\n\n\nWent over practice problems for review:\n\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file July19_FixingBugs_HW.py\n\nhttps://www.ayclogic.com/fix-python-bugs-2/\n\n\nTake the Quiz at home:\n\nhttps://docs.google.com/forms/d/e/1FAIpQLSfQmiaJKXSWsCO-Mik32rodvT1DgTVKs2ce4jeySuMlkSIsHQ/viewform?usp=sf_link\nOpen book\, open notes.\n\n\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230713T190000
DTEND;TZID=America/Los_Angeles:20230713T203000
DTSTAMP:20260605T135304
CREATED:20230714T035102Z
LAST-MODIFIED:20230714T035123Z
UID:20592-1689274800-1689280200@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished Grocery System program\nStarted working on Robux Balance program\nView what we covered today at https://drive.google.com/drive/u/1/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nMake more progress on your project.\n\nSubmit your file Jul17_Project_2.py\n\n\nEntire project is due July 24th.\nProject criteria:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230713T180000
DTEND;TZID=America/Los_Angeles:20230713T190000
DTSTAMP:20260605T135304
CREATED:20230714T020626Z
LAST-MODIFIED:20230714T020626Z
UID:20582-1689271200-1689274800@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:Today We Did:\n\nUnderstanding the difference between del/pop\, and append/insert\nHow to find length of a list\nIntroduction to For Loops for lists\n\nHomework:\n\nCreate new python file named July13_ListHomework2.py\n2nd edition: TRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6\n3rd edition: TRY IT YOURSELF from page 41-42: 3-4\, 3-5\, 3-6\nDO NOT DO 3-7\nSubmit into Google Drive\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230712T183000
DTEND;TZID=America/Los_Angeles:20230712T193000
DTSTAMP:20260605T135304
CREATED:20230713T024626Z
LAST-MODIFIED:20230713T024626Z
UID:20567-1689186600-1689190200@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed fixing bugs HW\, part 1 and part 2.\nReviewed errors and fixing bugs.\nReviewed quiz 2 practice problems:\n\nhttps://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\nView what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva\n\nHomework\n\nStudy for Quiz 2\n\nPrevious quiz 1 problems\, random module\, fixing errors\, functions\, etc.\n\n\nQuestions? Contact me @ juan@ayclogic.com\nNo class on July 5th
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230712T150000
DTEND;TZID=America/Los_Angeles:20230712T170000
DTSTAMP:20260605T135304
CREATED:20230713T023944Z
LAST-MODIFIED:20230713T024343Z
UID:20565-1689174000-1689181200@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed the homework due today about: while loop and functions\nFunctions:\n\nWithout return values\nWith return values\n\n\nRandom module:\n\nrandom.randint(start\, end)\, random.choice(list)\nMagic8Ball\n\n\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file July17_Functions_HW.py and do problems 4 – 7:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\nUpload the file to your google drive folder.\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230710T190000
DTEND;TZID=America/Los_Angeles:20230710T203000
DTSTAMP:20260605T135304
CREATED:20230711T034704Z
LAST-MODIFIED:20230711T034704Z
UID:20540-1689015600-1689021000@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed homework for project proposals\n\nIf I gave you critiques\, make sure to modify your project proposal\n\n\nFinished reviewing complex shapes and circles.\nFinished Kaleido Spiral\n\nHomework\n\nMake significant progress on your project.\n\nSubmit your file Jul13_Final_Project_HW1.py\n\n\nProject criteria:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230710T150000
DTEND;TZID=America/Los_Angeles:20230710T170000
DTSTAMP:20260605T135304
CREATED:20230711T001252Z
LAST-MODIFIED:20230711T001252Z
UID:20534-1689001200-1689008400@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed the homework due today about: for loop with list and with range\nReviewed for loops:\n\nwith lists and in range.\n\n\nLearned about while loops:\n\nForever loops and breaking from a loop.\n\n\nBriefly learned about functions:\n\nDefining a function\, calling a function\, parameters\n\n\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file July12_while_loop_HW.py and do:\n\nCopy code from pages 118-121\n\n\nName your file July12_functions_intro_HW.py and do:\n\nCopy code from pages 130-131\n\n\nUpload the two files to your google drive folder.\nQuestions? Email me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230629T190000
DTEND;TZID=America/Los_Angeles:20230629T203000
DTSTAMP:20260605T135304
CREATED:20230630T001700Z
LAST-MODIFIED:20230630T035748Z
UID:20456-1688065200-1688070600@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework for Robot Builder.\nComplex shapes and polygons.\nNo class next week. Next class on July 10\, 7:00 PM.\n\nHomework\n\nProject proposal (drawing) due July 10.\n\nProject criteria:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\n\n\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230629T180000
DTEND;TZID=America/Los_Angeles:20230629T190000
DTSTAMP:20260605T135304
CREATED:20230630T020944Z
LAST-MODIFIED:20230630T022106Z
UID:20458-1688061600-1688065200@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:Today We Did:\n\nHow to access lists\nAdd items to a list\nRemove items from a list\, and\nModify lists.\n\nHomework\n\nCreate new python file named June29_ListHomework.py\nFor those with second edition book: Page 38 to 41: access\, modify\, append\, remove\nFor those with third edition book: Page 37 to 41 (Do not do try it yourself section)\nSubmit into google drive\nIf you have any questions\, email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230628T183000
DTEND;TZID=America/Los_Angeles:20230628T193000
DTSTAMP:20260605T135304
CREATED:20230629T024450Z
LAST-MODIFIED:20230629T024924Z
UID:20440-1687977000-1687980600@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed Magic8Ball using random.randint() and random.choice()\nFinished Password Generator and Star Wars problems.\nView what we covered at https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva\nNo class on July 5th\n\nHomework\n\nName your file: July12_FixingBugs1_HW.py and do:\n\nhttps://www.ayclogic.com/fixing-python-bugs/\n\n\nName your file: July12_FixingBugs2_HW.py and do:\n\nhttps://www.ayclogic.com/fix-python-bugs-2/\n\n\nQuestions? Contact me @ juan@ayclogic.com\nNo class on July 5th
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230628T150000
DTEND;TZID=America/Los_Angeles:20230628T170000
DTSTAMP:20260605T135304
CREATED:20230629T001921Z
LAST-MODIFIED:20230701T191238Z
UID:20428-1687964400-1687971600@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed the homework due today for strings and if-else.\nReviewed:\n\nStrings: upper()\, title()\, lower()\nIf-elif-else\n\n\nLearned about lists:\n\nAccessing and modifying lists by index.\nAdding to lists: append()\, insert()\nRemoving from lists: remove()\, pop()\, del\n\n\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nNo class on July 3rd\nNext class on July 5th\nName your file July3_if_elif_else_HW.py and do:\n\nPg. 117\, Try It Yourself: 7-1\, 7-2\n\n\nName your file July3_tell_me_your_age.py and do problem 1:\n\nhttps://www.ayclogic.com/tell-me-your-age/\n\n\nName your file July3_list_HW.py and do:\n\nCopy pg. 38-41\nPg. 42\, Try It Yourself: 3-4\, 3-5\, 3-6\n\n\nUpload the three files to your google drive folder.\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230626T190000
DTEND;TZID=America/Los_Angeles:20230626T203000
DTSTAMP:20260605T135304
CREATED:20230627T034230Z
LAST-MODIFIED:20230627T034230Z
UID:20408-1687806000-1687811400@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework.\nModified our rectangle function\, using parameters\, to specify:\n\nStarting (x\, y) coordinates.\nLength and width.\nColor and fill color\n\n\nCreated a left_arm function for our robot\, using the rectangle function\nView what we covered at: https://drive.google.com/file/d/1oKiaJ6MnWjaZzvZwcNI1lBQ52_JkTn1S/view\nNew schedule: Monday/Thursday 7:00 PM – 8:30 PM\n\nHomework\n\nName your file June29_RobotBuilder_HW.py and do:\n\nCreate a function for the right_arm\, torso\, and legs\nAttempt to combine the torso with the left_arm\, right_arm\, torso\, and legs\n\n\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230626T150000
DTEND;TZID=America/Los_Angeles:20230626T170000
DTSTAMP:20260605T135304
CREATED:20230627T000825Z
LAST-MODIFIED:20230627T000825Z
UID:20400-1687791600-1687798800@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nLearned about variables\, data types: int\, float\, string\, and boolean.\n\nint and string operations.\nConverting data types\, int()\, str()…\n\n\nLearned about if-elif-else statements.\n\nLearned about boolean expressions.\n\n\nView what we covered today at https://drive.google.com/drive/u/1/folders/19Kl2Yg3yOu6YAXIjkh3fsztpv3OxsmvA\n\nHomework\n\nName your file June_28_String_HW.py and do:\n\nCopy pages 20-23\nPg. 25 – TRY IT YOURSELF 2-3\, 2-4\, 2-5\, 2-6\n\n\nName your file June_28_IF_ELSE_HW.py and do:\n\nCopy pages 78-81\nPg. 84 – 5-3\, 5-4\n\n\nUpload both files to your google drive folder.\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230622T190000
DTEND;TZID=America/Los_Angeles:20230622T203000
DTSTAMP:20260605T135304
CREATED:20230623T033746Z
LAST-MODIFIED:20230623T033809Z
UID:20344-1687460400-1687465800@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed problems from Quiz #2.\nContinued learning about Turtle Graphics:\n\nReviewed HW.\nLearned about turtle.begin_fill() and turtle.end_fill()\n\n\nNew schedule: Monday/Thursday 7:00 PM – 8:30 PM\n\nHomework\n\nName your file June26_TurtleShapes_HW.py and do:\n\nCreate a function for draw_square():\n\nHave a parameter for pen_color\, and change the pen color\nFill the shape with turtle.begin_fill() and turtle.end_fill()\n\n\nCreate a function for draw_triangle():\n\nHave a parameter for pen_color\, and change the pen color\nFill the shape with turtle.begin_fill() and turtle.end_fill()\n\n\nLook at this image for your coordinates guidance\n\n\n\n\n\n\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/20344/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230622T180000
DTEND;TZID=America/Los_Angeles:20230622T190000
DTSTAMP:20260605T135304
CREATED:20230623T032919Z
LAST-MODIFIED:20230629T013007Z
UID:20342-1687456800-1687460400@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about input from shell. How to convert from String to Integer.\nWe learned about +=\, -=. *=\, /= .\n\nHomework\n\nCreate a new Python file June22_HowOldAreYou.py\nDo exercises only #1 from https://www.ayclogic.com/tell-me-your-age/ . Don’t do #2 and #3
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230621T183000
DTEND;TZID=America/Los_Angeles:20230621T193000
DTSTAMP:20260605T135304
CREATED:20230622T023350Z
LAST-MODIFIED:20230622T023512Z
UID:20316-1687372200-1687375800@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed HW problems 6\, 7 from:\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nLearned about the random module\, random.choice() and random.randint()\nView what we covered today at: https://drive.google.com/drive/u/1/folders/1ZUAbuGWWGPRXxcEKHRhFdGLyFc7N5Jva\n\nHomework\n\nName your file: June28_Magic8Ball_HW.py and do:\n\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230619T190000
DTEND;TZID=America/Los_Angeles:20230619T203000
DTSTAMP:20260605T135304
CREATED:20230620T014806Z
LAST-MODIFIED:20230620T050303Z
UID:20285-1687201200-1687206600@www.ayclogic.com
SUMMARY:7:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nCompleted Quiz #2\n\nQuiz scores are sent to your email.\n\n\nStarted learning about the basics of Turtle Graphics.\nNew schedule: Monday/Thursday 7:00 PM – 8:30 PM\n\nHomework\n\nHomework due before our next class Thursday\, June 22.\nName your file June22_TurtleShapes_HW.py and do:\n\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\n\n\n\n\n\n\nQuestions? Email me at juan@ayclogic.com
URL:https://www.ayclogic.com/event/700-pm-intro-to-python-juan-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR