6:30 PM Python Level 1
6:30 PM Python Level 1
We went over last week homework. We discussed how to create a program that can continuously ask user and respond to the question and it will stop when user print "quit". NextRead More...
We went over last week homework. We discussed how to create a program that can continuously ask user and respond to the question and it will stop when user print "quit". NextRead More...
We reviewed quiz result A lot students seem to be still confused with functions, so we practice more with functions. Homework: Create a cool picture in your grid paper so we canRead More...
We completed Kaleido Spiral project. We started Starry Night project. Homework: Start doing your final project drawing in Turtle. If you have not submitted the Final project drawing in the grid paper.Read More...
The entire students were using Zoom meeting. We continued with Starry Night project. We draw different color of Stars We draw different stars with different number of points. We draw different starsRead More...
We are learning about Python function and parameters. Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
We continued with Turtle Python module. We started Robot Builder project. Homework: Finish the Robot Builder project according to the below picture.
We went over the quiz result. We went over the Python function. Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ number 4, 5 and 6. From the book, do page 139.
We started Kaleido Spiral Homework: Make the circle bigger every time it loops Start working on your final project. I want to see some progress.
We started the Baby Name Generator project. Homework: Your baby name generator project: If the user enters selection other than '1','2','3', then print "Invalid Selection, please try again.". Prevent the program toRead More...
We went over homework from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Next week is a quiz and it is going to be 10 % of your grade. It can take as long as 2 hours. Please studyRead More...
We reviewed last week test result. We went through how to install Python editor Thonny. We started with creating variable in Python. No Homework.
Homework: Create a new python file March23_Homework.py Page 20 to 23 Page 34 to 39 Send me an email to gamas@ayclogic.com attach your file.
We reviewed our String functions and List homeworks. We learned how get input from shell. We learned how to do simple IF-ELSE statements Homework: Create a program that would do the followingRead More...
We reviewed Function homework. We learned about Function with return value. Homework: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/ do only number 1 Do page 143.
We completed Kaleido Spiral Homework: Continue with your final project. For those of you who has not submitted the final project picture, please do it.
We completed Baby Name Generator program. Next week Final project is due April 4, 2020. It is 20% of your class grade. Please email me your final project the latest on thatRead More...
We reviewed the homework (You can go to college). We learned more about IF-ELSE-ELIF. Homework: Do your homework in file called <Name>_March30_Homework_TellMeYourAge.py . If your name is Abigail then name the homeworkRead More...
We went through homework: How old are you We enhanced "How old are you?" with forever loop and the ability to break from the loop when user enters "quit". We learn onRead More...
We went over the Function homework. We went over how to create a random number and how to select a random element from List. Homework: https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/
We reviewed the final project progress. We learned how to create triangle: upside down and right side up Homework: Continue making progress on your final project. The final project is due onRead More...
Final project is due today (20%) Next week is Final Test (2 hours, 80%), study the following Baby Name Generator program Tell me your age program Make sure you know how toRead More...
We reviewed the Quiz result. We went over Random. Homework: Do magic 8 ball game from https://www.ayclogic.com/coding-in-python-level-1/magic-8-ball/ Do starwars functions from number 2 and 3: https://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
We went over String built-int functions .title() .lower() .upper() .rstrip() .lstrip() .strip() We went over List Homework: Name your file "April4_HomeworkList": P.34 to 41