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:20230715T090000
DTEND;TZID=America/Los_Angeles:20230715T100000
DTSTAMP:20260424T234542
CREATED:20230715T030253Z
LAST-MODIFIED:20230715T030253Z
UID:20610-1689411600-1689415200@www.ayclogic.com
SUMMARY:9 AM - Intro To Python - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed the turtle project from everyone. If you submitted by July 15 before night\, then you will get 5% extra point for your turtle project.\nWe continued on June9_ShoppingCart.py.\n\nHomework\n\nContinue adding code for June9_ShoppingCart.py so it will do the following\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for check out): 1\nYou purchased Milk for $5\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for check out): 2\nYou purchased Eggs for $4\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for check out): 2\nYou purchased Eggs for $4\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\nEnter your selection 1 to 3 (Enter 'exit' for check out): exit\nPlease pay $13
URL:https://www.ayclogic.com/event/9-am-intro-to-python-indo-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T093000
DTEND;TZID=America/Los_Angeles:20230715T103000
DTSTAMP:20260424T234542
CREATED:20230721T011415Z
LAST-MODIFIED:20230721T011452Z
UID:20718-1689413400-1689417000@www.ayclogic.com
SUMMARY:9:30 AM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nAll passed the Scratch Level 1 Final Test!\n\nHomework:\n\nNo homework!\n\nSubmit your homework here: yitong@ayclogic.com \n\nDon’t forget to share your homework or else I can’t see it.\nHomework is due Friday night.\nEmail me if you need help!\n\nCurrent project:\n\nEveryone just finished taking the Scratch Level 1 Final Test\, so there is no homework. When they begin Scratch Level 2 on July 22\, they will start with the Spaceship project.
URL:https://www.ayclogic.com/event/930-am-scratch-2-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T140000
DTEND;TZID=America/Los_Angeles:20230715T150000
DTSTAMP:20260424T234542
CREATED:20230716T001819Z
LAST-MODIFIED:20230716T001819Z
UID:20620-1689429600-1689433200@www.ayclogic.com
SUMMARY:2 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReview of dictionaries and OOP\nBegan SchoolSystem program\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nCreate a new folder in our Google Drive called “SchoolSystem” which you can submit all project files into each time you turn in homework.\nHomework: Create the list_students_list() and list_students_list() as we discussed in class. Outline:\n \ndef list_students_list(self):\n“””\nTell user what you’re doing\nLoop through each student in student attribute list\nPrint information about each student (name\, age\, grade)\n“””\npass \ndef list_students_dict(self):\n“””\nSame as list_students_list\, but with dictionary\nShould we use .keys()\, values()\, or .items() for the dictionary?\n“””\npass
URL:https://www.ayclogic.com/event/2-pm-python-object-oriented-programming-sebastian-4/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T150000
DTEND;TZID=America/Los_Angeles:20230715T160000
DTSTAMP:20260424T234542
CREATED:20230715T231428Z
LAST-MODIFIED:20230720T063217Z
UID:20613-1689433200-1689436800@www.ayclogic.com
SUMMARY:SAT - 3 PM - Adv Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe learned on how to load images using for in range for loop.\nWe created config\,py\nWe learned about the enemy movement regions.\n\nHomework\n\nOur next class is going to be Thursday July 20 at 6 PM. No class on July 22nd.\nfind the coordinates of all turning points for all regions. Below is the image of all the regions.
URL:https://www.ayclogic.com/event/sat-3-pm-adv-python-game-dev-gamas/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T150000
DTEND;TZID=America/Los_Angeles:20230715T160000
DTSTAMP:20260424T234542
CREATED:20230716T002604Z
LAST-MODIFIED:20230716T002604Z
UID:20622-1689433200-1689436800@www.ayclogic.com
SUMMARY:3 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nReviewed dictionaries and how they’re much faster than lists\nBegan grocery system v2\nUnderstand how we use the dictionary; we make the selection point to the name and the price!\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JUL15_phonebook_hw\, please submit by next Friday.\nHomework: Follow the instructions in the following link: https://www.ayclogic.com/phone-book-system/
URL:https://www.ayclogic.com/event/3-pm-python-object-oriented-programming-sebastian-2/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T160000
DTEND;TZID=America/Los_Angeles:20230715T170000
DTSTAMP:20260424T234542
CREATED:20230717T005516Z
LAST-MODIFIED:20230717T005516Z
UID:20629-1689436800-1689440400@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nContinue to work on your project\nCreate the different game states for game in session\, main menu\, etc.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-bill-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T170000
DTEND;TZID=America/Los_Angeles:20230715T180000
DTSTAMP:20260424T234542
CREATED:20230717T005703Z
LAST-MODIFIED:20230717T005703Z
UID:20631-1689440400-1689444000@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nContinue to work on your projects\nRemember that anything not done will be moved to the next week’s homework
URL:https://www.ayclogic.com/event/5-pm-python-game-development-bill-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230715T180000
DTEND;TZID=America/Los_Angeles:20230715T190000
DTSTAMP:20260424T234542
CREATED:20230716T024618Z
LAST-MODIFIED:20230721T011011Z
UID:20625-1689444000-1689447600@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nMade the Dinosaur3 sprite move back and forth across the screen.\nAdded the Spotlight background and made it change color.\nMade music play forever.\n\nHomework:\n\nDo pages 43-44\, #25-28 in your pink coding book.\n\n  \nSubmit your homework here: yitong@ayclogic.com \n\nDon’t forget to share your homework or else I can’t see it.\nHomework is due Friday night.\nEmail me if you need help!\n\nCurrent project:\n\nhttps://scratch.mit.edu/projects/873073895/\nThe current progress and assigned homework are in the project description.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR