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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T150000
DTEND;TZID=America/Los_Angeles:20230807T170000
DTSTAMP:20260425T111011
CREATED:20230808T030934Z
LAST-MODIFIED:20230808T030934Z
UID:21011-1691420400-1691427600@www.ayclogic.com
SUMMARY:3:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinal Test\nSubmitted Project
URL:https://www.ayclogic.com/event/300-pm-intro-to-python-juan-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T160000
DTEND;TZID=America/Los_Angeles:20230807T170000
DTSTAMP:20260425T111011
CREATED:20230808T000916Z
LAST-MODIFIED:20230808T000947Z
UID:21002-1691424000-1691427600@www.ayclogic.com
SUMMARY:4 PM - Scratch 2 - Darin
DESCRIPTION:Today We Did:\n\nFinished up the How Old Are You project\nUnderstood how to use if statements with a range condition (like between 1 and 10 or between 20 and 50)\nStarted on the Movie Ticket project\n\nHomework:\n1. Add code to make the range of the movie ticket prices correct as shown below: \nif your age is between:\n1-10: Your ticket is free\n11-20: That’ll be $5\n21-50: That’ll be $10\nmore than 50: Your ticket is free \n2. Change the costumes when the ticket gets shown\, using broadcast to show the ticket\, and also hiding the ticket when the green flag is clicked \n3. (OPTIONAL HOMEWORK – Tyler you can do this one) Make him say different things about the movie using a list\, so instead of just saying “*movie* is a good movie”\, you can also make him say stuff like “*movie* made me cry”\, and this is similar to what we did in the supermarket project \nNOTE:\nHit the “share” button on your project and send me the link of your scratch project (copy paste the url thing like this one: ) and email it to me at ddjapri@ayclogic.com by 20 August the latest.
URL:https://www.ayclogic.com/event/21002/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T180000
DTEND;TZID=America/Los_Angeles:20230807T190000
DTSTAMP:20260425T111011
CREATED:20230807T130546Z
LAST-MODIFIED:20230807T130704Z
UID:20991-1691431200-1691434800@www.ayclogic.com
SUMMARY:6 PM - Indo - Intro to Python - Joel
DESCRIPTION:Today we did:\n\nWe continued with the project and learned how to tilt objects\, and learned how to draw more letters.\n\nHomework:\n\nContinue on your personal turtle project. By next week August 14\, your project should be half done or 50% of it.\nUpload your personal turtle project progress to your assigned google drive by Friday night every week. Just like how you upload your homework every week.\nIf you have any questions\, feel free to email me through joel@ayclogic.com.
URL:https://www.ayclogic.com/event/6-pm-indo-intro-to-python-joel-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T190000
DTEND;TZID=America/Los_Angeles:20230807T200000
DTSTAMP:20260425T111011
CREATED:20230808T030342Z
LAST-MODIFIED:20230808T030342Z
UID:21006-1691434800-1691438400@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nInstalled and set-up Pycharm.\nCreated a Pycharm project\nStarted learning about dictionaries\n\nHomework\n\nName your file August14_Dictionary_HW.py and do:\n\nPage 92 to 97.\nPage 99 TRY IT YOURSELF. 6-1 and 6-2
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan/
CATEGORIES:OOP Python
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T190000
DTEND;TZID=America/Los_Angeles:20230807T200000
DTSTAMP:20260425T111011
CREATED:20230808T031425Z
LAST-MODIFIED:20230808T031425Z
UID:21009-1691434800-1691438400@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nReviewed HW\nPrinting using f-strings (formatted strings)\nIf statements with or and and\nelif statements\n\nHomework:\n\nCreate Aug7_StringHW2.py\n\nPage 25: TRY IT YOURSELF: 2-3\, 2-4\, 2-5 and 2-6\n\nFor 2-5\, use \" to print out quotation marks within a string\n\n\n\n\nAug7_IfElseHW.py\n\nCopy the code from pages 78-81 in the textbook\n\n\n\nUpload your Python files to your assigned Google Drive folders by Sunday night. \nIf you have any questions or need help debugging\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230807T190000
DTEND;TZID=America/Los_Angeles:20230807T200000
DTSTAMP:20260425T111011
CREATED:20230808T032018Z
LAST-MODIFIED:20230808T032018Z
UID:21014-1691434800-1691438400@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nDiscussed more about Git commits\, what repositories are\, and how to explore them to see our past commits\nLearned about static variables\, reviewed what local variables and attributes are\, and the scope of each of them\nAdded new global variables into config.py\nGave birds and clouds direction attributes\nYou can always find the code we wrote in class in my Gitlab repository here: https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nHomework: Look inside my Bird.py file in my repository for all the comments on the areas where we need to add code\, but specifically I want you to add two static variables in the Bird class:\n \n\nstatic variable BIRD_TYPES with list of strings: 01\, 02\, 03\, 04\nstatic variable BIRD_SUFFIX with list of strings A\, B \nThen use them in the places that I indicated with comments to work. You will have finished your homework when you replace the sections I commented with these two new static / class variables.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR