7 PM – Intro To Python
7 PM – Intro To Python
Next week is 1st quiz, please prepare the following You need to have a gmail account. During the quiz, you can use Thonny, but you cannot look at previous exercises. Study theRead More...
Next week is 1st quiz, please prepare the following You need to have a gmail account. During the quiz, you can use Thonny, but you cannot look at previous exercises. Study theRead More...
Today we went over: List Homework review Finished List operations and how to apply lists. Homework: Page 42 3-5 and 3-6 (Try it yourself) If you have any questions, please feel freeRead More...
Today we finished: Quiz 2 Homework: No Homework, congratulations on getting through the second quiz! If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today we went over: List Homework For Loops Homework: Page 52, 57, 58 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today we went over: Quiz 2 loop and function practice problems Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
We went over concept of variables and data types String Integer Float Boolean We went over how to combine String together Homework: Create a Python file March14_StringHomework.py Copy codes from the bookRead More...
Homework: Create file March19_FunctionNoReturnValueHomework.py Do page 131 - TRY IT YOURSELF Do page 137 - TRY IT YOURSELF
Today we went over: For loop homework A brief introduction to While loops Homework: Page 121, 123 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today we went over: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Homework: In the google drive, there is a file called "Mar27_QuizReviewHomework.py" that contains the 3 questions to be completed. The homework questions will also be provided below.Read More...
Homework: Create March26_FunctionsWithReturnValue.py file Do homework from page 139 Do only the first question from https://www.ayclogic.com/intro-to-python/star-wars-problem/
Today we went over: The last lesson for while loops Homework: Pg. 123 7-4 and 7-5 (try it yourself section) If you have any questions, please feel free to email me atRead More...
Today we went over: An introduction to Turtle in Python Showed how to use fill, color, goto, penup, pendown functions that help draw an image Learned how to use functions to createRead More...
We learned about data type and variables Homework: Create a new Python file March14_StringHomeworks.py Page 20 to 23
We finished discussing about Function With Return value, We started learning how to generate random numbers and how to choose random element from List in Python. Homework: In the same file thatRead More...
Today we went over: The last while loop homework Quiz 1 Review Homework: Study for Quiz 1 which will be next Saturday on April 10, 2021 Review the lecture notes and quizRead More...
Today we went over: How to build the body, arms, and head of the robot using Turtle in Python How to draw spirals by manipulating circles in Turtle Homework: Review the criteriaRead More...