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:20240808T180000
DTEND;TZID=America/Los_Angeles:20240808T190000
DTSTAMP:20260421T224825
CREATED:20240809T015938Z
LAST-MODIFIED:20240809T020127Z
UID:26373-1723140000-1723143600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nReviewed the different datatypes and what variables are\nLearned about .strip()\, .lower()\, .upper()\, and .title() from last week homework\nStarted learning about if\, elif\, and else statements\n\nHomework\n\nCreate August_8_StringHomework2.py page 25. TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6\nIf you have any questions\, email me at dmeng@ayclogic.com\n\n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-13/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240808T180000
DTEND;TZID=America/Los_Angeles:20240808T190000
DTSTAMP:20260421T224825
CREATED:20240809T022507Z
LAST-MODIFIED:20240809T045505Z
UID:26387-1723140000-1723143600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Joshua
DESCRIPTION:Today We Did – Review Day Part 1\nThe quiz is coming soon\, so I feel that it is important to review some of the topics (Make sure to do the homework). \nCheck Our last classes calendar for a more in-depth look at content: https://www.ayclogic.com/event/6-pm-intro-to-python-joshua-10/    \n\nI want to reiterate that if you have questions email me a soon as you can. \nNotes for quiz takers \n\nTest frequently and often. If there is an error\, you can catch it before writing the rest of your code\nRemember your indents\n\nafter for loops\, while loops\, if\, else\, and elif statements\, you need an indent for any code afterwards that is within those statements\ndon’t accidently write your else statements outside your fo\n\n\nstrings and f”strings\n\nafter print statements\, there is no space\, only the ()\nremember to structure your fstrings – >  f”your_word_here {variable}”\n\n\n\n\ninput() always return strings\n\n“6”  is not the same as 6\, use int() to transform your input\n“WORD” and “word” are not the same\, transform your input with .lower()\, .upper()\, .title()\nThis also applies to comparisons\, make sure you use the right data type\n\n\nfor >=  and <=\, the arrow goes first\n when comparing two things with  ==\, variable types matter\n\n don’t do   if name == word  if your comparing strings\ndo            if name == “word” if your comparing string\n\n\n\n\n\n\n Homework (If you haven’t done it yet)\n\nCreate a file and name it July_25_ReviewHW.py and do all ten problems https://www.ayclogic.com/intro-to-python-exercises/\nUpload your answer to google drive before next week Wednesday night.\n\nIf you have any questions feel free to email me jwidjanarko@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-joshua-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240808T190000
DTEND;TZID=America/Los_Angeles:20240808T200000
DTSTAMP:20260421T224825
CREATED:20240810T225530Z
LAST-MODIFIED:20240810T225530Z
UID:26414-1723143600-1723147200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Bill
DESCRIPTION:Your HW: \n\nAdd View elements to match how the finished Temperature Converter app looks like (No need to add functionality)\nJust make sure everything is anchored on all 4 sides with the edge of the screen\, not other elements
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-bill-16/
END:VEVENT
END:VCALENDAR