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:20230510T183000
DTEND;TZID=America/Los_Angeles:20230510T193000
DTSTAMP:20260507T122038
CREATED:20230511T023622Z
LAST-MODIFIED:20230518T013648Z
UID:19675-1683743400-1683747000@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished drawing letters and faces\, reviewed project proposal\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY10_project_proposal\, please submit by next Tuesday.\nHomework: On a piece of paper\, using any drawing tools you want (markers\, pens\, pencils\, anything is fine)\, draw your project proposal which MUST fit these requirements:\nhttps://www.ayclogic.com/intro-to-python-final-project-criteria/\nIf you want to see examples of previous projects\, you can see them here:\nhttps://www.ayclogic.com/python-digital-illustrations/\n\nFinal project will be due on June 14th\, if you turn it in 1 week ahead (June 7th) you can get 10% extra credit. This means if everything is correct\, you would have 110% for the project grade!
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T183000
DTEND;TZID=America/Los_Angeles:20230509T193000
DTSTAMP:20260507T122038
CREATED:20230510T023922Z
LAST-MODIFIED:20230510T023922Z
UID:19654-1683657000-1683660600@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nWe implemented the `display_all_strong_monsters` method to show all monsters with health above 50.\nWe added functionality in `play_adventure_game` to handle invalid monster selections and allow the user to select a strong monster.\nWe developed the `magic_attack` and `sword_attack` methods\, enabling our player to attack monsters\, and the monsters to counterattack.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY09_dictionary_hw\, please submit by next Monday.\nHomework: Implement the `add_monster` method in the MonsterSystem class.\nThe `add_monster` method should allow the user to add a new monster to the game. You’ll need to prompt the user for the monster’s name\, health\, and max attack. Make sure to add this new monster to the `monster_dictionary`. Ensure the user cannot add a monster with the same name as an existing monster.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230509T170000
DTEND;TZID=America/Los_Angeles:20230509T180000
DTSTAMP:20260507T122038
CREATED:20230510T011654Z
LAST-MODIFIED:20230510T011654Z
UID:19649-1683651600-1683655200@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nCreated “list_all_students” and “list_all_teachers” methods which loop through our attributes self.students and self.teachers which are lists\, and print out information about the objects being stored in those lists.\nCreated application_loop() method which will handle the main functionality of our program.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY9_school_system_hw\, please submit by next Monday.\nHomework: Please implement the following methods:\na) create method: list_all_teachers() which will be exactly like the list_all_students() method\, but list the teachers in a similar format. \nb) create methods: list_all_students_using_dict() and list_all_teachers_using_dict() which will be exactly like the list_all_students() method\, but should loop over our attributes self.student_dictionary and self.teacher_dictionary. Remember you can use the .keys()\, .values()\, and .items() methods for dictionaries now. Which one should you use in order to get the correct data to loop over? (hint: do we want the dictionary’s keys or values?)
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T180000
DTEND;TZID=America/Los_Angeles:20230506T190000
DTSTAMP:20260507T122038
CREATED:20230507T021508Z
LAST-MODIFIED:20230507T021508Z
UID:19628-1683396000-1683399600@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nStarted learning about functions\, defining a function\, parameters\, and return values\n\nHomework\n\nNumber 4 – 6 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ \nPg. 130-133
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T150000
DTEND;TZID=America/Los_Angeles:20230506T160000
DTSTAMP:20260507T122038
CREATED:20230506T230236Z
LAST-MODIFIED:20230506T230236Z
UID:19619-1683385200-1683388800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished grocery system\nBegan robux shopping cart\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN17_dictionary_hw\, please submit by next Friday.\nHomework: Continue where we left off in the Robux shopping program and try to create a while loop\, and retrieve user input the same way we did for our grocery system program. If you want to try and finish more of the program\, see how much you can finish!\nClass code in case you missed it:\n\nmenu = “””What do you want to do:\n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\n5. Exit\nEnter your selection: “”” \nshopping_cart = []\nrobux = 300
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T140000
DTEND;TZID=America/Los_Angeles:20230506T150000
DTSTAMP:20260507T122038
CREATED:20230506T215529Z
LAST-MODIFIED:20230506T215529Z
UID:19617-1683381600-1683385200@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished Robux Balance program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY6_project_edits_hw\, please submit by next Monday.\nHomework: I will be sending out private emails to all of you with specific corrections on what deductions we got on our project and our grades\, but you can get all the points back if you redo it correctly so please spend your time fixing those corrections.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T090000
DTEND;TZID=America/Los_Angeles:20230506T100000
DTSTAMP:20260507T122038
CREATED:20230506T031017Z
LAST-MODIFIED:20230506T031017Z
UID:19604-1683363600-1683367200@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe continued on April22_DrawFace\,py\nWe completed the draw_face(x\,y) function.\n\nHomework\n\nCreate a new python file May6_DrawFace2.py\nCopy the rect and draw_circle functions from April22_DrawFace.py into this new file.\nCreate a new function draw_face2(x\,y) and everytime you call this function\, it will draw a face like below.\n\nCall this function 5 times to draw 5 faces in 5 different locations.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230504T180000
DTEND;TZID=America/Los_Angeles:20230504T190000
DTSTAMP:20260507T122038
CREATED:20230505T020435Z
LAST-MODIFIED:20230505T020435Z
UID:19561-1683223200-1683226800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nOpen your Thonny and create a new file May4_StringHomeworks.py\nCopy codes from the textbook from page 20 to 23. If you do not have the book yet\, just look at this PDF file – IntroToPythonP20toP23
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230503T183000
DTEND;TZID=America/Los_Angeles:20230503T193000
DTSTAMP:20260507T122038
CREATED:20230504T152540Z
LAST-MODIFIED:20230504T152540Z
UID:19545-1683138600-1683142200@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nBegan learning about turtle complex shapes as we drew faces\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY4_new_rectangle_hw\, please submit by next Tuesday.\nHomework: Try making a rectangle using the .forward() and .right() functions we learned about in class.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230503T183000
DTEND;TZID=America/Los_Angeles:20230503T183000
DTSTAMP:20260507T122038
CREATED:20230504T024101Z
LAST-MODIFIED:20230504T024101Z
UID:19527-1683138600-1683138600@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed inserting and removing from a list\nReviewed looping through a list\nStarted learning about for loop in range()\nContact me at juanfcastro03@gmail.com for any questions\n\nHomework\n\nAnimal List and For Loop Exercises \nPg. 56\, Try It Yourself
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230502T183000
DTEND;TZID=America/Los_Angeles:20230502T193000
DTSTAMP:20260507T122038
CREATED:20230503T023119Z
LAST-MODIFIED:20230503T023119Z
UID:19492-1683052200-1683055800@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued Monster inheritance program with Monster System\nReviewed vocabulary in object oriented programming with short quiz on words\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY2_monster_system_hw\, please submit by next Monday.\nHomework: Implement the display_all_strong_monster method\, which will be the same as your display_all_monster method but only print the monster if their health is above 50
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-18/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230502T170000
DTEND;TZID=America/Los_Angeles:20230502T180000
DTSTAMP:20260507T122038
CREATED:20230503T011434Z
LAST-MODIFIED:20230510T012551Z
UID:19485-1683046800-1683050400@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished Grocery System class\nBegan School System class\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAY2_school_system_hw\, please submit by next Monday.\nHomework: Add the corresponding methods and classes for teachers.a) Create class called “Teacher” with attributes and parameters called name\, age\, and subject_of_expertise\nb) Inside GrocerySystem class\, create method called add_new_teacher which takes no values. It will take user input for name\, age\, and subject. Then\, create a Teacher object with those inputs and add that object to the self.teachers list.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230429T180000
DTEND;TZID=America/Los_Angeles:20230429T190000
DTSTAMP:20260507T122038
CREATED:20230430T061528Z
LAST-MODIFIED:20230430T061528Z
UID:19432-1682791200-1682794800@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nIntro to Python\, Quiz 1\nScores are out for those who’ve taken the quiz today\, check the email you used for the quiz.
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230429T150000
DTEND;TZID=America/Los_Angeles:20230429T160000
DTSTAMP:20260507T122038
CREATED:20230502T145555Z
LAST-MODIFIED:20230502T145555Z
UID:19471-1682780400-1682784000@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to draw several different letters in turtle\nLearned how to draw polygons\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR29_project_hw\, please submit by next Friday.\nHomework: Try to be about 50% done with your project. It will be due on 5/20\, but if you turn it in a week ahead of time (5/13)\, you get 10% extra credit. \nProject requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230429T140000
DTEND;TZID=America/Los_Angeles:20230429T150000
DTSTAMP:20260507T122038
CREATED:20230502T145254Z
LAST-MODIFIED:20230502T145254Z
UID:19469-1682776800-1682780400@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nGrocery System Program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR29_robux_hw\, please submit by next Friday.\nHomework: In the same file that we started in class\, below the handle_transaction function\, create a while loop which will continuously save user input into a variable called selection\, and check if the selection is one of the valid options. If its not\, give the user an error message. Finally\, make a check to see if the user wanted to exit the loop.\nYour project is due on 5/06 (this upcoming Saturday!) so please try to be finished by the time we have class.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230426T183000
DTEND;TZID=America/Los_Angeles:20230426T193000
DTSTAMP:20260507T122038
CREATED:20230427T023502Z
LAST-MODIFIED:20230427T023502Z
UID:19277-1682533800-1682537400@www.ayclogic.com
SUMMARY:6:30 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nInserting to a list using: insert\, append\nRemoving from a list using: del\, pop\, remove\nStarted covering looping through a list\n\nHomework\n\nPg. 42: Try it Yourself 3-4\, 3-5\, 3-6\nRead pg. 49-51
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-juan/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230426T183000
DTEND;TZID=America/Los_Angeles:20230426T193000
DTSTAMP:20260507T122038
CREATED:20230427T022718Z
LAST-MODIFIED:20230427T022718Z
UID:19278-1682533800-1682537400@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished robot builder\nBegan learning how to draw circles with turtle.circle()\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR26_face_hw\, please submit by next Tuesday.\nHomework: Using the same code we created in class\, try to draw 2 more circles representing the eyes for our face. Remember\, these circles should be placed using the same x and y that the face_1 function takes as a parameter\, but should be added/subtracted to. For example:\n# first eye circle\ncircle(x+10\, y-10\, eye_color)
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T183000
DTEND;TZID=America/Los_Angeles:20230425T193000
DTSTAMP:20260507T122038
CREATED:20230426T024016Z
LAST-MODIFIED:20230426T024016Z
UID:19263-1682447400-1682451000@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed OOP\, dictionaries\, and inheritance\nBegan creating Monster inheritance program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR25_inheritance_hw\, please submit by next Monday.\nHomework: Finish the WaterGolem & Dragon classes:\nDragon: Create receive_magic_attack method taking damage & magic_type parameters. If the magic_type is “fire”\, then print “Dragon is immune to fire attack. Therefore\, the dragon suffer no damage”. Otherwise\, call the receive_magic_attack method from the Monster parent class. \nWaterGolem: Create the receive_magic_attack method taking damage & magic_type parameters. \nIf the magic type is fire\, print “Water Golem is immune to fire attack. Therefore\, the Water Golem suffer no damage”. \nIf the magic type is water\, print “Water Golem is resistance to water attack. Therefore\, your attack is halved.”\, and subtract half of the damage parameter from the watergolem’s health. \nOtherwise\, call the parent’s “receive_magic_attack” method and pass in the damage & magic_type parameters. 
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-16/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230425T170000
DTEND;TZID=America/Los_Angeles:20230425T180000
DTSTAMP:20260507T122038
CREATED:20230426T010953Z
LAST-MODIFIED:20230426T023329Z
UID:19257-1682442000-1682445600@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed object oriented programming by making Dog class\nDeeply understood what “self” means\, and when to use “self” instead of an object name\nBegan GrocerySystemV2\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR25_grocery_system_hw\, please submit by next Monday.\nHomework:a) Finish creating the “inventory” dictionary\, which maps every selection number to a GroceryItem object for every item (Milk\, Eggs\, Orange Juice and their prices)\nb) Begin the while loop (store user input into selection variable\, break if selection is 4)\, and try to think of an efficient way to check if the selection made by the user is a valid selection. \nHint: Make use of your “inventory” dictionary\, which has all valid selections in it. How can you check if the selection is one of those valid selections? \nIf the selection is invalid\, print a similar error message as GrocerySystemV1. If it is valid\, print(“Valid”) for now\, and we’ll pick back up from there in class next time.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-15/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T180000
DTEND;TZID=America/Los_Angeles:20230422T190000
DTSTAMP:20260507T122038
CREATED:20230423T020521Z
LAST-MODIFIED:20230423T020650Z
UID:19078-1682186400-1682190000@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed the exercises covered last week\nView what we covered today in files Apr22_ReviewHW.py and Apr22_ReviewPart2.py in the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nStudy for quiz next week
URL:https://www.ayclogic.com/event/19078/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T150000
DTEND;TZID=America/Los_Angeles:20230422T160000
DTSTAMP:20260507T122038
CREATED:20230422T230202Z
LAST-MODIFIED:20230422T230436Z
UID:19073-1682175600-1682179200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nSemi circles (t.circle function takes extent parameter to make semicircle)\nKaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR22_project_hw\, please submit by next Friday.\nHomework: Get started on your project which will be due on May 13th (5/20). You should try to finish about 25% of your project for this homework assignment. \nTurn in however much you finished for the homework so I can see your progress and give you feedback.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T140000
DTEND;TZID=America/Los_Angeles:20230422T150000
DTSTAMP:20260507T122038
CREATED:20230422T230428Z
LAST-MODIFIED:20230422T230437Z
UID:19074-1682172000-1682175600@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed how to draw letters (like the letter S) to help with project\nFinish second half of Kaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\n(IF YOU HAVEN’T TURNED IN YOUR PROJECT PROPOSAL DRAWING\, please turn it in as soon as possible!)\nName your homework APR22_project_hw\, please submit by next Friday.\nHomework: Continue working on your project which will be due on May 6th (5/6). You should try to finish about 75% of your project for this homework assignment. \nTurn in however much you finished for the homework so I can see your progress and give you feedback.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T090000
DTEND;TZID=America/Los_Angeles:20230422T100000
DTSTAMP:20260507T122038
CREATED:20230422T023426Z
LAST-MODIFIED:20230422T030020Z
UID:19058-1682154000-1682157600@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with April15_RobotBuilder.java\nCreate a new function right_arm(x\,y\,color)\nInside this right_arm function\, you need to draw one right arm which composed of 2 rectangles. This is very similar to left_arm function.\nAfter the right arm functions are done\, call it three times so you have 3 arms on the right.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230419T183000
DTEND;TZID=America/Los_Angeles:20230419T193000
DTSTAMP:20260507T122038
CREATED:20230420T023402Z
LAST-MODIFIED:20230420T023611Z
UID:19017-1681929000-1681932600@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nBegan robot builder\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR19_robot_hw\, please submit by next Tuesday.\nHomework:a) Complete #4 (draw_octagon) from https://www.ayclogic.com/event/6-pm-intro-to-python-46/b) In the same file that we created in class for robot_builder\, add a head to your robot with any size\, shape\, and color. Make sure you also turn in this file.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230419T180000
DTEND;TZID=America/Los_Angeles:20230419T200000
DTSTAMP:20260507T122038
CREATED:20230420T032348Z
LAST-MODIFIED:20230420T032653Z
UID:19022-1681927200-1681934400@www.ayclogic.com
SUMMARY:6 to 8 PM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Practice Test (DriverSystem) solution. The solution can be found in https://drive.google.com/drive/u/0/folders/1ZYxxajAgLJw8_LDVzpxMMw4QkB6Gant4\n\nHomework\n\nNext week (04/26) is the 2 hours final test.\n\nThe final test is open book and you need to use Pycharm to test your codes.\n\n\nStudy Monster Inheritance\, Driver System.\nIf you want to practice for the final test\, try redoing either DriverSystem or Monster Inheritance from scratch without looking at the solution.
URL:https://www.ayclogic.com/event/6-to-8-pm-python-oop-gamas-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230418T183000
DTEND;TZID=America/Los_Angeles:20230418T193000
DTSTAMP:20260507T122038
CREATED:20230419T023156Z
LAST-MODIFIED:20230419T023156Z
UID:19011-1681842600-1681846200@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished Supermarket class\nBegan inheritance (child inherits all attributes and methods from parent)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR18_inheritance_hw\, please submit by next Monday.\nHomework:\n– Copy code from page 168 to 170\n– 9-6 and 9-7 from page 173
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-14/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230418T170000
DTEND;TZID=America/Los_Angeles:20230418T180000
DTSTAMP:20260507T122038
CREATED:20230419T012205Z
LAST-MODIFIED:20230425T234834Z
UID:19004-1681837200-1681840800@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nLarge introduction to object oriented programming\nLearned about classes\, constructors\, attributes\, methods\, and objects\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR18_oop_hw\, please submit by next Monday.\nHomework:a) Read through pages 158 to 161b) Given the code that we created which creates a “Pet” class:\n– Create a method “fetch” which takes no parameters\, and increments hunger_level by 1 (your dog gets hungry when it plays fetch!) \n– Add an attribute called “social_level”\, and add it as a parameter to the constructor. This way\, whoever creates their pet can set how social it is. \n– Add a method called “introduce” which takes one parameter\, another pet! This method has a bit of logic so I’m going to break it down further: \nFirst\, check the social level of your pet (this would be the attribute you just created). Second\, check the social level of the pet which is being passed into the introduce function (this part is tricky\, try your best to figure it out). Here is how the logic would look: \nIf both social levels are greater than or equal to 5\, then print “<name attribute> the <animal_type attribute> is now best friends with <parameter name> the <parameter animal_type>!” \nIf both social levels are smaller than 5\, print “<name attribute> the <animal_type attribute> upset with <parameter name> the <parameter animal_type>\, rawr!” \nHere’s the code where we left off: \n\nclass Pet:\n    def __init__(self\, name\, age\, animal_type):\n        self.name = name\n        self.age = age\n        self.animal_type = animal_type\n        self.hunger_level = 0\n\n    def feed(self):\n        self.hunger_level -= 1\n        print(f"{self.name} has been fed\, hunger level is {self.hunger_level}")\n\n\ndog = Pet("Fido"\, 3\, "dog")\n\nNow\, test this out by making a new pet object the way we made a dog\, remember to pass in the new parameter to the constructor\, and test out the introduce function.
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-3/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T180000
DTEND;TZID=America/Los_Angeles:20230415T190000
DTSTAMP:20260507T122038
CREATED:20230416T020858Z
LAST-MODIFIED:20230416T020858Z
UID:18959-1681581600-1681585200@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished covering while loops.\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nCreate Apr22_ReviewHW.py file\, and do the following pages:\nDo these exercises https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T150000
DTEND;TZID=America/Los_Angeles:20230415T160000
DTSTAMP:20260507T122038
CREATED:20230415T231526Z
LAST-MODIFIED:20230422T220750Z
UID:18955-1681570800-1681574400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to draw half circles\nWent through examples of drawing things in a loop\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR15_project_proposal_hw\, please submit by next Friday.\nHomework: Use any pens\, pencils\, markers\, etc. to draw your project proposal on a piece of paper. Keep in mind that you will have to write Python code that will draw it.Make sure your proposal follows these requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/Examples of what the final project will look like:\nhttps://www.ayclogic.com/python-digital-illustrations/ \n\nIt needs to have a combination of rectangles\, circles\, and polygons.\nIt needs to have at least one text that is formed by a combination of rectangles or circles or polygons.\nIt needs to have some part of the illustration that keeps changing the colors.\nThe X and Y coordinates need to be between -500 to 500.\nThe illustration needs to be fairly complex. If it is too simple\, then you will not get the maximum grade.\nThere needs to be at least 7 different objects/characters in the final project\nThere need to be at least four functions to draw specific polygons with different coordinates and colors. For example\, draw_cloud(x\,y\, color)\, draw_tree(x\,y\, color)\, draw_airplane(x\,y\, color). The more functions like this\, the higher your grades.\nNo code duplication.\nThe final result has to be the same as the proposal.\n\nLook below for what other students have done in the past: https://www.ayclogic.com/python-digital-illustrations/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T140000
DTEND;TZID=America/Los_Angeles:20230415T150000
DTSTAMP:20260507T122038
CREATED:20230415T231821Z
LAST-MODIFIED:20230415T231821Z
UID:18957-1681567200-1681570800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to draw several shapes using for loops\nKaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR15_project_hw\, please submit by next Friday.\nHomework: Finish at least 50% of final project to continue being on track to finish on time.\nRemember to get 10% extra credit\, you should be able to finish the project in one more week after this homework assignment
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR