2 PM Python Level 1
2 PM Python Level 1
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We completed Baby Name Generator project. We reviewed some basic python. Homework: do https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We reviewed the extra credit task. We Reviewed for final test next week at 5PM: Variables list for loop While loop If statement Homework - Study for final test: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/ https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ HowRead More...
Happy New Year 2020 We went through Dec21_homework.py from page 143 to 145. We review function. Homework: # Create a function called "convert_km_to_m", one parameter "kilometer" # inside the function convert "kilometer"Read More...
We reviewed functions and homework. Homework: Study for the test https://www.ayclogic.com/coding-in-python-level-1/python-baby-name-generator/ https://www.ayclogic.com/fixing-python-bugs/ Study how to create circle and rectangle using turtle library.
We went over the homework. We continued with the hangman games. Homework: Inside Dec14_Hangman.py, do the following: create a function, 'update_clue' it has one parameter: 'guess' inside the function, use for loopRead More...
We reviewed Function homework. We started Hangman project. Homework: Continue with Jan18_Hangman.py project. Every time the program loop, it needs to print 3 things the 9 hearts the number of letters inRead More...
Continued and finished with Hangman project. Homework: Copy broken python codes from https://www.ayclogic.com/fixing-python-bugs/ into Jan18_homework_fixbugs.py and try to fix the problem.
We continued with Hangman program. Homework: inside the Jan18_Hangman.py and inside the while loop add a code which will check if "lives" variable is equal to 0, break from the loop. AtRead More...
We continued with Hangman game (Jan18_Hangman.py) We added the logic that will display the question mark symbol. Homework: Continue with Hangman game before you start the loop create a function called "update_clue",Read More...
We went over variables and data types. Homework: Buy the following python book if you have not done so: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=16NLB4LW407IK&keywords=python+programming&qid=1580672032&sprefix=python+%2Caps%2C233&sr=8-3 Install https://thonny.org/ in your computer From the book above, follow coding exercisesRead More...