6:30 PM – Intro To Python
6:30 PM – Intro To Python
We continued with Hangman. Homework: Inside the update_clue function, inside the for loop. If the letter is equal to the parameter print "Hurray"
We continued with Hangman. Homework: Inside the update_clue function, inside the for loop. If the letter is equal to the parameter print "Hurray"
We went completed Baby Name Generator program. We added a way to limit the number of names when user provided a number bigger than the names that the program has. Homework: StudyRead More...
We went over the many functionalities of Python String such as title(), upper(), strip(). We went over how to do IF ELSE ELIF statements Homework: P.80 to 81
We completed update_clue function inside Hangman game. Homework: after you call update_clue(guess) check if there are no more "?" in the clue then break from loop
We went over Baby Name Generator program. Next week is final Python Test please study Baby Name Generator Turtle Python Variables and Data Types Functions List IF ELSE ELIF Random Loops HowRead More...
We went over IF ELSE ELIF We went over how to do tell-me-your-age project. We went over List and For loop Homework: Finish https://www.ayclogic.com/tell-me-your-age/ program Do List coding from page 37 toRead More...
Homework: Continue with May9_PasswordGenerator.py Ask user if you want kind of password? (lowercase/camelcase/uppercase) if user enter "lowercase" then make the password all lowercase if user enter "camelcase" then make the password similarRead More...
We completed Hangman Game. We learned how to read error messages in Python and how to fix error in Python. Homework: Go to this page and copy and paste broken Python codeRead More...
We went over the Bird class We added bird flapping inside the Bird class. Homework: Inside Bird class, when direction is 270, flip the bird image horizontally.
We went over how to fix python errors by understanding how to make sense python error messages. Next week is 2nd Python quiz. It will be a 2 hour quiz. Please studyRead More...
We went over While Loop We enhanced Tell Me Your Age program to use While Loop Homework: From the book do page 51, 57, 58 and 59
We learned about functions with return values. Homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ Do page 139
We went over the for loop homework. We reviewed what's going to be in the quiz next week. Variables and Data Types IF ELIF ELSE statements Loops: For loops, while loops HowRead More...
We went through Python Functions: We went through the difference between function with return and without return values. We went through parameters with default value, like the one in page 139. Homework:Read More...
Homework: Name your homework file Jun3_Homework.py Page 20 to 23, copy the codes into the Jun3_Homework.py file and run it. Submit your homework to gamas@ayclogic.com before next week. If you have problem,Read More...
We went over last week homework. Homework for Jonathan and Benjamin: Create a list of Integers: 345, 9, -20,40. Use for loop to print every number in the list. Create a variable,Read More...