5 PM – Intro To Python Catchup
5 PM – Intro To Python Catchup
We learned about data type and variables Homework: Create a new Python file March14_StringHomeworks.py Page 20 to 23
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...
We started on Hangman project. We were able to choose a random secret word. We were able to draw our health symbols using unicode. We were able to draw question marks ("?")Read More...
Today we completed: Quiz 1 Homework: No homework, enjoy your week off! If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today we went over: Draw images like a smiley face and complex polygons with turtle in python Homework: Review the criteria for this class’ final project: https://www.ayclogic.com/intro-to-python-final-project-criteria/ Draw a project proposal that fulfillsRead More...
We continued with Hang Man game. We handled when user enter the entire word correctly. We handled when user enter incorrect answer. We reduce the health when user enter incorrect answer. Homework:Read More...
Today we went over: Quiz 1 Problems An introduction to functions without return values Homework: Pg. 130-133
Today we went over: In-depth review over Final Project proposal criteria A grocery system in python Homework: Email your project proposal to nathaniel@ayclogic.com (Please do this ASAP because I need to approveRead More...
we continued with Hangman project. We figure out how to find a letter position in a word. For example, letter "a" is in the 3rd position in the word "dragon". This isRead More...
Today we completed: Learning about functions without return values Homework: The 2 questions in the file named "Apr24_FunctionsPart2.py" (found in the google drive) I will also leave the questions below: ''' Homework:Read More...
Today we: Covered any project questions Reviewed GrocerySystem.py Began building the robux transaction system Homework: Email me a picture of your project proposal if you have not done so already Keep workingRead More...
We completed Hangman game project. We started learning how to read python error messages Homework: Create a new file April30_FixPythonBugHomework.py Copy and paste the broken code from https://www.ayclogic.com/fixing-python-bugs/ to above file FixRead More...
Today we started: Learning about functions with return values Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Numbers 6 and 7! If you have any questions, feel free to email me at nathaniel@ayclogic.com!
Today we completed: Version 1 of the Robux System Homework: Finish up the final project for this class (due date is May 8) Make sure that your final project fulfills all requirementsRead More...