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:20231101T183000
DTEND;TZID=America/Los_Angeles:20231101T193000
DTSTAMP:20260425T143305
CREATED:20231102T022806Z
LAST-MODIFIED:20231102T022806Z
UID:22419-1698863400-1698867000@www.ayclogic.com
SUMMARY:6:30 PM - Python OOP - Bill
DESCRIPTION:Your HW:\n\nConvert your robux shopping cart system from intro to python using dictionaries like we did for the grocery shopping car system\n\n 
URL:https://www.ayclogic.com/event/630-pm-python-oop-bill-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231101T190000
DTEND;TZID=America/Los_Angeles:20231101T200000
DTSTAMP:20260425T143305
CREATED:20231102T040230Z
LAST-MODIFIED:20231102T040230Z
UID:22421-1698865200-1698868800@www.ayclogic.com
SUMMARY:7 PM – Scratch Level 1 – Allison
DESCRIPTION:Today we:\n\nFinished the Tunnel of Doom project\nStarted the Window Cleaner project\n\nImportant Reminders:\n\nAfter you finish your homework in Scratch\, send an email to allison@ayclogic.com by Tuesday at 8 PM. In that email\, write down your name and a link to your shared Scratch project homework. Make sure to share your Scratch project.\n\nHomework:\n\nTitus:\n\nIf you need to finish the Splat sprite’s costume and codes\, here is the class project link to use as an example: Window Cleaner project\n\n\nEveryone:\n\nCreate three new costumes for your Splat sprite (so you should have four costumes in total). Each costume must look different from each other.\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/7-pm-scratch-level-1-allison-20/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231101T190000
DTEND;TZID=America/Los_Angeles:20231101T200000
DTSTAMP:20260425T143305
CREATED:20231106T074541Z
LAST-MODIFIED:20231106T074541Z
UID:22492-1698865200-1698868800@www.ayclogic.com
SUMMARY:7PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nReviewed project outlines\nContinued working on Shoot Balloon\n\nHomework\n\nMake the changes I asked you to make in your Project Outline\nCreate Project Planning in your project document. Link to template here: https://docs.google.com/document/d/1ZjSYrJb7VvreJexS-2BWtKKRojrwHXUIDSHk51qyJOk/edit?usp=sharing\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-python-game-development-latisha-62/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231102T170000
DTEND;TZID=America/Los_Angeles:20231102T180000
DTSTAMP:20260425T143305
CREATED:20231103T010940Z
LAST-MODIFIED:20231103T010940Z
UID:22423-1698944400-1698948000@www.ayclogic.com
SUMMARY:5 PM – Scratch Level 2 – Allison
DESCRIPTION:Today we:\n\nContinued the Spaceship 2.0 project\nContinued coding the Bomb and Fireball Power-up sprite\n\nHomework:\n\nLea: Ask your family if you can buy the Scratch Level 2 Book for the class. A picture of the book is below. You can buy the book online.\nEveryone:\n\nCreate a new variable and name it “Fireball”. This variable will keep track of how many fireballs the Rocketship can shoot.\nIn the Fireball Power-up sprite:\n\nCode the Fireball variable to equal to 2 when the game starts\nIf a Fireball Power-up clone touches the Rocketship sprite:\n\nCode the Fireball variable to go up by one (in other words: +1)\nDelete the Fireball Power-up clone\n\n\n\n\n\n\nContact us at gamas@ayclogic.com or allison@ayclogic.com if you have any questions or need any help.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-allison-19/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231102T180000
DTEND;TZID=America/Los_Angeles:20231102T190000
DTSTAMP:20260425T143305
CREATED:20231103T052636Z
LAST-MODIFIED:20231103T055259Z
UID:22429-1698948000-1698951600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed the quiz 2 and talked about results\, how to improve\, and etc.\nDid a brief overview on everything we have learnt in this course so far\, including lists\, loops\, and functions.\n\nHomework:\n\nCreate a python file called summary.py\, upload into google drive when complete.Inside of this file\, make comments of all the topics that you have learnt\, like\n# Strings\n# Lists\n# etc \nAnd add description to the comments\, like\n# String\n# String is anything covered in ” ” \n# Lists\n# Lists are covered in [ ]\, and can contain …..\nCreate a python file called LoopReview.py\, upload into google drive when complete.Create a program that asks the user for their age forever (how do you ask the user for their age forever?)\, and if their age is greater than 8\, call a function called printSentence that prints out “You are getting older!”\nYou have to create the printSentence above. Think about whether the function needs a return value or not. (Hint: the function only prints)\n\nNotes:\nIf you have any questions\, feel free to email me at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231102T190000
DTEND;TZID=America/Los_Angeles:20231102T200000
DTSTAMP:20260425T143305
CREATED:20231106T074218Z
LAST-MODIFIED:20231106T074319Z
UID:22489-1698951600-1698955200@www.ayclogic.com
SUMMARY:7PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nWent over project progress\nContinued working on Shoot Balloon\n\nHomework\n\nIf the bug is moving to the left\, make sure that the image gets flipped. use the Bird class as an example.\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-python-game-development-latisha-61/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231103T170000
DTEND;TZID=America/Los_Angeles:20231103T180000
DTSTAMP:20260425T143305
CREATED:20231104T115041Z
LAST-MODIFIED:20231105T024536Z
UID:22444-1699030800-1699034400@www.ayclogic.com
SUMMARY:5 PM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe did practiced with if-else statements\, string concatenation\, and learned about the != operator.\nWe learned how to receive input from the user\, and the shortcut for adding to variables to itself.\n\nHomework:\n\nFollow the instructions from 5-3 and 5-4. The image is posted below.\nNumber 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n  \n  \n  \n  \n  \n  \nIf you have any questions\, feel free to email me at joel@ayclogic.com or Mr. Gamas at gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-indo-intro-to-python-joel-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T090000
DTEND;TZID=America/Los_Angeles:20231104T100000
DTSTAMP:20260425T143305
CREATED:20231104T030016Z
LAST-MODIFIED:20231104T030050Z
UID:22435-1699088400-1699092000@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe continued with SchoolSystem project\nWe added List all students.\n\nHomework\n\nAfter you are done with the homework\, upload both teacher.py and oct_28_school_system.py files to google drive.\nCreate a new file teacher.py\n\nInside this file create a new class Teacher: name\, age\, phone\, subject_of_expertise.\n\n\nAnd inside oct_28_school_system.py add codes to implement the following\n\n\nPlease select one of the following\n1. Add Student\n2. List all students\n3. Find student\n4. Add Teacher\n5. List all teachers\nEnter your selection (Enter "exit" to quit): 4\n\nADD NEW TEACHER\nEnter Teacher Name: Gamas\nEnter Teacher age: 100\nEnter Teacher phone: 888-888-8888\nEnter Teacher Subject of Expertise: Python\nYou have added Gamas as one of our teacher.\n\nPlease select one of the following\n1. Add Student\n2. List all students\n3. Find student\n4. Add Teacher\n5. List all teachers\nEnter your selection (Enter "exit" to quit): 5\n\nLIST ALL TEACHERS\nGamas is 100 years old. His phone is 888-888-8888 and he teaches Python.
URL:https://www.ayclogic.com/event/9-am-python-oop-indo-gamas-7/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T100000
DTEND;TZID=America/Los_Angeles:20231104T110000
DTSTAMP:20260425T143305
CREATED:20231104T040052Z
LAST-MODIFIED:20231104T040052Z
UID:22438-1699092000-1699095600@www.ayclogic.com
SUMMARY:10 AM - Python Game Dev - Indo - Joel
DESCRIPTION:Today We Did\n\nWe made the player able to face left or right.\nWe made the cloud able to appear on the left or right side of the screen. And also move left or right direction.\n\nHomework\n\nCreate a fireball.py file and inside create a Fireball class.\nUse the assets/bullet.png for the image.\nMake the fireball appear on the screen once every one second moving to the right. This is very similar to create_bird(self) inside main.py
URL:https://www.ayclogic.com/event/10-am-python-game-dev-indo-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T103000
DTEND;TZID=America/Los_Angeles:20231104T113000
DTSTAMP:20260425T143305
CREATED:20231104T183122Z
LAST-MODIFIED:20231104T183122Z
UID:22451-1699093800-1699097400@www.ayclogic.com
SUMMARY:10:30 AM – Scratch Level 2 – Yitong
DESCRIPTION:Today we:\n\nStarted on Level 2 in the Jumpy Monkey project.\n\nHomework:\n\nIn your yellow coding book\, do pages 100-101\, #16-19.\nCreate the Level sprite.\nThe Level sprite should have 2 costumes\, Level1 and Level2.\n\nSend me your project here: yitong@ayclogic.com \n\nHomework is due FRIDAY NIGHT. You can submit it earlier\, I will check it as soon as I can.\nMake sure to SHARE your project. Otherwise\, I cannot see it.
URL:https://www.ayclogic.com/event/1030-am-scratch-level-2-yitong-13/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T130000
DTEND;TZID=America/Los_Angeles:20231104T140000
DTSTAMP:20260425T143305
CREATED:20231104T232339Z
LAST-MODIFIED:20231104T232339Z
UID:22463-1699102800-1699106400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed each individual custom project.\nWe continued on MetropolitanWeatherApp.\n\nHomework\n\nContinued on your individual project.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-24/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T143000
DTEND;TZID=America/Los_Angeles:20231104T153000
DTSTAMP:20260425T143305
CREATED:20231104T222845Z
LAST-MODIFIED:20231104T222845Z
UID:22460-1699108200-1699111800@www.ayclogic.com
SUMMARY:2:30 PM - Intro To Competitive Programming - Gamas
DESCRIPTION:Today We Did\n\nWe went over the 3 websites: www.usaco.org\, train.usaco.org and usaco.guide.\nWe went over recursion\n\nthe rule of recursion\nbasic examples and its while true equivalent.\n\n\n\nHomework\n\nTry to do the ride problem in train.usaco.org (https://train.usaco.org/usacoprob2?a=fLA2Ka5cfp5&S=ride)\nTry to do this problem in while true\n\n\nEnter a number: -5\n-5\n-4\n-3\n-2\n-1\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n\n\n\n\n\nTry to do the same problem using recursion.\nTry to do math factorial using while loop and recursion.
URL:https://www.ayclogic.com/event/230-pm-intro-to-competitive-programming-gamas-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T150000
DTEND;TZID=America/Los_Angeles:20231104T160000
DTSTAMP:20260425T143305
CREATED:20231106T073958Z
LAST-MODIFIED:20231106T073958Z
UID:22486-1699110000-1699113600@www.ayclogic.com
SUMMARY:3PM – Adv Python Game Dev – Latisha
DESCRIPTION:Today We Did\n\nContinue working on Tower of Defense Project\n\nHomework\n\nmake the game_win_page() function in main\, show the play button and the game win image\, and if the game mode is GAME_WIN\, call the game_win_page.\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/3pm-adv-python-game-dev-latisha-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T153000
DTEND;TZID=America/Los_Angeles:20231104T163000
DTSTAMP:20260425T143305
CREATED:20231104T235401Z
LAST-MODIFIED:20231104T235401Z
UID:22465-1699111800-1699115400@www.ayclogic.com
SUMMARY:3:30 PM – Intro to Java – William
DESCRIPTION:Today We Did\n\nReviewed Methods HW\nStarted TellMeYourAge using methods\n\nHomework\n\nFinish Nov4_TellMeYourAgeMethods (locate code in the “Files” Google Drive folder)\n\n Remaining cases in provideResponse\nRun method\n\nPrint out user age based on input\nIf user types “quit\,” program prints a message and exits\n\n\nMain() method\n\nCall run method\n\n\n\n\n\nUpload homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/330-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T170000
DTEND;TZID=America/Los_Angeles:20231104T180000
DTSTAMP:20260425T143305
CREATED:20231105T011121Z
LAST-MODIFIED:20231105T011121Z
UID:22467-1699117200-1699120800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nReviewed for loops\nStarted while loops\n\nHomework\nCreate the following file: \n\nNov4_AnimalList.py\n\nFollow the instructions at https://www.ayclogic.com/animal-list-and-for-loop-exercises/\nIf you get stuck\, look at code from previous lessons or email me!\n\n\n\nUpload the homework to your assigned Google Drive folders by Friday night. \nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T170000
DTEND;TZID=America/Los_Angeles:20231104T180000
DTSTAMP:20260425T143305
CREATED:20231105T041536Z
LAST-MODIFIED:20231105T041536Z
UID:22481-1699117200-1699120800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Snake and Apple game.\nWe added Snake into the screen and using android.os.Handler to move the snake once every 200 milliseconds.\n\nHomework\n\nWe need to change the direction of snake movement according to the arrow button that user presses.\n\nInside GameBoardView.java\n\nAdd a new attribute direction.\nAdd a method setSnakeDirection(String direction)\nChange code inside update() method to increase and decrease snake.x and snake.y according to attribute direction.\n\n\nInside GameActivity.java\,\n\nget GameBoardView using findViewById(R.id.gameBoardView) method.\nwhen user click the right arrow\, call gameBoardView.setSnakeDirection(“RIGHT)\nwhen user click the left arrow\, call gameBoardView.setSnakeDirection(“LEFT)\nwhen user click the up arrow\, call gameBoardView.setSnakeDirection(“UP)\nwhen user click the down arrow\, call gameBoardView.setSnakeDirection(“DOWN)
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T173000
DTEND;TZID=America/Los_Angeles:20231104T183000
DTSTAMP:20260425T143305
CREATED:20231105T012424Z
LAST-MODIFIED:20231105T012424Z
UID:22469-1699119000-1699122600@www.ayclogic.com
SUMMARY:6 PM — Intro to Python — Shawn
DESCRIPTION:What we did \n\nReview quiz\nStart functions\n\nHomework \n\nCopy code from page 130 to 133 into a file called Nov4_FunctionsHW.py\n\nEmail me at szhuang@ayclogic.com if you have any questions.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-33/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T180000
DTEND;TZID=America/Los_Angeles:20231104T190000
DTSTAMP:20260425T143305
CREATED:20231105T020502Z
LAST-MODIFIED:20231112T021034Z
UID:22471-1699120800-1699124400@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nFinished the Cat and Home Button sprite.\n\nHomework:\n\nMake the Tunnel and the Banner sprites change color ALL THE TIME.\n\nHint: You need two blocks\, one to make the sprites change color and the other to KEEP changing color.\n\n\nDO NOT do anything else. I will take away 3 points if you do not do the right homework.\n\n+2 points for turning it in first and correctly! \nSubmit your homework here: yitong@ayclogic.com \n\nHomework is due by FRIDAY NIGHT\nDon’t forget to share your project\, otherwise\, I cannot see it.\n\nPoints:\n\nSadev:      II\nPahan:\nRoman:\nBenjamin:\nEmma:\n\nSTUDENTS OF THE MONTH!!!\n(OCTOBER)\n\nRoman\nPahan\nBenjamin\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-16/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T180000
DTEND;TZID=America/Los_Angeles:20231104T190000
DTSTAMP:20260425T143305
CREATED:20231105T030827Z
LAST-MODIFIED:20231105T030827Z
UID:22475-1699120800-1699124400@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Abigail
DESCRIPTION:What we did today\n\nWe started working on the Drawing Shapes project.\nWe also started working on the Animal Crossing project.\n\nHomework\n\nPlot the points of the octagon.\nDraw the octagon on Scratch using the points that you found.\nUse the rectangle and triangle as reference.\n\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-33/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T190000
DTEND;TZID=America/Los_Angeles:20231104T200000
DTSTAMP:20260425T143305
CREATED:20231105T031312Z
LAST-MODIFIED:20231105T031312Z
UID:22477-1699124400-1699128000@www.ayclogic.com
SUMMARY:7 PM – Digital Illustration 2 – Abigail
DESCRIPTION:What we did today\n\nWe continued working on the Chongyun drawing.\n\nHomework\n\nDraw an eye design for Chongyun’s eyes.\nYou can look up eye designs on the internet.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-2-abigail-17/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231104T193000
DTEND;TZID=America/Los_Angeles:20231104T203000
DTSTAMP:20260425T143305
CREATED:20231105T040100Z
LAST-MODIFIED:20231105T042231Z
UID:22479-1699126200-1699129800@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python - William
DESCRIPTION:Gamas sub \nToday We Did\n\nWe went over the if else homeworks. (oct_28_ifelse_hw2.py)\n\nHomework\n\nInside nov4_ifelse_hw3.py do questions from page 84. 5-3\, 5-4\, 5-5 & 5-6.\nPlease upload this file to your assigned google drive.\nIf you have not done last week homework\, please do it https://www.ayclogic.com/event/730-pm-intro-to-python-william-4/ and upload it to your assigned google drive too.\nPlease do your typing club exercises.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-william-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T160000
DTEND;TZID=America/Los_Angeles:20231106T170000
DTSTAMP:20260425T143305
CREATED:20231107T033605Z
LAST-MODIFIED:20231107T033605Z
UID:22494-1699286400-1699290000@www.ayclogic.com
SUMMARY:4 PM - Scratch 2 - Darin
DESCRIPTION:Did our final today! \nCheck your emails soon for your results!
URL:https://www.ayclogic.com/event/4-pm-scratch-2-darin-9/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T170000
DTEND;TZID=America/Los_Angeles:20231106T180000
DTSTAMP:20260425T143305
CREATED:20231108T065528Z
LAST-MODIFIED:20231114T015849Z
UID:22546-1699290000-1699293600@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework\nBegan working on the Supermarket System\n\nHomework\n\nFinish the application loop function for the ShoppingCart class\n\nCheck the input and generate responses\nEx. if user selects 1\, display what they’re purchasing\n\n\nCreate an instance of the ShoppingCart class\n\nUse this instance to call the application loop function
URL:https://www.ayclogic.com/event/5-pm-python-oop-juan-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T190000
DTEND;TZID=America/Los_Angeles:20231106T200000
DTSTAMP:20260425T143305
CREATED:20231107T035825Z
LAST-MODIFIED:20231107T040032Z
UID:22496-1699297200-1699300800@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nCreated logic for player\, tube\, and coin collisions\nAdded modes to player for flying & dizzy\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/MON-7PM-FlappyBird/-/tree/Sebastian?ref_type=heads\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nHomework: Complete the player_coin_collision method we made in class\n\nCheck if player collided with coin\, if it did then:\n\nPlay coin sound effect\nMake score go up by 1\n\n\nThere are 2 other (very short) lines of code that this method needs\, try to figure them out based on the other collision method!\n\n\nRecall that the code we cloned doesn’t have the actual sound effects that we need to use\, you can download them\, then save them to a folder called “audio” inside of the “assets” folder. Link with audio files: https://drive.google.com/drive/folders/1qwPkQd6gop7wSgyoztWkETUf8E-1YPqv?usp=sharing
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-17/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T190000
DTEND;TZID=America/Los_Angeles:20231106T200000
DTSTAMP:20260425T143305
CREATED:20231107T050710Z
LAST-MODIFIED:20231107T050721Z
UID:22500-1699297200-1699300800@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - William
DESCRIPTION:Today We Did\n\nReviewed Exercises 3 and 4 of Oct23_StarWars.py\nReviewed While Loops\n\nHomework\nCreate the following files: \n\nNov6_Magic8Ball.py\n\nFollow the instructions to create a Magic 8 Ball: https://www.ayclogic.com/intro-to-python/magic-8-ball\n\n\n\nIf you have any questions\, email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231106T190000
DTEND;TZID=America/Los_Angeles:20231106T200000
DTSTAMP:20260425T143305
CREATED:20231108T070116Z
LAST-MODIFIED:20231111T070146Z
UID:22548-1699297200-1699300800@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework and finished the School System project\nBegan working on the Library System project\nCreated the application loop\n\nHomework\n\nName your file Nov13_LibrarySystem.py and do:\n\nCreate a class book in a separate file called book.py with at least 5 attributes\nImport the book class into your file\nFinish the add_book() function:\n\nGet input for the 5 attributes\nCreate an instance of book and add it to the dictionary\ncall it in your application_loop()
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231107T180000
DTEND;TZID=America/Los_Angeles:20231107T190000
DTSTAMP:20260425T143305
CREATED:20231108T025921Z
LAST-MODIFIED:20231108T025932Z
UID:22502-1699380000-1699383600@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Shawn
DESCRIPTION:Today We Did\n\nSchoolSystem continuation\n\nHomework\n\nContinue SchoolSystem and do options 7-9 for the staff.\n\nEmail me at szhuang@ayclogic.com if you have any issues!
URL:https://www.ayclogic.com/event/6-pm-python-oop-shawn-23/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231107T180000
DTEND;TZID=America/Los_Angeles:20231107T190000
DTSTAMP:20260425T143305
CREATED:20231108T030926Z
LAST-MODIFIED:20231108T030926Z
UID:22504-1699380000-1699383600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Darin
DESCRIPTION:William Sub \nWhat We Did Today:\n\nReviewed for loop with range() to add to a counter variable\nLearned about while loops and how to print numbers\n\nInfinite loops\n\n\n\nRemember to check the Google Drive folder if there’s any code you missed (Nov7_WhileLoops.py)! \nHomework:\nCreate a file called Nov7_ForLoopWithRangeHW.py and submit it into the google drive when you are finished. \nRead the following pages and copy the code into the file: \nSecond Edition of the Book\nPages 118 to 121 \nThird Edition of the Book\nEnd of page 117 + pages 118 to 121 \nNotes:\nIf you have any questions\, email William at williamsmith@ayclogic.com or Darin at ddjapri@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231107T180000
DTEND;TZID=America/Los_Angeles:20231107T190000
DTSTAMP:20260425T143305
CREATED:20231113T051120Z
LAST-MODIFIED:20231113T051120Z
UID:22581-1699380000-1699383600@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:We continued the Elsa project. We added shadows and highlights to her hair. \n\nShadow layer and highlight layer are separate layers and both are merged onto the hair color layer.\nYou can look at the images below to see what each layer looks like.\nWe used the “dip pen hard brush” and “airbrush” to make hard and soft shading
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-37/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231107T183000
DTEND;TZID=America/Los_Angeles:20231107T193000
DTSTAMP:20260425T143305
CREATED:20231108T034254Z
LAST-MODIFIED:20231108T035327Z
UID:22508-1699381800-1699385400@www.ayclogic.com
SUMMARY:6:30 PM – Scratch Level 2 – Allison
DESCRIPTION:Today we:\n\nContinued the Fire and Ice project\nContinued coding the Fireball sprite\nStarted coding the Star sprite\n\nImportant Reminders:\n\nAfter you finish your homework in Scratch\, send an email to allison@ayclogic.com by Monday at 8 PM. In that email\, write down your name and a link to your shared Scratch project homework. Make sure to share your Scratch project.\n\nHomework:\n\nWhen the Star clone is created\, code the Star clone to go to a random place between the x values of (-230 and 230) and y values of (-170 and 170)\nIn the GameLoop sprite\, code the variable GiantFireball to equal 0 when the game starts\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/630-pm-scratch-level-2-allison-21/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
END:VCALENDAR