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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T090000
DTEND;TZID=America/Los_Angeles:20221001T100000
DTSTAMP:20260423T120921
CREATED:20221001T170803Z
LAST-MODIFIED:20221001T170803Z
UID:15364-1664614800-1664618400@www.ayclogic.com
SUMMARY:9AM - Intro to Python - Saagar
DESCRIPTION:Today we did:\n\nWent into functions with no return values in detail: function header\, function body\, function definition\, function call\ndefining functions with no parameters or multiple parameters\nwhy functions are useful in reducing code duplication and hiding away complicated logic\nconverting repetitive code into functions\n\nHomework\nIn a file called FunctionsNoReturnValueHW.py\, do the following: \n\nCopy codes from page 130 to 133.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6.\nHomework: 130\, 131 (TRY IT YOURSELF)\, 132 (this is last week’s hw that I incorrectly assigned\, extending due date to next class as well given it was difficult with no prior practice)
URL:https://www.ayclogic.com/event/9am-intro-to-python-saagar-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T090000
DTEND;TZID=America/Los_Angeles:20221001T100000
DTSTAMP:20260423T120921
CREATED:20221001T180925Z
LAST-MODIFIED:20221001T180925Z
UID:15368-1664614800-1664618400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe added a custom spinner OnItemSelectedListener\n\nHomework\n\nDo the Driver System practice test that was sent in the class today.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-19/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T100000
DTEND;TZID=America/Los_Angeles:20221001T110000
DTSTAMP:20260423T120921
CREATED:20221001T040705Z
LAST-MODIFIED:20221001T040705Z
UID:15362-1664618400-1664622000@www.ayclogic.com
SUMMARY:10 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed input from shell. All inputs from shell are String data type. Even if you enter a number\, it will still be String. If you want to compare to integer\, you first have to convert a String (input from shell) into an Integer using int().\nWe learned a little bit about List.\n\nHomework\n\nCreate Oct1_ListHomework.py\nCopy codes from page 34 to 41.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-indo-gamas-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T100000
DTEND;TZID=America/Los_Angeles:20221001T110000
DTSTAMP:20260423T120921
CREATED:20221001T180455Z
LAST-MODIFIED:20221001T180455Z
UID:15366-1664618400-1664622000@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe integrated our custom animal (Saturn Cat / Saturn Turtle) into minecraft\, but we get an error when summoning. I will fix this next week.\nWe added CEM Template Loader plugin in blockbench\nWe loaded minecraft Fox entity in blockbench.\n\nHomework\n\nCustomized minecraft Fox entity in blockbench so it will look better.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-9/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T130000
DTEND;TZID=America/Los_Angeles:20221001T140000
DTSTAMP:20260423T120921
CREATED:20221001T205735Z
LAST-MODIFIED:20221008T003317Z
UID:15389-1664629200-1664632800@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe reviewed the quiz that we took the week before.\nAble to finish it up and reviewed how to use HashMaps and deposit and withdraw money from the accounts.\n\nFor Homework:\n\nCreate a new project called MonsterInheritance\, this will be a completely new project.\nThe first class we will create is going to be the MonsterSystem.java and in this\, we will want to have the main method\, run method\, and also create a monsterMap.\nThe monsterMap key will be the monster’s name which is a String\, and the value will be the Monster class that we will also be creating for homework.\nCreate a Monster.java class that will have 3 attributes which are int health\, String species\, and int maxDamage\nMake sure to create a constructor and also the getters and setters.\nAlso create a menu and have it in an infinite loop. The expected menu is below:\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T130000
DTEND;TZID=America/Los_Angeles:20221001T140000
DTSTAMP:20260423T120921
CREATED:20221001T205853Z
LAST-MODIFIED:20221001T205853Z
UID:15390-1664629200-1664632800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe added background sprite and draw background image to our GameView.\n\nHomework\n\nIn your Python Game Development class\, we used to have ShootBalloon project. Open this project and review the codes inside Bug.update() and Balloon.update().
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T140000
DTEND;TZID=America/Los_Angeles:20221001T150000
DTSTAMP:20260423T120921
CREATED:20221001T221801Z
LAST-MODIFIED:20221001T221801Z
UID:15394-1664632800-1664636400@www.ayclogic.com
SUMMARY:2 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed last week homeworks.\nWe reviewed more details about PyVCF3 module.\n\nHomework\n\nInside VCF_file_reader_example.py do the following\n\nRead some fields from the INFO column like this\n\n\nrecord.INFO['CLNSIG'][0] # this is to read CLNSIG field inside INFO column\n\nrecord.INFO['CLNDN'][0] # this is to read CLNDN field inside INFO column\n\n\n\nCount records that whose INFO has CLNSIG equal to Uncertain_significance\nCount records that whose INFO has CLNSIG equal to Likely_benign\nCount records that whose INFO has CLNDN equal to not_provided\n\n\nCreate Oct1_DictionaryHomework.py\n\ncopy codes from page 92 to 96
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-gamas-22/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T140000
DTEND;TZID=America/Los_Angeles:20221001T150000
DTSTAMP:20260423T120921
CREATED:20221001T233902Z
LAST-MODIFIED:20221001T233902Z
UID:15388-1664632800-1664636400@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLists (bag = [])\nGet length of list using len() (len(bag))\nLearned that list indices (index) start counting from 0\nLearned how to take one value from a list using an index (bag[0])\n\nHomework\n\nPage 114 to 116\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T150000
DTEND;TZID=America/Los_Angeles:20221001T160000
DTSTAMP:20260423T120921
CREATED:20221001T233903Z
LAST-MODIFIED:20221001T233903Z
UID:15393-1664636400-1664640000@www.ayclogic.com
SUMMARY:3 PM - Intro to Python - Sebastian
DESCRIPTION:Today We Did\n\nLists (bag = [])\nGet length of list using len() (len(bag))\nLearned list indices (index) start from 0\nGet one item using bag[index]\n\nHomework\n\nPage 114 to 116\nPage 117 . TRY IT YOURSELF: 7-1\, 7-2
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T160000
DTEND;TZID=America/Los_Angeles:20221001T170000
DTSTAMP:20260423T120921
CREATED:20221004T182821Z
LAST-MODIFIED:20221004T182821Z
UID:15449-1664640000-1664643600@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today: \n\nFinished Dragon Birdie\nStarted Flappy Bird\n\nHomework: \n\nNone\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/4pm-python-game-development-latisha-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T163000
DTEND;TZID=America/Los_Angeles:20221001T173000
DTSTAMP:20260423T120921
CREATED:20221004T162515Z
LAST-MODIFIED:20221010T220842Z
UID:15440-1664641800-1664645400@www.ayclogic.com
SUMMARY:4:30 PM - Scratch Level 2 - Allison
DESCRIPTION:Today we:\n\nCoded music to play during the game\nCoded music to play when the game is over\nCoded music to play when the player wins the game\nFinished the Spaceship 2.0 project\nStarted the Fantastic Flowers project\nAdded a Ball sprite\nCoded the Ball sprite to move and leave stamps to create a flower\nCoded all stamps to erase when the player presses the space key\n\nHomework:\n\nCreate a new Scratch project and title it “Practice 3 – Star and Apple”\nAdd a Cat sprite\, Star sprite\, and Apple sprite\nPlace the Cat sprite on the left side and the Apple sprite on the right side (please see image below)\nCode the Star sprite to go to the Cat sprite when the game starts\nWhen the player presses the space key\, code the Star sprite to keep on moving to the right\nWhen the Star sprite and Apple sprite touch\, code both sprites to hide\nCode the Star sprite and Apple sprite to show when the game starts\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/430-pm-scratch-level-2-allison-4/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T170000
DTEND;TZID=America/Los_Angeles:20221001T180000
DTSTAMP:20260423T120921
CREATED:20221002T011014Z
LAST-MODIFIED:20221002T011014Z
UID:15398-1664643600-1664647200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe added Saturn item and use it as the AYC Essential mod tab.\nWe added SaturnLightningAxe.java but running out of time to add it completely in the game.\n\nHomework\n\nComplete adding the Saturn Lightning Axe to your minecraft mod.\n\nAdd SATURN_LIGHTNING_AXE into ModItems.java\nAdd an entry in en_us.json\nAdd an saturn_lightning_axe.json inside src/main/resources/assets/aycessentials/models/item directory\n\n\nrun your program\, equip the Saturn Lightning Axe into your hand.\nsummon a couple of enemies around you and do right click. If everything is good\, you should see the lightning striking enemies around you.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-4/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T180000
DTEND;TZID=America/Los_Angeles:20221001T190000
DTSTAMP:20260423T120921
CREATED:20221008T060140Z
LAST-MODIFIED:20221008T060140Z
UID:15581-1664647200-1664650800@www.ayclogic.com
SUMMARY:6 PM - Python OOP - Bill
DESCRIPTION:Today We:\n\nContinued the SchoolSystem project\nAdded a new list_all_students method to display all the students in the student_list attribute\nAdded a new find_student_by_name method to search for students with a specific name\n\nYour HW:\n\nCreate a list_all_teachers method to display all the teachers in your teacher_list\nCreate a find_teacher_by_subject method to search for teachers that teach a particular subject
URL:https://www.ayclogic.com/event/6-pm-python-oop-bill-9/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T190000
DTEND;TZID=America/Los_Angeles:20221001T200000
DTSTAMP:20260423T120921
CREATED:20221002T031611Z
LAST-MODIFIED:20221002T031611Z
UID:15400-1664650800-1664654400@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration - Abigail
DESCRIPTION:What we did today\n\nWe continued working on the lighthouse drawing.\nWe drew the lighthouse and its details.\n\nHomework\n\nFinish drawing the rest of the lighthouse.\nDraw the cross-hatching railing\, windows\, and white railings.
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-abigail-10/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221003T170000
DTEND;TZID=America/Los_Angeles:20221003T180000
DTSTAMP:20260423T120921
CREATED:20221006T050546Z
LAST-MODIFIED:20221006T050546Z
UID:15497-1664816400-1664820000@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nReviewed Turtle Projects\nStarted the Kaleido Spiral project\nLearned how to infinitely draw circles and make a cool 3d tunnel\nLearned how to twist the 3d tunnel in a circular pattern\nMade the circles change in color as well as size\nFinished the Kaleido Spiral project\n\nYour HW:\n\nFinish your turtle projects\nIf you want to check if you have everything take a look at the criteria page: https://www.ayclogic.com/intro-to-python-final-project-criteria/\nSubmit by October 10th\n\nSend email to billhan@ayclogic.com\nMake the Title “<YourName> – Turtle Project”
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-bill-17/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221003T180000
DTEND;TZID=America/Los_Angeles:20221003T190000
DTSTAMP:20260423T120921
CREATED:20221005T204349Z
LAST-MODIFIED:20221005T204349Z
UID:15480-1664820000-1664823600@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 2
DESCRIPTION:MONDAY \nToday we continued the Rengoku project. \nWe did: \n\nStarted shading on a new layer\, clipped to the color layer. (Layer 10)\n\nHOMEWORK \nMake sure your project is up to date\, and your layers are correct.
URL:https://www.ayclogic.com/event/6pm-digital-illustration-2-17/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T173000
DTEND;TZID=America/Los_Angeles:20221004T183000
DTSTAMP:20260423T120921
CREATED:20221005T020838Z
LAST-MODIFIED:20221005T021311Z
UID:15457-1664904600-1664908200@www.ayclogic.com
SUMMARY:5:30 PM – Intro To Python – Richard
DESCRIPTION:Today We Did:\n\nWe finished building our robot with 3 arms by using our left_arm and right_arm functions.\nWe reviewed for loops and then learned how to draw a circle.\n\nCode from class (Oct4_FinishedRobotArms.py): https://drive.google.com/drive/folders/1HS7Vf6hpZPBjnJQyanP75hIa6Krz4YsN \nThe top half contains the code needed to do the homework. The bottom half (commented out) is just the finished robot code in case you want to look at it. \nHomework:\n\nMake a function called “face” that draws a circular face\, 2 circular eyeballs\, 2 circular pupils\, and a rectangle mouth.\n\nPlease make use of the rectangle and circle functions we have created\, and by passing in the face function parameters instead of manually plugging in numbers to the rectangle and circle functions. Think about what parameters our face function should have. See reference below. \n \nPlease email me if you have any questions: richardli@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-richard-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T173000
DTEND;TZID=America/Los_Angeles:20221004T183000
DTSTAMP:20260423T120921
CREATED:20221005T035813Z
LAST-MODIFIED:20221005T035813Z
UID:15473-1664904600-1664908200@www.ayclogic.com
SUMMARY:5:15PM - Intro To Python - Alex W.
DESCRIPTION:Today We Did\n\nLearned the rules for next weeks quiz\n\n10 questions\nMultiple choice\, fill in the blank\, full code response\nCan use Thonny\, cannot look at old code\n\n\nReviewed the review questions for the quiz\n\nHomework\n\nReview for next weeks quiz. If you have questions or want challenge problems email me at alexwalburg@ayclogic.com
URL:https://www.ayclogic.com/event/515pm-intro-to-python-alex-w/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T180000
DTEND;TZID=America/Los_Angeles:20221004T190000
DTSTAMP:20260423T120921
CREATED:20221005T020351Z
LAST-MODIFIED:20221005T020351Z
UID:15456-1664906400-1664910000@www.ayclogic.com
SUMMARY:6 PM Scratch Level 1 - Alexander Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Animal Race project.\nLearned about broadcasting and when I receive.\nAlso talked about wait until again\, and how we were able to use the if then code.\n\nFor Homework: \n\nDo page 62 in your scratch book\, which is just the start of the Ask Gobo project.\nHere is the page below if you do not have it.
URL:https://www.ayclogic.com/event/6-pm-scratch-level-1-alexander-lee-2/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T180000
DTEND;TZID=America/Los_Angeles:20221004T190000
DTSTAMP:20260423T120921
CREATED:20221005T024429Z
LAST-MODIFIED:20221005T024429Z
UID:15462-1664906400-1664910000@www.ayclogic.com
SUMMARY:6 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nMade the Maze sprite go to the center of the screen.\nChanged the size of the Mouse sprite and made it always start at the upper left corner of the screen.\nAdded collision code for the Mouse sprite.\nMade a myBlock called “Movement.”\n\nHomework:\n\nHOMEWORK IS DUE MONDAY NIGHT!! Please submit by emailing your homework to: yitong@ayclogic.com and Mr. Gamas’s email: gamas@ayclogic.com.\n\nDon’t forget to share your project\, otherwise\, I won’t be to see your code.\nDon’t forget to include the project link in the email. Otherwise\, I cannot see your project.\n\n\nDo page 64 in the Coding book\, #33-35 ONLY.
URL:https://www.ayclogic.com/event/6-pm-scratch-2-yitong-10/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T180000
DTEND;TZID=America/Los_Angeles:20221004T190000
DTSTAMP:20260423T120921
CREATED:20221005T205744Z
LAST-MODIFIED:20221005T205744Z
UID:15483-1664906400-1664910000@www.ayclogic.com
SUMMARY:6PM - Digital Illustration 1
DESCRIPTION:TUESDAY \nToday we continued the Lighthouse project. \nWe did: \n\nAdded the lighthouse on a new layer. STEPS: 1st layer) Light gray lighthouse shape. 2nd layer) Brick details and shading. 3rd layer) Gate details. And then merge all lighthouse layers into one.\n\nHOMEWORK \nMake sure your project is up to date\, and all the layers are correct.
URL:https://www.ayclogic.com/event/6pm-digital-illustration-1-17/
CATEGORIES:Beginner Digital Illustration,Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T183000
DTEND;TZID=America/Los_Angeles:20221004T193000
DTSTAMP:20260423T120921
CREATED:20221005T194131Z
LAST-MODIFIED:20221005T194254Z
UID:15476-1664908200-1664911800@www.ayclogic.com
SUMMARY:6:30 PM - Scratch Level 1 - Allison
DESCRIPTION:Today We:\n\nContinued the Animal Race project\nReviewed the four directions in Scratch\nCreated the Banner sprite\nCoded the Banner sprite to hide when the game starts\nCoded the Banner sprite to switch to a costume and show when the Bat wins\n\nImportant Reminders:\n\nThere are new homework rules. After you finish your homework in Scratch\, you have to send an email the night before the day of the class.\nSince our class is on Tuesday\, 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 Dog sprite touches the Finish Line sprite\, code the Banner sprite to use the costume that has the text “Dog Win!” and show\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/630-pm-scratch-level-1-allison-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221004T190000
DTEND;TZID=America/Los_Angeles:20221004T200000
DTSTAMP:20260423T120921
CREATED:20221012T011709Z
LAST-MODIFIED:20221012T011709Z
UID:15715-1664910000-1664913600@www.ayclogic.com
SUMMARY:7 PM - 3D Animation Beginner
DESCRIPTION:Week 13\nToday we do:\n\nWe learn how to animate the head turn\nHow to create a camera\nhow to use layer in maya\n\nHomework:\nThere is no homework for this week. However you can use the time to refine the running and jumping animation.
URL:https://www.ayclogic.com/event/7-pm-3d-animation-beginner-12/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221005T170000
DTEND;TZID=America/Los_Angeles:20221005T180000
DTSTAMP:20260423T120921
CREATED:20221006T211616Z
LAST-MODIFIED:20221006T211616Z
UID:15509-1664989200-1664992800@www.ayclogic.com
SUMMARY:5PM - Digital Illustration 3
DESCRIPTION:WEDNESDAY \nToday we continued the Tanjiro and Nezuko project. \nWe did: \n\nFinished the Tanjiro lines\nHis right side arm with the riceball is on a separate layer\n\nThe images below can show you clearly what we did. \n   \nHOMEWORK \n\n1) Look at your Tanjiro and Nezuko project\, and also at the images above. Make sure your project is caught up to class\, and make it nicer if needed.\n2) Continue your two-figures homework project. By now you should be finished with the sketching stage\, and you can start on doing the lines for your project.\n\nStart the lines on a new layer.\nDo each character on a different layer.\nThe lines don’t need to be finished\, but at least 50% (half-way) done.
URL:https://www.ayclogic.com/event/5pm-digital-illustration-3-20/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221005T170000
DTEND;TZID=America/Los_Angeles:20221005T180000
DTSTAMP:20260423T120921
CREATED:20221007T071755Z
LAST-MODIFIED:20221007T071755Z
UID:15570-1664989200-1664992800@www.ayclogic.com
SUMMARY:5 PM – Scratch Level 1 – Allison
DESCRIPTION:Today we:\n\nFinished the Customized Birthday Card\nStarted the Tunnel of Doom project\nCoded the Cat sprite to start at the starting place when the game starts.\nCoded the Cat sprite to follow the mouse pointer until it touches the Tunnel sprite\nAdded a Home Button sprite and created a Banner sprite\nCoded the Banner sprite to hide when the game starts\nCoded the Banner sprite to show when the Cat touches the Home Button sprite\n\nHomework:\n\nCreate two more costumes for the Tunnel sprite. All costumes must be different from each other.\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/5-pm-scratch-level-1-allison-41/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221005T180000
DTEND;TZID=America/Los_Angeles:20221005T200000
DTSTAMP:20260423T120921
CREATED:20221006T032039Z
LAST-MODIFIED:20221006T032039Z
UID:15490-1664992800-1665000000@www.ayclogic.com
SUMMARY:Competitive Programming
DESCRIPTION:Homework: \nThere is no specific homework for this week\, please go over the slide and code we discussed in class. \n 
URL:https://www.ayclogic.com/event/competitive-programming-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221005T190000
DTEND;TZID=America/Los_Angeles:20221005T200000
DTSTAMP:20260423T120921
CREATED:20221011T171943Z
LAST-MODIFIED:20221011T171943Z
UID:15665-1664996400-1665000000@www.ayclogic.com
SUMMARY:7PM - OOP Python - Latisha
DESCRIPTION:Today We Did\n\nLearned about dictionaries\n\nHomework\n\nIn Oct5_DictionaryHomework do pg.92-97 from the textbook and pg.99 TRY IT YOURSELF 6-1 and 6-2\n\nIf you have any questions\, feel free to email me at latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-oop-python-latisha-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221005T194000
DTEND;TZID=America/Los_Angeles:20221005T204000
DTSTAMP:20260423T120921
CREATED:20221006T040021Z
LAST-MODIFIED:20221006T040021Z
UID:15492-1664998800-1665002400@www.ayclogic.com
SUMMARY:7:40 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe worked on and finished the List Tutorial project.\nWe worked on MHALL with lists.\n\nHomework\n\nFinish working on MHALL with lists.\nCreate 3 more note sprites => A(69)\, B flat(70)\, and C2(72)\nWrite all of the notes of the Happy Birthday song\, and put them in the lists.\nPut pauses after the 6th note(E)\, 12th note(F)\, 19th note(D). You don’t have to do the last 3 notes (C\,C\,F).
URL:https://www.ayclogic.com/event/740-pm-scratch-2-abigail/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221006T173000
DTEND;TZID=America/Los_Angeles:20221006T183000
DTSTAMP:20260423T120921
CREATED:20221007T022121Z
LAST-MODIFIED:20221007T022121Z
UID:15568-1665077400-1665081000@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Alex W.
DESCRIPTION:Today We Did\n\nReviewed returning from functions\nQuickly completed the 8 ball project\nGot started on the hangman project\n\nHomework\n\nUpdate the hangman code to print the location i if the letter is equal to secret_word[i]
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-alex-w-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221006T190000
DTEND;TZID=America/Los_Angeles:20221006T200000
DTSTAMP:20260423T120921
CREATED:20221011T172048Z
LAST-MODIFIED:20221011T172048Z
UID:15667-1665082800-1665086400@www.ayclogic.com
SUMMARY:7PM - OOP Python - Latisha
DESCRIPTION:Today We Did\n\nWent over Class Homework\n\nHomework\n\nIn a file called Oct6_ClassPracticeHomework.py do pg167 TRY-IT-YOURSELF and pg162 TRY-IT-YOURSELF\n\nIf you have any questions\, feel free to email me at latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-oop-python-latisha-4/
END:VEVENT
END:VCALENDAR