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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230912T180000
DTEND;TZID=America/Los_Angeles:20230912T190000
DTSTAMP:20260425T234321
CREATED:20230913T020427Z
LAST-MODIFIED:20230913T021805Z
UID:21565-1694541600-1694545200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:What We Did Today:\n\nIntroduced the concept of programming in python\nLearned about variables and 3 data types: Integers\, Floats/Doubles\, Strings\nLearned about printing to the shell\nLearned about doing math with variables and the different data types\nLearned about print formatting using print(f” “)\n\nHomework:\n\nCreate a file named Sep12_StringHomework.py and upload it to the google drive when you finish.\nDo pages 20-23 from the textbook\, and just copy python codes from the book\, and make sure you test the code if it is working by running the program\nIf you don’t have the book yet\, you can see the homework here\, but please ask your parents to buy it immediately:\nIntroToPythonP20toP23\n\nNotes:\nIf you have any questions\, email me at ddjapri@ayclogic.com \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230912T180000
DTEND;TZID=America/Los_Angeles:20230912T190000
DTSTAMP:20260425T234321
CREATED:20230913T022812Z
LAST-MODIFIED:20230913T022812Z
UID:21574-1694541600-1694545200@www.ayclogic.com
SUMMARY:6 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to submit our homework (commit and push)\nLearned how to see previous class code (on Gitlab)\nReviewed general architecture of most games: blit images inside an infinite loop\nCreated basic Bird class & blitted to screen\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/tue-6-pm-dragon-birdie/-/tree/TUE-6PM-Sebastian?ref_type=heads\n\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nHomework: Please view my Github repository here to ensure you have all code up to date (I added a new line in bird.py after class to scale our bird to a smaller size).\n\nAfter you have the same code as I pushed to my branch\, you should be able to see our background image along with a small bird on the top left corner of the screen.\nRecall that the update method inside our Bird class is constantly called inside our game loop in main.py. Any updates to the bird image on the screen will be made in this method.\nYour assignment is to try and make the bird move across the screen at the speed indicated by the “self.speed” attribute. Since this is “updating” the bird image on the screen\, you will have to do it in the update method inside of bird.py.\nHint: If you have the same code as I pushed to my branch\, you only need to add one line of code inside of the update method.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-sebastian/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR