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:20230907T180000
DTEND;TZID=America/Los_Angeles:20230907T190000
DTSTAMP:20260505T090956
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:20260505T090956
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:20260505T090956
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:20260505T090956
CREATED:20230829T222250Z
LAST-MODIFIED:20230829T222250Z
UID:21370-1693249200-1693252800@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nGave each object their own hit box when we set “TESTING” mode to True\nConfigured group collisions for the fireball and bird groups\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\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease submit your homework by Sunday night\nHomework: Our next steps will be to add a landing screen for our game. Your homework will ensure we get a head start on this.\n\nLets make some new global variables. It’s your job to try and figure out which file we should add these in.\n\nSet new global variable “GAME_LANDING_PAGE” to 1\nSet new global variable “GAME_IN_SESSION” to 2\n\n\nNext\, in main.py create the following methods which we will use for the landing page. We’ll go over what to put inside these methods in class\, so for now just write “pass” as the method’s content:\n\ngame_landing_page()\ndraw_play_button_and_title()\n\n\nFinally\, let’s add a new attribute in main.py called “self.mode” and set it to the global variable we made earlier called “GAME_LANDING_PAGE”. It’s your job to think of which method we should create this new attribute.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260505T090956
CREATED:20230829T182038Z
LAST-MODIFIED:20230829T182038Z
UID:21365-1693249200-1693252800@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework for the Phone Book dictionary program\nWorked on the Grocery System project using dictionaries.\n\nHomework\n\nName your file Sept4_GrocerySystem.py and finish:\n\nAdding the purchased item to the shopping_cart list\nIncreasing total_price by the price of purchased item\nAdd a print statement to output:\n“You have purchased <item> for $<price>”
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260505T090956
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:20230828T170000
DTEND;TZID=America/Los_Angeles:20230828T180000
DTSTAMP:20260505T090956
CREATED:20230829T182343Z
LAST-MODIFIED:20230829T182343Z
UID:21368-1693242000-1693245600@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed homework.\nReviewed accessing\, modifying\, and inserting with dictionaries\nLearned about looping through dictionary keys\, values\, and items.\n\nHomework\n\nName your file Sept4_Dictionary_HW2.py and do:\n\nPg. 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230827T160000
DTEND;TZID=America/Los_Angeles:20230827T170000
DTSTAMP:20260505T090956
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:20230826T150000
DTEND;TZID=America/Los_Angeles:20230826T160000
DTSTAMP:20260505T090956
CREATED:20230906T005553Z
LAST-MODIFIED:20230906T005553Z
UID:21438-1693062000-1693065600@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished school system\nRevisited why its important to have all this repetition: We need to memorize dictionary operations!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nHomework: Review your code that we made in class and be sure your School System looks the same as our code in the Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T150000
DTEND;TZID=America/Los_Angeles:20230826T160000
DTSTAMP:20260505T090956
CREATED:20230826T225849Z
LAST-MODIFIED:20230906T002816Z
UID:21314-1693062000-1693065600@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished school system\nRevisited why its important to have all this repetition: We need to memorize dictionary operations!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nHomework: Review your code that we made in class and be sure your School System looks the same as our code in the Google Drive
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T140000
DTEND;TZID=America/Los_Angeles:20230826T150000
DTSTAMP:20260505T090956
CREATED:20230906T005505Z
LAST-MODIFIED:20230906T005505Z
UID:21432-1693058400-1693062000@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed fundamentals of inheritance with square & rectangle example\nBegan monster system project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nPlease name your homework “AUG26_inheritance_hw”\nHomework: Page 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T140000
DTEND;TZID=America/Los_Angeles:20230826T150000
DTSTAMP:20260505T090956
CREATED:20230826T230019Z
LAST-MODIFIED:20230906T002820Z
UID:21316-1693058400-1693062000@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed fundamentals of inheritance with square & rectangle example\nBegan monster system project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/2 for Labor Day weekend\n\nHomework\n\nPlease name your homework “AUG26_inheritance_hw”\nHomework: Page 173\, 9-6 and 9-7
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230826T090000
DTEND;TZID=America/Los_Angeles:20230826T100000
DTSTAMP:20260505T090956
CREATED:20230826T030147Z
LAST-MODIFIED:20230826T030731Z
UID:21298-1693040400-1693044000@www.ayclogic.com
SUMMARY:SAT - 9 AM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe created a new Pycharm Project – SAT-9AM\nWe moved all the existing python files to this project.\nWe created aug_26_dictionary.py\nWe learned how to get\, add\, replace/set\, delete and loop through dictionary.\n\nHomework\n\nCreate inside Pycharm > PythonOOP directory aug_26_dictionary_hw.py\nCopy codes from the book from page 92 to 95.\nSubmit your project to google drive inside “PythonOOPHW” folder.
URL:https://www.ayclogic.com/event/sat-9-am-python-oop-gamas/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230824T180000
DTEND;TZID=America/Los_Angeles:20230824T190000
DTSTAMP:20260505T090956
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:20260505T090956
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:20230821T190000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260505T090956
CREATED:20230906T002929Z
LAST-MODIFIED:20230906T002929Z
UID:21430-1692644400-1692648000@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nFinished player controls\nCreated Fireball class\nLearned about how hit boxes will work\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\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/4 for Labor Day weekend\n\nHomework\n\nPlease commit and push your code before Sunday night\nHomework: Make the simple changes to the code we made in class to fix the direction of your fireball\, make it go in the correct direction.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T190000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260505T090956
CREATED:20230822T033928Z
LAST-MODIFIED:20230906T002823Z
UID:21231-1692644400-1692648000@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nFinished player controls\nCreated Fireball class\nLearned about how hit boxes will work\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\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\nNo class on 9/4 for Labor Day weekend\n\nHomework\n\nPlease commit and push your code before Sunday night\nHomework: Make the simple changes to the code we made in class to fix the direction of your fireball\, make it go in the correct direction.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-6/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T190000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260505T090956
CREATED:20230822T030455Z
LAST-MODIFIED:20230822T030455Z
UID:21223-1692644400-1692648000@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nReviewed looping through dictionary keys\, values\, and items.\nWorked on Phone Book Dictionary Program\n\nhttps://www.ayclogic.com/phone-book-system/\n\n\n\nHomework\n\nName your file August28_PhoneBook_HW.py and do:\n\nFinish code for\nChoice 2. Find a phone number\nChoice 3. Listing all phone numbers\nhttps://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T170000
DTEND;TZID=America/Los_Angeles:20230821T180000
DTSTAMP:20260505T090956
CREATED:20230822T030733Z
LAST-MODIFIED:20230822T030733Z
UID:21227-1692637200-1692640800@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nSet up Pycharm\nStarted learning about dictionaries:\n\nGet from a dictionary\nAdding to a dictionary\nModifying a dictionary value\nRemoving from a dictionary\nLength of a dictionary\n\n\n\nHomework\n\nName your file August28_Dictionary_HW1.py and do:\n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230821T070000
DTEND;TZID=America/Los_Angeles:20230821T200000
DTSTAMP:20260505T090956
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:20230819T150000
DTEND;TZID=America/Los_Angeles:20230819T160000
DTSTAMP:20260505T090956
CREATED:20230819T225625Z
LAST-MODIFIED:20230826T215942Z
UID:21170-1692457200-1692460800@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nAdded teachers\, staff\, and classrooms to our schoolsystem project\nReviewed how to create new classes\, then add them to a dictionary\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: Complete the following methods that we started in class:\n– add_classroom\n– list_teacher_list\n– list_teacher_dictionary
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T140000
DTEND;TZID=America/Los_Angeles:20230819T150000
DTSTAMP:20260505T090956
CREATED:20230819T215707Z
LAST-MODIFIED:20230819T215707Z
UID:21168-1692453600-1692457200@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished creating a full Grocery System with object oriented programming\nReviewed the important topics in object oriented programming that we’ve learned about (classes\, constructors\, attributes\, and objects)\nBegan learning about inheritance; where (child) classes can inherit the methods and attributes from another (parent) class\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: Please copy the code from pages 168 to 170 in the book
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-7/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230819T090000
DTEND;TZID=America/Los_Angeles:20230819T100000
DTSTAMP:20260505T090956
CREATED:20230820T033344Z
LAST-MODIFIED:20230825T235032Z
UID:21208-1692435600-1692439200@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Gamas
DESCRIPTION:Your HW:\n\nTry running the file “Aug_18_Dictionaries”\nIf you cannot\, message Mr. Gamas to help you set up your pycharm
URL:https://www.ayclogic.com/event/7-pm-python-oop-gamas-8/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T201500
DTEND;TZID=America/Los_Angeles:20230818T211500
DTSTAMP:20260505T090956
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:20260505T090956
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:20260505T090956
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:20260505T090956
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:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260505T090956
CREATED:20230815T031107Z
LAST-MODIFIED:20230815T031107Z
UID:21108-1692039600-1692043200@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nFinished adding static variables to Bird class\nBegan creating the player class\nLearned how to get keyboard input from players to move our Player bird\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\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease be sure to push your homework before Sunday night\nHomework: Use this awesome new way to get a list of booleans representing all keys pressed (keys_pressed = pygame.key.get_pressed()) to navigate in any direction on the screen instead of just up like we did in class.\n\nRemember\, you will be taking advantage of the special key names like “pygame.K_w” to recognize which keys were pressed
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-5/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T190000
DTEND;TZID=America/Los_Angeles:20230814T200000
DTSTAMP:20260505T090956
CREATED:20230815T030318Z
LAST-MODIFIED:20230815T030318Z
UID:21106-1692039600-1692043200@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nLearned about inserting\, removing\, modifying\, and accessing with dictionaries.\nLearned about looping through dictionary keys\, values\, and items.\nLearned about checking if a key exists in a dictionary\n\nHomework\n\nName your file August21_Dictionary_HW2.py and do:\n\nCopy code from pages 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230812T150000
DTEND;TZID=America/Los_Angeles:20230812T160000
DTSTAMP:20260505T090956
CREATED:20230814T180210Z
LAST-MODIFIED:20230814T180210Z
UID:21101-1691852400-1691856000@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued SchoolSystem project\nTook another deep dive into the differences between lists and dictionaries for the “find_student” methods.\nFull lesson on how lists and dictionaries “find” different things\, very proud of how everyone really understood why dictionaries are faster at searching!\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 (you will be uploading the entire school_system folder we made in class).\nHomework: Finish the edge cases for “find_student_dictionary method”. This means we should first check to see if the name that was provided by the user exists in our dictionary attribute. If it DOES exist\, then we can keep the code that we wrote in class. If it DOESN’T exist\, then we should provide an error message. 
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-6/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR