BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230710T150000
DTEND;TZID=America/Los_Angeles:20230710T170000
DTSTAMP:20260515T185941
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:20230710T190000
DTEND;TZID=America/Los_Angeles:20230710T203000
DTSTAMP:20260515T185941
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:20230712T150000
DTEND;TZID=America/Los_Angeles:20230712T170000
DTSTAMP:20260515T185941
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:20230712T183000
DTEND;TZID=America/Los_Angeles:20230712T193000
DTSTAMP:20260515T185941
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:20230713T180000
DTEND;TZID=America/Los_Angeles:20230713T190000
DTSTAMP:20260515T185941
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:20230713T190000
DTEND;TZID=America/Los_Angeles:20230713T203000
DTSTAMP:20260515T185941
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:20230717T150000
DTEND;TZID=America/Los_Angeles:20230717T170000
DTSTAMP:20260515T185941
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:20230717T190000
DTEND;TZID=America/Los_Angeles:20230717T203000
DTSTAMP:20260515T185941
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:20230719T150000
DTEND;TZID=America/Los_Angeles:20230719T170000
DTSTAMP:20260515T185941
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:20230719T183000
DTEND;TZID=America/Los_Angeles:20230719T193000
DTSTAMP:20260515T185941
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:20230720T180000
DTEND;TZID=America/Los_Angeles:20230720T190000
DTSTAMP:20260515T185941
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:20230720T190000
DTEND;TZID=America/Los_Angeles:20230720T203000
DTSTAMP:20260515T185941
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:20230724T150000
DTEND;TZID=America/Los_Angeles:20230724T170000
DTSTAMP:20260515T185941
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:20230724T190000
DTEND;TZID=America/Los_Angeles:20230724T210000
DTSTAMP:20260515T185941
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:20230726T150000
DTEND;TZID=America/Los_Angeles:20230726T170000
DTSTAMP:20260515T185941
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:20230727T180000
DTEND;TZID=America/Los_Angeles:20230727T190000
DTSTAMP:20260515T185941
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:20230731T150000
DTEND;TZID=America/Los_Angeles:20230731T170000
DTSTAMP:20260515T185941
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:20230731T190000
DTEND;TZID=America/Los_Angeles:20230731T200000
DTSTAMP:20260515T185941
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:20230731T190000
DTEND;TZID=America/Los_Angeles:20230731T200000
DTSTAMP:20260515T185941
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
END:VCALENDAR