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:20230828T160000
DTEND;TZID=America/Los_Angeles:20230828T170000
DTSTAMP:20260425T011658
CREATED:20230829T000809Z
LAST-MODIFIED:20230829T000809Z
UID:21351-1693238400-1693242000@www.ayclogic.com
SUMMARY:4 PM - Scratch 2 - Darin
DESCRIPTION:Today We Did:\n\nContinued the Jumpy Monkey project\, making the bananas appear randomly and having them disappear when touching the monkey.\nTalked about how gravity works in this code\, making the monkey fall.\nStarted on level 2 of Jumpy Monkey\n\nHomework:\n\nMake the dinosaur bounce off the screen and move around everywhere as level 2 starts\, and you can start this with (When I receive “Level 2”)\n\nNOTE:\nHit the “share” button on your project and send me the link of your scratch project to ddjapri@ayclogic.com (copy paste the url thing like this one: )
URL:https://www.ayclogic.com/event/4-pm-scratch-2-darin-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T170000
DTEND;TZID=America/Los_Angeles:20230828T180000
DTSTAMP:20260425T011658
CREATED:20230829T010834Z
LAST-MODIFIED:20230829T010834Z
UID:21353-1693242000-1693245600@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nReviewed Variables/Data types\n\nString\nFloat/double (decimals)\nInteger (no decimals)\n\n\nReviewed input from shell\nReviewed f-strings\nReviewed string functions (upper\, lower\, title\, strip)\nReviewed if statements\nReviewed list functions and for loop w/ list\nLearned for loop w/ range and while loop\n\nHomework \n\nMake a file named Aug28_ExercisesHW.py and do these: https://www.ayclogic.com/intro-to-python-exercises/\nMake a file named Aug28_WhileLoopHW.py and On Page 123\, do TRY IT YOURSELF 7-4\, 7-5\, 7-6\, 7-7\n\n  \nEmail me at szhuang@ayclogic.com if you have any questions!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-31/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T170000
DTEND;TZID=America/Los_Angeles:20230828T180000
DTSTAMP:20260425T011658
CREATED:20230829T182343Z
LAST-MODIFIED:20230829T182343Z
UID:21368-1693242000-1693245600@www.ayclogic.com
SUMMARY:5:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed homework.\nReviewed accessing\, modifying\, and inserting with dictionaries\nLearned about looping through dictionary keys\, values\, and items.\n\nHomework\n\nName your file Sept4_Dictionary_HW2.py and do:\n\nPg. 100\, 101\nTry it yourself pg. 105
URL:https://www.ayclogic.com/event/500-pm-python-oop-juan-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260425T011658
CREATED:20230829T032633Z
LAST-MODIFIED:20230829T032633Z
UID:21357-1693249200-1693252800@www.ayclogic.com
SUMMARY:7 PM – Intro to Python – William
DESCRIPTION:Today we did:\n\nReviewed lists\nContinued for loops with lists\n\nHomework:\nMake the following files: \n\nAug28_ListsHW2.py\n\nRead pages 37-41 and copy the code down into a file\n\n\nAug28_AnimalList.py\n\nFollow these instructions: https://www.ayclogic.com/animal-list-and-for-loop-exercises/\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\, email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-william-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260425T011658
CREATED:20230829T182038Z
LAST-MODIFIED:20230829T182038Z
UID:21365-1693249200-1693252800@www.ayclogic.com
SUMMARY:7:00 PM - Python OOP - Juan
DESCRIPTION:Today We Did\n\nReviewed last week’s homework for the Phone Book dictionary program\nWorked on the Grocery System project using dictionaries.\n\nHomework\n\nName your file Sept4_GrocerySystem.py and finish:\n\nAdding the purchased item to the shopping_cart list\nIncreasing total_price by the price of purchased item\nAdd a print statement to output:\n“You have purchased <item> for $<price>”
URL:https://www.ayclogic.com/event/700-pm-python-oop-juan-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230828T190000
DTEND;TZID=America/Los_Angeles:20230828T200000
DTSTAMP:20260425T011658
CREATED:20230829T222250Z
LAST-MODIFIED:20230829T222250Z
UID:21370-1693249200-1693252800@www.ayclogic.com
SUMMARY:7 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nGave each object their own hit box when we set “TESTING” mode to True\nConfigured group collisions for the fireball and bird groups\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://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\nPlease submit your homework by Sunday night\nHomework: Our next steps will be to add a landing screen for our game. Your homework will ensure we get a head start on this.\n\nLets make some new global variables. It’s your job to try and figure out which file we should add these in.\n\nSet new global variable “GAME_LANDING_PAGE” to 1\nSet new global variable “GAME_IN_SESSION” to 2\n\n\nNext\, in main.py create the following methods which we will use for the landing page. We’ll go over what to put inside these methods in class\, so for now just write “pass” as the method’s content:\n\ngame_landing_page()\ndraw_play_button_and_title()\n\n\nFinally\, let’s add a new attribute in main.py called “self.mode” and set it to the global variable we made earlier called “GAME_LANDING_PAGE”. It’s your job to think of which method we should create this new attribute.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-sebastian-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR