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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240627T080000
DTEND;TZID=America/Los_Angeles:20240627T170000
DTSTAMP:20260421T092436
CREATED:20240628T021652Z
LAST-MODIFIED:20240628T021652Z
UID:25786-1719475200-1719507600@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Joshua
DESCRIPTION:Today We Did\n\n\n\n\n\nFor Loops: how we access across an entire a list\n\nDon’t forget to indent! All code you want to be looped/repeated should be one indent more than the for loop and right under it\n\nAnother Reminder\, the code under if/else statements need an additional indent\n\n\n Structure for a For loop is  -> for a in name_of_list:\n\nAlternately\, you can use a range to create a list of position     (Ex. range(2) =[0\,1])\n\n\n\n\nrange(len(name_of_list)) vs using just name_of_list\n\nUse range when you need the position later\n\nNote\, you will be using  name_of_list[0] to access inside the list with range\n\n\n\n\n\n\n\nHomework and Reminders \n\ncopy pages 54 and 55 and the try it yourself on pg 56 (4-1/4-2)\nName it For_loop_practice_june_27.py\nUpload your answer to google drive before next week Wednesday night.\nJuly 4th is a  holiday\, we will not have class next week\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-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240627T150000
DTEND;TZID=America/Los_Angeles:20240627T170000
DTSTAMP:20260421T092436
CREATED:20240628T001209Z
LAST-MODIFIED:20240628T001209Z
UID:25782-1719500400-1719507600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python (Summer Session) – Darin
DESCRIPTION:What We Did Today:\n\nLearnt how to use the turtle module to draw in python.\nPackaged our code into functions so it becomes easier for us to draw things.\n\nHomework:\n\nDo the take home quiz 2 shared to your emails\, and submit it when you are done!\nThe quiz is open notes\, and you can use Thonny to run your code and test it.\n\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com!!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-summer-session-darin-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240627T180000
DTEND;TZID=America/Los_Angeles:20240627T190000
DTSTAMP:20260421T092436
CREATED:20240628T015943Z
LAST-MODIFIED:20240628T015943Z
UID:25784-1719511200-1719514800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed if else homeworks\nWe learned how to get input from shell.\n\nHomework\n\nCreate a new file june_27_if_else_2_hw.py\n\nDo Try It Yourself – Page 84\, 5-3\, 5-4\nDo number 3 only from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n\n\nCreate june_27_input_from_shell_hw.py\n\ncopy codes from Page 114 to 116
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-29/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240627T190000
DTEND;TZID=America/Los_Angeles:20240627T200000
DTSTAMP:20260421T092436
CREATED:20240629T155308Z
LAST-MODIFIED:20240701T185533Z
UID:25817-1719514800-1719518400@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Bill
DESCRIPTION:Your HW:\n\nCreate a Boat class that inherits from vehicle\nIt should have these extra atributes:\n\nString – Country\nInt – Size\n\n\nIt should also override the Drive() method to print out\n\n“You drove the <size> meter boat with a <country> flag”\n\n\nNo Class next week\, resumes 7/11
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-bill-11/
END:VEVENT
END:VCALENDAR