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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240731T090000
DTEND;TZID=America/Los_Angeles:20240731T110000
DTSTAMP:20260421T192020
CREATED:20240731T040413Z
LAST-MODIFIED:20240731T040413Z
UID:26217-1722416400-1722423600@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe continued reviewing and doing more exercises in preparing for the 1st quiz.\n\nHomework:\n\nFinish the exercise we did in class below:\nCreate a list of 5 animals (the animals are up to you)\nAdd a “panda” at the end of the list\nDelete the second element of the list (second element\, not index)\nReplace the second index with “axlotl”\nPrint the length of the list\nPrint the last element of the list (using len)\nReview the following topics (you can use your files or the files from the Google Drive):\n\nPrinting\, Variables and Data Types (don’t forget f-string\, .upper\, etc.)\nIf\, Elif\, Else\nInput\nList (.append\, etc. )\nList For Loop (For-Each)\nFor Loop with Range\nWhile Loops\n\n\nContinue reviewing the exercises you did\, and make sure to understand each part. If you need to\, you can do the exercises again to improve speed. But most importantly\, make sure you understand the logic.\nToday\, it seems like you had a little trouble with these topics. Remember:\n\nFigure out which type of for loop is best for a problem (for-each deals with lists\, otherwise use the for loop with range)\nRemember that a while True loop (forever loop) is useful\, and remember to break using the break keyword if you need to.\nRemember .title()\nRemember that sometimes after input (input is by default a string)\, you have to cast (change the datatype) the input into an integer if you are comparing it with another integer\, like in a if statement (for example\, if age >= 5).\nReview on how to make a program case insensitive using .lower() (you can look up June22_IfElseElif.py in the Google Drive or your files).\n\n\nThe quiz will be 1-hour long\, and it will be a Google Form. You can use Thonny to write your code\, but you cannot look at your previous files (closed book quiz). Once you’re done with a question\, you can copy and paste your code from Thonny into the Google Form.\nYou don’t have upload your homework\, just do the exercises and review as you need.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-joel-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240731T130000
DTEND;TZID=America/Los_Angeles:20240731T150000
DTSTAMP:20260421T192020
CREATED:20240731T091618Z
LAST-MODIFIED:20240731T091618Z
UID:26221-1722430800-1722438000@www.ayclogic.com
SUMMARY:1 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe continued working on SchoolSystem.\n\nHomework:\n\nCreate a new file called July13_Staff and create a Staff class with these attributes: name\, phone_number\, email\, age\, duty\nAdd new selections to the menu in the SchoolSystem class:\n\nAdd new staff\nList all staff\nFind staff\n\n\nYou can use either a list or a dictionary to store the staffs.\nLike we did today\, make sure that those new selections work properly.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/1-pm-python-oop-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240731T180000
DTEND;TZID=America/Los_Angeles:20240731T190000
DTSTAMP:20260421T192020
CREATED:20240801T014918Z
LAST-MODIFIED:20240801T014918Z
UID:26237-1722448800-1722452400@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWent over functions\nWriting an if statement inside a function\nStarted learning functions with and without return values\n\nHomework\n\nCreate a file called July_31_FunctionsHW.py and copy codes from page 130 to 133.\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4 to 6.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240731T180000
DTEND;TZID=America/Los_Angeles:20240731T190000
DTSTAMP:20260421T192020
CREATED:20240801T020044Z
LAST-MODIFIED:20240807T030115Z
UID:26239-1722448800-1722452400@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today We Did\n\nFinished the Punch the Dummy project.\nStarted the Virtual Snow project.\n\nHomework\n\nIn your pInk coding book\, do page 147 step # 7 (just the code).\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-36/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240731T190000
DTEND;TZID=America/Los_Angeles:20240731T200000
DTSTAMP:20260421T192020
CREATED:20240801T050634Z
LAST-MODIFIED:20240801T050634Z
UID:26256-1722452400-1722456000@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nContinued Temperature Converter project in Android Studio\, learning how to extend functionality of buttons\n\nHomework:\n\nContinue your Driver System final exam practice if you aren’t done with it already!\n\n\n\nNotes:\nIf you have any questions\, you may reach out to me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-darin-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR