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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200401T190000
DTEND;TZID=America/Los_Angeles:20200401T200000
DTSTAMP:20260430T074611
CREATED:20200402T023432Z
LAST-MODIFIED:20200402T031310Z
UID:3169-1585767600-1585771200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - C
DESCRIPTION:We went through homework: How old are you\nWe enhanced “How old are you?” with forever loop and the ability to break from the loop when user enters “quit”.\nWe learn on how to create random number.\nHomework:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-c-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200402T183000
DTEND;TZID=America/Los_Angeles:20200402T193000
DTSTAMP:20260430T074611
CREATED:20200403T020622Z
LAST-MODIFIED:20200403T020622Z
UID:3179-1585852200-1585855800@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went over the Function homework.\nWe went over how to create a random number and how to select a random element from List.\nHomework:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200403T180000
DTEND;TZID=America/Los_Angeles:20200403T190000
DTSTAMP:20260430T074611
CREATED:20200404T022131Z
LAST-MODIFIED:20200404T022131Z
UID:3184-1585936800-1585940400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework:\n\nCreate a class: Human\n\nage\nhair_color\nheight\n\n\nCreate a class: Student\n\nStudent class inherits from Human.\ngrade\nschool_name\n\n\nCreate a class: Doctor\n\nDoctor class inherits from Human.\nhospital_name\n\n\nFor example of inheritance\, you can look at April3_ClassInheritance.py and also look at page 168 and 169
URL:https://www.ayclogic.com/event/6-pm-python-game-development-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T090000
DTEND;TZID=America/Los_Angeles:20200404T100000
DTSTAMP:20260430T074611
CREATED:20200404T164603Z
LAST-MODIFIED:20200404T164603Z
UID:3193-1585990800-1585994400@www.ayclogic.com
SUMMARY:9 AM - Intro To Python
DESCRIPTION:We reviewed the final project progress.\nWe learned how to create triangle: upside down and right side up\nHomework:\n\nContinue making progress on your final project.\nThe final project is due on April 18.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T100000
DTEND;TZID=America/Los_Angeles:20200404T110000
DTSTAMP:20260430T074611
CREATED:20200404T173655Z
LAST-MODIFIED:20200404T175853Z
UID:3195-1585994400-1585998000@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We continued with Birdie project\n\nWe made the bird flaps\nWe made the bird move horizontally.\n\n\nHomework:\n\nMake the bird move down vertically.\nLoad another bird: bird02_A.png and bird02_B.png\nMake the second bird flaps.
URL:https://www.ayclogic.com/event/10-am-python-game-development-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T110000
DTEND;TZID=America/Los_Angeles:20200404T120000
DTSTAMP:20260430T074611
CREATED:20200404T185210Z
LAST-MODIFIED:20200404T185532Z
UID:3199-1585998000-1586001600@www.ayclogic.com
SUMMARY:11 AM - Intro To Python
DESCRIPTION:Final project is due today (20%)\nNext week is Final Test (2 hours\, 80%)\, study the following\n\nBaby Name Generator program\nTell me your age program\nMake sure you know how to draw rectangle and circle in turtle.\nMake sure you know functions: with or without return value.\nMake sure you know how to write program that continuously ask user until user enter quit.\nVariable and data types.\nMake sure you know how to do random numbers and select random element from the list.\nLoops: while loop\, for loop.\nRemember how to do String built-in functions: Page:20\,21 and 23\nMake sure you know how to read Python errors and fix program with problem.
URL:https://www.ayclogic.com/event/11-am-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T140000
DTEND;TZID=America/Los_Angeles:20200404T150000
DTSTAMP:20260430T074611
CREATED:20200404T213700Z
LAST-MODIFIED:20200404T220014Z
UID:3204-1586008800-1586012400@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We reviewed the Quiz result.\nWe went over Random.\nHomework:\n\nDo magic 8 ball game from https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/\nDo starwars functions from number 2 and 3: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T160000
DTEND;TZID=America/Los_Angeles:20200404T170000
DTSTAMP:20260430T074611
CREATED:20200408T033158Z
LAST-MODIFIED:20200408T033158Z
UID:3233-1586016000-1586019600@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:We went over how to add a Score on the screen.\nHomework:\n\nIf the player hits a bird that is fast\, the score is going to be higher than hitting a bird that is slow.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200404T180000
DTEND;TZID=America/Los_Angeles:20200404T190000
DTSTAMP:20260430T074611
CREATED:20200405T020048Z
LAST-MODIFIED:20200405T020957Z
UID:3216-1586023200-1586026800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over String built-int functions\n\n.title()\n.lower()\n.upper()\n.rstrip()\n.lstrip()\n.strip()\n\n\nWe went over List\nHomework:\n\nName your file “April4_HomeworkList”: P.34 to 41
URL:https://www.ayclogic.com/event/6-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200405T190000
DTEND;TZID=America/Los_Angeles:20200405T200000
DTSTAMP:20260430T074611
CREATED:20200406T014959Z
LAST-MODIFIED:20200406T031846Z
UID:3220-1586113200-1586116800@www.ayclogic.com
SUMMARY:7 PM - Coding Competition Training
DESCRIPTION:We went over how to do the following\n\nhttps://www.hackerrank.com/challenges/finding-the-percentage/problem\nDo problem #3 (Simple Calculator) from 2017 Pomona Highschool Competition questions.\nHow to iterate every letter in a String.\nHow to do decimal precision formater.\nHow to use a dictionary.\nHow to split String separated by spaces into List.\n\n\nHomework:\n\nIf you are struggling to do the homework\, on the due date\, email me at gamas@ayclogic.com with your questions and attach whatever code you have so far.\nBy Tuesday\, send me an email on your solution to do the following: https://www.hackerrank.com/challenges/python-lists/problem\n\nYou need to know how to split String separated by spaces into List.\nLook at the Tutorial tab\n\n\nBy Thursday\, send me an email on your solution to do problem #4 (One Up) from 2017 Pomona Highschool. Competition questions.\nBy Saturday\, send me an email on your solution to do the following problem\n\nDo problem #3 (Simple Calculator) from 2017 Pomona Highschool.
URL:https://www.ayclogic.com/event/7-pm-coding-competition-training-2/
CATEGORIES:Coding Competition Training,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200406T190000
DTEND;TZID=America/Los_Angeles:20200406T200000
DTSTAMP:20260430T074611
CREATED:20200407T022658Z
LAST-MODIFIED:20200407T022658Z
UID:3229-1586199600-1586203200@www.ayclogic.com
SUMMARY:7 PM - Intro to Python - C
DESCRIPTION:  \n\nWe went over the Magic8 ball homework.\nWe converted the Magic8Ball homework to use random.choice.\nWe learn about functions.\nHomework:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-c-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200409T183000
DTEND;TZID=America/Los_Angeles:20200409T193000
DTSTAMP:20260430T074611
CREATED:20200410T013108Z
LAST-MODIFIED:20200410T022922Z
UID:3251-1586457000-1586460600@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went through Magic8Ball homework.\nWe review functions.\nHomework:\n\nPage. 133\nhttps://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200410T060000
DTEND;TZID=America/Los_Angeles:20200410T190000
DTSTAMP:20260430T074611
CREATED:20200411T021349Z
LAST-MODIFIED:20200411T021349Z
UID:3255-1586498400-1586545200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went through Human\, Student\, Doctor\, AsianStudent classes.\nHomework:\n\nFrom shared google drive\, download all the player images and the bullet and copy them into the birdie>assets folder.\nInstall Python 3.7: https://www.ayclogic.com/python-installation-guide/\nInstall Pycharm: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/6-pm-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T090000
DTEND;TZID=America/Los_Angeles:20200411T100000
DTSTAMP:20260430T074611
CREATED:20200411T170249Z
LAST-MODIFIED:20200411T170249Z
UID:3257-1586595600-1586599200@www.ayclogic.com
SUMMARY:9 AM - Intro To Python
DESCRIPTION:We completed Starry Night project.\nHomework:\n\nFinish your final project\, it is due next week.\nIn the Starry Night project:\n\nCopy drawCircle from kaleidoSpiral project.\nIn the stary Night project alternate between star and circle.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T100000
DTEND;TZID=America/Los_Angeles:20200411T110000
DTSTAMP:20260430T074611
CREATED:20200411T180917Z
LAST-MODIFIED:20200411T180917Z
UID:3259-1586599200-1586602800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We went over how to draw the second bird in Birdie project.\nWe started creating Bird class.\nHomework:\n\nAdd third bird (bird03_A.png and bird03_B.png) in main.py.\nMake the bird goes from right to left.
URL:https://www.ayclogic.com/event/10-am-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T110000
DTEND;TZID=America/Los_Angeles:20200411T130000
DTSTAMP:20260430T074611
CREATED:20200411T181005Z
LAST-MODIFIED:20200411T181005Z
UID:3261-1586602800-1586610000@www.ayclogic.com
SUMMARY:11 AM - Intro To Python
DESCRIPTION:Final Test: 2 hours.
URL:https://www.ayclogic.com/event/11-am-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T140000
DTEND;TZID=America/Los_Angeles:20200411T150000
DTSTAMP:20260430T074611
CREATED:20200411T215323Z
LAST-MODIFIED:20200417T035234Z
UID:3263-1586613600-1586617200@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We went over starwars and magic8Ball homeworks\nWe started and completed PasswordGenerator program.\nHomework:\n\nhttps://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\nRead “The Modulo Operator” from page 116 and 177.\nDo TRY IT YOURSELF in page 117 (7-3)
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T160000
DTEND;TZID=America/Los_Angeles:20200411T170000
DTSTAMP:20260430T074611
CREATED:20200412T004046Z
LAST-MODIFIED:20200412T004046Z
UID:3267-1586620800-1586624400@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:We completed Birdie project.\nWe reviewed Birdie project.\n\nWe reviewed each character that you add in the project\, it needs to inherit from pygame.sprite.Sprite class.\nEach sprite will need to have update(self) function.\nThe order of the parameter for the collide detection has to be according to the order of sprite group that you pass.\n\n\nWe started FlappyDuck project.\n\nDownload all the assets from google drive.\nCreate Player class inside player.py class.\n\nLoad Green Duck 01.png file.\nscreen.blit the image in the update().\n\n\nRenamed the pygame_class_template.py (from the google drive) into main.py.\nInside the main.py\n\nCreate player_group and add player sprite into this group.\nIn the game_loop()\, call the player_group.update()
URL:https://www.ayclogic.com/event/4-pm-python-game-development-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T180000
DTEND;TZID=America/Los_Angeles:20200411T190000
DTSTAMP:20260430T074611
CREATED:20200412T021159Z
LAST-MODIFIED:20200414T052026Z
UID:3272-1586628000-1586631600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over List homework.\nWe went over how to get input from Shell\nWe went over how to do IF ELIF and ELSE.\nHomework:\n\nDo page 82 and 83.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200412T190000
DTEND;TZID=America/Los_Angeles:20200412T200000
DTSTAMP:20260430T074611
CREATED:20200412T230609Z
LAST-MODIFIED:20200413T032324Z
UID:3276-1586718000-1586721600@www.ayclogic.com
SUMMARY:7 PM - Coding Competition Training
DESCRIPTION:Homework:\n\nTuesday:\n\nDo https://www.hackerrank.com/challenges/compare-the-triplets/problem\n\nYou need to know how to access 1st\, 2nd\, 3rd element.\nYou need to know how to split() a string.\n\n\n\n\nThursday:\n\nDo #5 Perfect Number – 2017 Pomona Coding competition\n\nYou need to use MOD (%) to know if a number is divisible by another number.\n\n\n\n\nSaturday (Optional):\n\nDo https://www.hackerrank.com/challenges/diagonal-difference
URL:https://www.ayclogic.com/event/7-pm-coding-competition-training-3/
CATEGORIES:Coding Competition Training,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200416T183000
DTEND;TZID=America/Los_Angeles:20200416T193000
DTSTAMP:20260430T074611
CREATED:20200417T024000Z
LAST-MODIFIED:20200417T024000Z
UID:3299-1587061800-1587065400@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went over Starwars homework.\nWe went over functions again.\nWe started password generator project\nHomework:\n\nget a random number between 10 to 99.\ncombine adjective\, noun\, verb and the randomNumber into one word. You need to capitalize verb\, noun\, and adjective when you combine them into one word.\nFor example\, if you get the following\n\n12 is for the randomNum\n“sleep” is for the verb\n“house” is for the noun\n“sleepy” is for the adjective\n\n\nThe program will produce “SleepyHouseSleep12”
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200417T180000
DTEND;TZID=America/Los_Angeles:20200417T190000
DTSTAMP:20260430T074611
CREATED:20200420T005204Z
LAST-MODIFIED:20200420T005417Z
UID:3351-1587146400-1587150000@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We learned how to display background image in pygame screen.\nHomework:\n\nLoad bird01_A.png image and draw in the screen in position (0\,0). Look at how we load the background image.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T090000
DTEND;TZID=America/Los_Angeles:20200418T100000
DTSTAMP:20260430T074611
CREATED:20200418T165040Z
LAST-MODIFIED:20200418T170124Z
UID:3321-1587200400-1587204000@www.ayclogic.com
SUMMARY:9 AM - Intro To Python
DESCRIPTION:We completed Starry Night project.\n\nWe alternate between Star and Planet using modulus operator.\n\n\nWe started Baby Name Generator program.\nHomework:\n\nIn Baby Name Generator program\, do the following\n\nAsk user if user wants boy’s or girl’s name\n\nIf user enter 1\, call get_random_name(‘boy’) and print to the screen.\nIf user enter 2\, call get_random_name(‘girl’) and print to the screen.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T100000
DTEND;TZID=America/Los_Angeles:20200418T110000
DTSTAMP:20260430T074611
CREATED:20200418T183959Z
LAST-MODIFIED:20200418T183959Z
UID:3325-1587204000-1587207600@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We continued with Bird class\n\nAble to draw bird images using Bird class and sprite group.\n\n\nHomework:\n\nInside Bird class\, make the bird flaps by alternating the image A\, image B. Look at how we did it in main.py.\n\n\n\n 
URL:https://www.ayclogic.com/event/10-am-python-game-development-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T110000
DTEND;TZID=America/Los_Angeles:20200418T120000
DTSTAMP:20260430T074611
CREATED:20200418T184853Z
LAST-MODIFIED:20200418T190013Z
UID:3328-1587207600-1587211200@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We reviewed the Introduction To Python test.\nWe went over Python dictionary.\nHomework:\n\nDo page 92 to 96\nReview Baby Name Generator code and come up with questions if you don’t understand anything in that program.
URL:https://www.ayclogic.com/event/11-am-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T130000
DTEND;TZID=America/Los_Angeles:20200418T140000
DTSTAMP:20260430T074611
CREATED:20200418T195826Z
LAST-MODIFIED:20200418T195826Z
UID:3332-1587214800-1587218400@www.ayclogic.com
SUMMARY:1 PM - Python Demo class
DESCRIPTION:
URL:https://www.ayclogic.com/event/1-pm-python-demo-class-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T140000
DTEND;TZID=America/Los_Angeles:20200418T150000
DTSTAMP:20260430T074611
CREATED:20200418T214436Z
LAST-MODIFIED:20200418T220031Z
UID:3334-1587218400-1587222000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We went over how to do Modular in Python.\nWe started Hangman game.\nHomework:\n\nInside this forever loop do the following\n\nPrint the clue\, the question marks\nPrint the number of leaf left.\nAsk user “Enter letter or word: “\nIf user enter “quit” break from the loop
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T160000
DTEND;TZID=America/Los_Angeles:20200418T170000
DTSTAMP:20260430T074611
CREATED:20200418T233755Z
LAST-MODIFIED:20200419T020446Z
UID:3340-1587225600-1587229200@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:We went over how to add player to the project.\nWe added Tube to the project.\nHomework:\n\nMake the tube move to the left.\nTry to display the tube from the top of the screen.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200418T180000
DTEND;TZID=America/Los_Angeles:20200418T190000
DTSTAMP:20260430T074611
CREATED:20200419T020837Z
LAST-MODIFIED:20200419T020949Z
UID:3346-1587232800-1587236400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over for loop and a little bit of while loop.\nHomework:\n\nhttps://www.ayclogic.com/tell-me-your-age/\nPage 52.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200419T190000
DTEND;TZID=America/Los_Angeles:20200419T200000
DTSTAMP:20260430T074611
CREATED:20200420T015540Z
LAST-MODIFIED:20200420T033437Z
UID:3353-1587322800-1587326400@www.ayclogic.com
SUMMARY:7 PM - Coding Competition Training
DESCRIPTION:  \n\nD0 #1 – Ransomizer from 2018 Coding competition:\n\nYou need to use Python dictionary to count the frequency of every letter from the first and second inputs.\nCondition:\n\nMake sure every letter in the first input exists in the second input and the frequency is equal or more than what is needed in the first input.
URL:https://www.ayclogic.com/event/7-pm-coding-competition-training-4/
CATEGORIES:Coding Competition Training,Python Class
END:VEVENT
END:VCALENDAR