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:20241107T180000
DTEND;TZID=America/Los_Angeles:20241107T190000
DTSTAMP:20260520T080930
CREATED:20241108T025628Z
LAST-MODIFIED:20241108T025756Z
UID:27330-1731002400-1731006000@www.ayclogic.com
SUMMARY:6PM - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did:\n\nReviewed the Quiz 2\nIntroduced Turtle\n\nremember to import with import turtle\n\n\nHow to put a background color\nHow to put a draw with turtle\n\npenup() vs pendown()\nturtle.goto(x_coordinate\, y_coordinate)\n\n\nHow to fill a shape\n\nIn one new file\, “October_7_turtle_basic_hw”\, do the following: \nHomework\n\nCreate a new file “Nov30_Turtle_Basic_Homework.py”\nCreate a new function “draw_rectangle”. One parameter: pen_color. Inside the function\, draw a rectangle shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_square”. One parameter: pen_color. Inside the function\, draw a square shape using turtle module. Call the function and pass any color to the function\nCreate a new function “draw_triangle”. One parameter: pen_color. Inside the function\, draw a triangle shape using turtle module. Call the function and pass any color to the function.\nCreate a new function “draw_octagon”. One parameter: pen_color. Inside the function\, draw a triangle shape using turtle module. Call the function and pass any color to the function.\n\nLook at this image for your coordinates guidance\n\n\n\n\n\nemail jwidjanarko@ayclogic.com for questions
URL:https://www.ayclogic.com/event/6pm-intro-to-python-joshua-widjanarko-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241107T180000
DTEND;TZID=America/Los_Angeles:20241107T190000
DTSTAMP:20260520T080930
CREATED:20241108T030603Z
LAST-MODIFIED:20241108T030603Z
UID:27333-1731002400-1731006000@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel
DESCRIPTION:What We Did\n\nWe started and finished robot builder.\nReviewed how to draw a rectangle and create a new shape\, circle\n\nHomework\n\nCreate a file\, Nov_7_ShapesHW.py and create a rectangle and circle function. In the file\, call the functions and create a blue and red rectangle\, and create a yellow and green circle. You can choose any size and place them anywhere.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-43/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241107T183000
DTEND;TZID=America/Los_Angeles:20241107T193000
DTSTAMP:20260520T080930
CREATED:20241108T033113Z
LAST-MODIFIED:20241108T033113Z
UID:27338-1731004200-1731007800@www.ayclogic.com
SUMMARY:6:30 PM – Intro to Python – Sebastian
DESCRIPTION:Today we did \n\nThe first quiz! Answers will be released to your emails before our next class\nThursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework because of quiz\, great work!
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-sebastian-30/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241107T190000
DTEND;TZID=America/Los_Angeles:20241107T200000
DTSTAMP:20260520T080930
CREATED:20241108T040234Z
LAST-MODIFIED:20241108T040727Z
UID:27329-1731006000-1731009600@www.ayclogic.com
SUMMARY:7PM - Intro to Python - Joshua Widjanarko
DESCRIPTION:Today We Did – While Loops\n\n\n\n\n\n\nWhile Loops is how we can repeat code without navigating through a list\n\nwhile <conditional/boolean>\nwhen the conditional or boolean is True\, the loop will repeat indented code until it fails\n\n\nthe break function is how we can end a while loop\nDANGER:  without a way to either turn the conditional to false or a break\, while loops can go on for infinity.\ncounters can be used for while loops to only occur a certain number of times\n\ncount =0\nwhile count<=10\n\ncount+=1\n\n\n\n\n\n\n\n Homework\n\nCreate a file and name it November_7_WhileLoopHw.py and do Try It Yourself 7-4\, 7-6 on page 123\nCreate a file and name it November_7_ReviewHW.py and do these 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/7pm-intro-to-python-joshua-widjanarko-5/
END:VEVENT
END:VCALENDAR