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:20230301T180000
DTEND;TZID=America/Los_Angeles:20230301T190000
DTSTAMP:20260425T084327
CREATED:20230302T030123Z
LAST-MODIFIED:20230302T030123Z
UID:18312-1677693600-1677697200@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Gamas
DESCRIPTION:Homework\n\nInside LibrarySystem\, add code inside book.py so it will have a new method called get_info(self)\n\nWhen get_info(self) is called it will return information of the book. Like this\n\nTitle: Lightning Thief – Book Author: Henry – Year Published: 1995 – id: AAA1\nLook at example in Nov8_ClassHomework3.py inside Car class method get_descriptive_name(self)\n\n\nInside main.py\, change the code to use this new book.get_info()
URL:https://www.ayclogic.com/event/6-pm-python-oop-gamas-18/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230301T183000
DTEND;TZID=America/Los_Angeles:20230301T193000
DTSTAMP:20260425T084327
CREATED:20230302T033315Z
LAST-MODIFIED:20230309T022407Z
UID:18314-1677695400-1677699000@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nMixed functions with random module\nMixed functions with for loops and while loops\nMixed functions with if statements\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR1_starwars_hw\, please submit by next Monday.\nHomework: Since last time you were only supposed to do #1\, do #2 – #4 from the following link:\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T173000
DTEND;TZID=America/Los_Angeles:20230303T183000
DTSTAMP:20260425T084327
CREATED:20230304T024233Z
LAST-MODIFIED:20230304T024233Z
UID:18322-1677864600-1677868200@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb24_RobuxShoppingCart.py\nAdd codes so your program can have these 2 features\n\nIt will not allow to make purchase if you do not have enough robux\nYou will be able to add 200 robux if you enter the right credit card number ABCD1234.\n\n\nIf you do it correctly\, it will do the following\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 3\nYou only have 300 robux remaining. Therefore you cannot purchase VIP Server for 500 robux.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: asdfasd\nYou have entered an invalid credit card number\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: ABCD1234\nThank you for purchasing 200 Robux. You now have 500 robux remaining.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T100000
DTEND;TZID=America/Los_Angeles:20230304T110000
DTSTAMP:20260425T084327
CREATED:20230304T034630Z
LAST-MODIFIED:20230304T034630Z
UID:18324-1677924000-1677927600@www.ayclogic.com
SUMMARY:10 AM - Indo - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe went over how to fix python errors. How to read python errors.\n\nHomework\n\nCreate March4_2ndQuizPrep.py\nDo exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/10-am-indo-intro-to-python-gamas-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T140000
DTEND;TZID=America/Los_Angeles:20230304T150000
DTSTAMP:20260425T084327
CREATED:20230305T000810Z
LAST-MODIFIED:20230305T001209Z
UID:18342-1677938400-1677942000@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nRobot builder left and right arm\nReviewed why functions are useful for large projects like this\nturtle.forward() & turtle.right()\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR4_robot_builder_hw\, please submit by next Friday.\nHomework: Copy code from “MAR4_robot_builder” made in class. Create “right_arm” function taking x\, y\, and color as parameters. In two lines\, use the rectangle function to draw the right arm and test it out the same way we called our left arm function. Please submit by next Friday
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T150000
DTEND;TZID=America/Los_Angeles:20230304T160000
DTSTAMP:20260425T084327
CREATED:20230305T001206Z
LAST-MODIFIED:20230311T215610Z
UID:18341-1677942000-1677945600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nColor shapes with turtle.begin_fill() & turtle.end_fill()\nMove and turn pen with turtle.forward() & turtle.right()\nDrawing rectangles in different ways\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR4_turtle_shapes_hw\, please submit by next Friday.\nHomework: Finish numbers 4 and 5 from the website linked below\, and remember to use the coordinate picture on number 6 for help.\nhttps://www.ayclogic.com/event/6-pm-intro-to-python-46/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T150000
DTEND;TZID=America/Los_Angeles:20230304T160000
DTSTAMP:20260425T084327
CREATED:20230311T180917Z
LAST-MODIFIED:20230311T180917Z
UID:18438-1677942000-1677945600@www.ayclogic.com
SUMMARY:3:00 PM - Python Game Development - Juan
DESCRIPTION:Today We Did\n\nSet-up PyCharm\, Gitlab account\, and cloned the dragon-birdie repository.\nStarted blitting images for PyGame to display.\n\nHomework\n\nDraw bird01_A.png\n\nIf you have any questions\, you can ask me at juan@ayclogic.com.
URL:https://www.ayclogic.com/event/300-pm-python-game-development-juan/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T180000
DTEND;TZID=America/Los_Angeles:20230304T190000
DTSTAMP:20260425T084327
CREATED:20230311T180505Z
LAST-MODIFIED:20230311T180505Z
UID:18436-1677952800-1677956400@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed getting shell from the input and flow of if-elif-else statements.\nLearned how to convert shell input from string into an int.\nBriefly learned about lists.\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nMar11_shell_homework2.py\,   #3 from do-it-yourself https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230307T170000
DTEND;TZID=America/Los_Angeles:20230307T180000
DTSTAMP:20260425T084327
CREATED:20230308T041927Z
LAST-MODIFIED:20230308T041927Z
UID:18396-1678208400-1678212000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nNext week is 2 hours final test. The test is an open book test.\nPlease study the following\n\nRobux Shopping Cart\nGrocery Shopping Cart\nTurtle codes\, like draw face.\n\n\nAll python files that we have done in the class can be found in https://drive.google.com/drive/u/0/folders/10gSNvKsNKHapu_-rKAYYOR56UVBblwp2
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230307T183000
DTEND;TZID=America/Los_Angeles:20230307T193000
DTSTAMP:20260425T084327
CREATED:20230308T033013Z
LAST-MODIFIED:20230308T033013Z
UID:18382-1678213800-1678217400@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nDid setup for SchoolApplication project\nCreated SchoolApplication class with menu attribute\nCreated Student class with name\, age\, and grade attributes\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR7_schoolapp_hw\, please submit by next Monday.\nHomework:\na) “include” the student class from the other file we made (make it visible to the SchoolApplication file). We have code in our other projects showing us how to do this \nb) Create add_new_student method inside the SchoolApplication class with no parameters besides self. It will:\nprint “Add a new student: “\ntake user input asking for the student’s name\, age and grade (how can we store user input into variables?)\ncreate student object and pass in the variables containing user input (for name\, age and grade) as parameters for the student object
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-8/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230308T180000
DTEND;TZID=America/Los_Angeles:20230308T190000
DTSTAMP:20260425T084327
CREATED:20230309T030105Z
LAST-MODIFIED:20230309T030105Z
UID:18405-1678298400-1678302000@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Gamas
DESCRIPTION:Homework\n\nContinue on MonsterInheritance project.\nCreate Monster class inside monster.py\n\nspecies\nhealth\nmax_damage\nAlso create get_info(self) method\n\n\nUse the Monster class inside MonsterInheritance class to do\n\nAdd New Monster\nList all monsters
URL:https://www.ayclogic.com/event/6-pm-python-oop-gamas-19/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230308T183000
DTEND;TZID=America/Los_Angeles:20230308T193000
DTSTAMP:20260425T084327
CREATED:20230309T034252Z
LAST-MODIFIED:20230309T034252Z
UID:18407-1678300200-1678303800@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed star wars homework and worked through the rest of it together\nStarted hangman game\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR8_hangman_hw\, please submit by next Tuesday.\nHomework: In your “MAR8_hangman.py” file\, we need to update our hidden_name list when the user guesses the right letter.\na) Check if the user’s guess was right (if guess in name)\nb) If it was right\, then loop through every index (i) in the range of hidden_name\nc) Inside this loop\, check if guess is equal to name[i] (the current character of the name) to get the index we need to change\nd) If the guess was equal to the current character\, set hidden name at that index (i) to name at that index (i)
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230310T173000
DTEND;TZID=America/Los_Angeles:20230310T183000
DTSTAMP:20260425T084327
CREATED:20230311T023022Z
LAST-MODIFIED:20230311T024802Z
UID:18425-1678469400-1678473000@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nNext week is a 2 hour final test. The final test starts at 5 PM to 7 PM. Don’t be late.\nThe test is open book.\nMake sure you study the following programs\n\nTurtle program draw face or your turtle project.\nGroceryShoppingCart\nRobuxShoppingCart
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T140000
DTEND;TZID=America/Los_Angeles:20230311T150000
DTSTAMP:20260425T084327
CREATED:20230311T225818Z
LAST-MODIFIED:20230311T225818Z
UID:18447-1678543200-1678546800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nCreate both legs and one foot from robot.\nLearned how we can calculate the position of each new body part with math\, but also by using a good guess and changing the numbers according to what the new position is.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR11_robot_builder_hw\, please submit by next Friday.\nHomework: Copy code from class into a new file named MAR11_robot_builder_hw.py\, and attempt to draw the right foot of our robot.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T150000
DTEND;TZID=America/Los_Angeles:20230311T160000
DTSTAMP:20260425T084327
CREATED:20230311T235621Z
LAST-MODIFIED:20230311T235621Z
UID:18449-1678546800-1678550400@www.ayclogic.com
SUMMARY:3 PM - Python Game Dev - Gamas
DESCRIPTION:Homework\n\nDisplay assets/bird03_A.png in to bottom left corner of the screen and make it move to the right.\nDisplay assets/bird04_A.png in the bottom right corner of the screen and make it move diagonally to the top left corner of the screen.\nInside Bird class\, inside init method add more attributes\n\nsize\ndirection
URL:https://www.ayclogic.com/event/3-pm-python-game-dev-gamas/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T150000
DTEND;TZID=America/Los_Angeles:20230311T160000
DTSTAMP:20260425T084327
CREATED:20230312T000017Z
LAST-MODIFIED:20230312T000017Z
UID:18450-1678546800-1678550400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nStarted robot builder project\, drawing a full robot using rectangles\nBuilt robot body and part of left arm\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR11_robot_builder_hw\, please submit by next Friday.\nHomework:\na) Modify our rectangle function to fill our rectangle with color\nb) Finish drawing the robot’s left arm\nc) (Extra Credit) If you have enough time\, you can start trying to draw the robot’s right arm (we’ll do this in class\, so you don’t have to)
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-23/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T180000
DTEND;TZID=America/Los_Angeles:20230311T190000
DTSTAMP:20260425T084327
CREATED:20230312T032039Z
LAST-MODIFIED:20230312T032055Z
UID:18455-1678557600-1678561200@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed converting shell input to int.\nLearned about accessing a list with an index\nChanging list items\nPrinting out the length of a list\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nMar_18_list_homework.py\n# Page 38-41
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230314T183000
DTEND;TZID=America/Los_Angeles:20230314T193000
DTSTAMP:20260425T084327
CREATED:20230315T022554Z
LAST-MODIFIED:20230315T022554Z
UID:18478-1678818600-1678822200@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued creating the SchoolApplication class\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR14_schoolapp_hw\, please submit by next Monday.\nHomework: Finish creating the find_student_using_dictionary method\, which should work exactly the same as the find_student method but uses the student_dictionary attribute we added.
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-9/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230315T180000
DTEND;TZID=America/Los_Angeles:20230315T190000
DTSTAMP:20260425T084327
CREATED:20230316T020215Z
LAST-MODIFIED:20230316T020323Z
UID:18499-1678903200-1678906800@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Gamas
DESCRIPTION:Homework\n\nContinue on MonsterInheritance project\nCreate a method initialize_monsters. In here\, you want to automatically add 3 monsters in the beginning and call this when you start the program.\n\nDragon – 100 health – 100 max damage\nTroll – 75 health – 50 max damage\nWater Golem – 50 health – 50 max damage\n\n\nAfter user enter “3” for Start Adventure\, continuously display the adventure menu until user enter “exit”.\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 3\n\nEnter player's name: Gamas\nEnter player's health: 100\n\nGamas welcome to AYC Logic Adventure game.\nYou have 100 health remaining\n\nPlease choose which monster to fight: \nDragon health - 100 max damage - 100\nTroll health - 75 max damage - 50\nEnter your selection (enter 'exit' to quit): \n\n\nGamas have 200 health remaining.\nPlease choose your monster: \nTroll - 50 healths - 30 Max attack points.\nWater Golem - 30 healths - 20 Max attack points.\nDragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): adfs\nYou have entered an invalid selection. Please try again\n\nGamas have 200 health remaining.\nPlease choose your monster: \nTroll - 50 healths - 30 Max attack points.\nWater Golem - 30 healths - 20 Max attack points.\nDragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): asdf\nYou have entered an invalid selection. Please try again\n\nGamas   have 200 health remaining.\nPlease choose your monster: \nTroll - 50 healths - 30 Max attack points.\nWater Golem - 30 healths - 20 Max attack points.\nDragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): ads\nYou have entered an invalid selection. Please try again\n\nGamas have 200 health remaining.\nPlease choose your monster: \nTroll - 50 healths - 30 Max attack points.\nWater Golem - 30 healths - 20 Max attack points.\nDragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): exit\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit:
URL:https://www.ayclogic.com/event/6-pm-python-oop-gamas-20/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230315T183000
DTEND;TZID=America/Los_Angeles:20230315T193000
DTSTAMP:20260425T084327
CREATED:20230316T022825Z
LAST-MODIFIED:20230316T022825Z
UID:18507-1678905000-1678908600@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinish hangman game!\nReviewed functions\, loops\, and comparisons in hangman game.\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR15_looping_hw\, please submit by next Tuesday.\nHomework: https://www.ayclogic.com/looping-each-letter-in-a-word-exercise/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T140000
DTEND;TZID=America/Los_Angeles:20230318T150000
DTSTAMP:20260425T084328
CREATED:20230318T230542Z
LAST-MODIFIED:20230318T230542Z
UID:18558-1679148000-1679151600@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished robot builder\nLearned how to draw a circle\nBegan drawing face\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR18_face_hw\, please submit by next Friday.\nHomework:\na) Copy the code from class into the homework file and modify the left eye we drew to be in the right position and size. \nb) Try to draw the right eye correctly on the face.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T150000
DTEND;TZID=America/Los_Angeles:20230318T160000
DTSTAMP:20260425T084328
CREATED:20230318T230810Z
LAST-MODIFIED:20230318T230810Z
UID:18557-1679151600-1679155200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nContinued robot builder\nPut robot arms into function to move easier\nDrew robot legs and began left foot\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR18_robot_builder_hw\, please submit by next Friday.\nHomework:\na) Copy the code from class into the homework file and modify the left foot to be sized the way you want it since we didn’t get to finish it in class. \nb) Try to draw the right foot\, remember that it shares the same x coordinate (left/right) as one other rectangle that we already drew\, and should have the same y coordinate (up/down) as the other foot.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T180000
DTEND;TZID=America/Los_Angeles:20230318T190000
DTSTAMP:20260425T084328
CREATED:20230319T020848Z
LAST-MODIFIED:20230325T213213Z
UID:18563-1679162400-1679166000@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed creating lists and accessing list items using index.\nLearned about adding to a list using: append\, insert\nRemoving from a list: pop\, remove\, del\nIn case you need anything\, feel free to email me at juan@ayclogic.com\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nCreate March18_ListHomework.py file and do the homework in this file.\nTRY IT YOURSELF from page 42: 3-4\, 3-5\, 3-6
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230321T183000
DTEND;TZID=America/Los_Angeles:20230321T193000
DTSTAMP:20260425T084328
CREATED:20230323T023049Z
LAST-MODIFIED:20230323T023049Z
UID:18617-1679423400-1679427000@www.ayclogic.com
SUMMARY:6:30 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nContinued creating the SchoolApplication program\nAdded Staff class and functions to add\, list\, and find new staff members\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR21_schoolapp_hw\, please submit by next Monday.\nHomework: Create the following functions in the SchoolApplication class we made during class\, and make them work the way their other version does:\na) find_staff(): make it work the way our find_staff_using_dictionary function worked\, but with a list \nb) list_all_staff_using_dictionary(): make it work the way out list_all_staff_using_list function worked\, but with a dictionary
URL:https://www.ayclogic.com/event/630-pm-python-object-oriented-programming-sebastian-10/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230322T180000
DTEND;TZID=America/Los_Angeles:20230322T190000
DTSTAMP:20260425T084328
CREATED:20230323T031030Z
LAST-MODIFIED:20230323T031030Z
UID:18622-1679508000-1679511600@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Monster Inheritance.\nWe added Adventure Menu: Magic Attack and Sword Attack.\nWhen the user choose “Sword Attack” the monster\, the player will damage the monster with damage ranges between 10 to 20. And the monster will also damage the player between 5 to monster.max_damage\n\nHomework\n\nDuring sword attack\, in the class\, we added the code that would print the player attack the monster and display the monster remaining health. Add a print out that would print “<Monster Species> attacked <Player Name> with <monster random attack> attack points. <Player Name> remaining health is <Player Health>.” . Replaced the <Monster Species>\, <Player Name>\, <monster random attack> and <Player Health> accordingly.\nAdd code when user selected Magic Damage\, the program will display magic attack menus\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 3\n\nEnter player's name: Gamas\nEnter player's health: 100\n\nGamas welcome to AYC Logic Adventure game.\nYou have 100 health remaining\n\nPlease choose which monster to fight: \n- Dragon - 100 health - 100 max damage\n- Troll - 75 health - 50 max damage\n- Water Golem - 50 health - 50 max damage\nEnter your selection (enter 'exit' to quit): Dragon\n\nWhat do you want to do with Dragon:\n1. Magic attack\n2. Sword attack\nPlease enter your selection (1 or 2): 2\n\nWhat do you want to do with Dragon:\n1. Magic attack\n2. Sword attack\nPlease enter your selection (1 or 2): 2\n\nGamas attacked Dragon with 16 attack points. Dragon has 84 health remaining.\n\nDragon attacked Gamas with 16 attack points. Gamas remaining health is 84.\n\nGamas welcome to AYC Logic Adventure game.\nYou have 84 health remaining\n\nPlease choose which monster to fight: \n- Dragon - 84 health - 100 max damage\n- Troll - 75 health - 50 max damage\n- Water Golem - 50 health - 50 max damage\nEnter your selection (enter 'exit' to quit): Dragon\n\nWhat do you want to do with Dragon:\n1. Magic attack\n2. Sword attack\nPlease enter your selection (1 or 2): 1\n\nWhat kind of magic attack you want to use:\n1. Fire magic - Damage: 5 to 20\n2. Water magic - Damage: 7 to 13\n3. Earth magic - Damage: 10 to 15\n4. Wind magic - Damage: 8 to 11\nEnter your selection:
URL:https://www.ayclogic.com/event/6-pm-python-oop-gamas-21/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230322T183000
DTEND;TZID=America/Los_Angeles:20230322T193000
DTSTAMP:20260425T084328
CREATED:20230323T023236Z
LAST-MODIFIED:20230323T023236Z
UID:18620-1679509800-1679513400@www.ayclogic.com
SUMMARY:6:30 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed questions similar to those on the quiz\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR22_quiz_review_hw\, please submit by next Monday.\nHomework: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230325T090000
DTEND;TZID=America/Los_Angeles:20230325T100000
DTSTAMP:20260425T084328
CREATED:20230325T030504Z
LAST-MODIFIED:20230331T214959Z
UID:18650-1679734800-1679738400@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue in March25_Turtle_Basic.py\nDraw a square (white color)\, a rectangle (yellow color)\, a triangle (blue color) and an octagon (pink color) according to coordinates below.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230325T130000
DTEND;TZID=America/Los_Angeles:20230325T140000
DTSTAMP:20260425T084328
CREATED:20230325T210433Z
LAST-MODIFIED:20230325T210433Z
UID:18662-1679749200-1679752800@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Tic Tac Toe game.\nIn the activity_main.xml\, change the color of the “Start Game” button from purple to blue\, similar to activity_game.xml.\nInside GameActivity.java use for loop to add action listener to 1st row.\nAfter this\, also use for loop to add action listener to 2nd and 3rd rows.\nIf you do it properly\, all boxes\, when you clicked\, will spit out “box clicked” message in the “Run” tab.\nThe hint\, you have to change the “boxId” every time you loop. Utilize the “i” in the for loop.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230325T140000
DTEND;TZID=America/Los_Angeles:20230325T150000
DTSTAMP:20260425T084328
CREATED:20230326T000947Z
LAST-MODIFIED:20230326T000947Z
UID:18668-1679752800-1679756400@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nContinued learning how to draw different shapes using Turtle\nFinished drawing faces (using circle function)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR25_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.\nMake sure your proposal follows these requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nExamples of what the final project will look like:\nhttps://www.ayclogic.com/python-digital-illustrations/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230325T150000
DTEND;TZID=America/Los_Angeles:20230325T160000
DTSTAMP:20260425T084328
CREATED:20230326T001129Z
LAST-MODIFIED:20230326T001129Z
UID:18669-1679756400-1679760000@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished robot builder\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework MAR25_robot_addition_hw\, please submit by next Friday.\nHomework: Add one thing to your robot that would make it unique to practice using the rectangle function.\nExamples: Give your robot a hat\, make your robot hold a flower\, put sunglasses on your robot.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-25/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR