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:20240717T090000
DTEND;TZID=America/Los_Angeles:20240717T100000
DTSTAMP:20260424T024029
CREATED:20240718T032336Z
LAST-MODIFIED:20240718T032336Z
UID:26024-1721206800-1721210400@www.ayclogic.com
SUMMARY:9 AM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nFinished monster inheritance\, and started android studio development.\n\nHomework:\nFinish the practice quiz sent to your email! Expect to spend about 1-2 hours on it. \nWe will review the practice quiz next week and then continue with android game development. \nNotes:\nIf you have any questions\, feel free to contact me at ddjapri@ayclogic.com.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-darin/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240717T090000
DTEND;TZID=America/Los_Angeles:20240717T110000
DTSTAMP:20260424T024029
CREATED:20240717T040217Z
LAST-MODIFIED:20240717T040217Z
UID:26011-1721206800-1721214000@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe learned about for loops with range\, while loops\, and forever loops.\n\nHomework:\n\nCreate a new file called July17_ForLoopRangeHomework and copy the codes from pages 57 to 58 from the book.\nCreate a new file called July17_WhileLoopHomework and copy the codes from page 118 and page 121 from the book.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240717T130000
DTEND;TZID=America/Los_Angeles:20240717T150000
DTSTAMP:20260424T024029
CREATED:20240717T081109Z
LAST-MODIFIED:20240717T081109Z
UID:26013-1721221200-1721228400@www.ayclogic.com
SUMMARY:1 PM - PythonOOP - Joel
DESCRIPTION:Today we did:\n\nWe practiced our OOP concepts with some examples.\nWe did the Dog class and the GrocerySystemV4.\n\nHomework:\n\nMake a new file called July17_Student.py and July17_Teacher.py\nInside the student file\, create a class Student with three attributes: name\, age and grade\nInside the teacher file\, create a class Teacher with three attributes: name\, age\, subject\nMake a new file called July17_main.py. You don’t have to do anything yet\, but make sure to import the Student and Teacher classes from the files you created. This is similar to how we imported the Dog class from the main file in this lesson.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/1-pm-pythonoop-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240717T180000
DTEND;TZID=America/Los_Angeles:20240717T190000
DTSTAMP:20260424T024029
CREATED:20240718T020446Z
LAST-MODIFIED:20240718T020446Z
UID:26017-1721239200-1721242800@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today We Did\n\nFinished the Tunnel of Doom project.\nStarted the Window Cleaner project.\n\nHomework\n\nMake your clones show up inside this rectangle.\n\n\n\n\nEmail me for help: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-32/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240717T180000
DTEND;TZID=America/Los_Angeles:20240717T190000
DTSTAMP:20260424T024029
CREATED:20240718T021743Z
LAST-MODIFIED:20240718T021743Z
UID:26018-1721239200-1721242800@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel (Joshua Sub)
DESCRIPTION:What to Review for the Next Test\n\nWe Went Over While Loop Homework\n\nremember\, all while loops need either a break or a way to turn the conditional from true to false\n\n\nNotes to Review Homework\n\nf”strings” and string methods\n\nTo put variables within f”strings” remember to use {}\n when creating a new line with \n\, don’t put a space\n\nEx. f”I like pie.\nPie tastes good.”\n\n\n  .lower()\, .upper()\, .title()\, .capitalize()\n\n\nVariable Types\n\nwhat is considered an int\, string\, list\, etc and how to create one\n\n\nIf\,elif\,else\n\nremember to indent and the colon\nRemember to use ==\,>\,<\,<=\,>=\n\n\nFor loops and range\n\nhow to write a simple for loop (Ex. for <variable> in <list_name>:)\nrange() creates a list of numbers that you can use in your for loops\n\nrange(int) will create a list starting from zero that is as long as the int\nrange(int\,int) will create a list starting from the first number and ending 1 before the second\n\n\n\n\nInputs\n\ninput_value =input(prompt)\nthe input_value is default a string. you may need to switch it to a number with int()\nRemember that their may be capitalization mistakes with their input.\n\n“Hi” and “hi” are not the same\, so you may need to use .lower() or another string method to make your code work\n\n\n\n\n\n\n\n\nMake sure you study up your code and tell Daniel if you can not attend next class.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-joshua-sub/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240717T190000
DTEND;TZID=America/Los_Angeles:20240717T200000
DTSTAMP:20260424T024029
CREATED:20240718T031933Z
LAST-MODIFIED:20240718T031933Z
UID:26022-1721242800-1721246400@www.ayclogic.com
SUMMARY:7 PM – Intro To Java – Darin
DESCRIPTION:What We Did Today:\n\nFinished the monster inheritance project\, reviewing public vs private access modifiers.\nSetup android studio for mobile app development.\n\nHomework:\nFinish the practice quiz sent to your email – expect to spend about 1-2 hours on it. \nWe will review the practice quiz next week\, and continue android studio mobile development. \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-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR