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:20240725T180000
DTEND;TZID=America/Los_Angeles:20240725T190000
DTSTAMP:20260422T003115
CREATED:20240726T022237Z
LAST-MODIFIED:20240726T022237Z
UID:26144-1721930400-1721934000@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) \nTopics to cover \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\,boolean\,  list\, etc and how to create one\n\n\nIf\,elif\,else\n\nremember to indent and the colon\nRemember to use ==\,>\,<\,<=\,>=\n“and” or “or” for checking multiple conditions at once\n\n\n For loops and range (list navigation)\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 (Asking for a response for the user()\n\ninput_value =input(prompt)\n\n\nWhile loops\n\nwhile loops can repeat code\, but you need either a conditional or a break to end it\n\n\n\n\n\n Homework\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-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240725T190000
DTEND;TZID=America/Los_Angeles:20240725T200000
DTSTAMP:20260422T003115
CREATED:20240726T030652Z
LAST-MODIFIED:20240726T030652Z
UID:26150-1721934000-1721937600@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Bill
DESCRIPTION:Your HW:\n\nCreate new classes that inherit from Monster class\n\nBird\n\nMake the bird immune to sword attacks\n\n\nGolem\n\nMake the golem have a new special attribute\, type (add it to the parameters of the constructor)\nMake the golem immune to magic attacks that are the same as this golem exclusive attribute
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-bill-14/
END:VEVENT
END:VCALENDAR