6 PM – Python OOP – Gamas
Today We Did We reviewed Phone Book Dictionary homework. We learned how to loop through every element inside List. Homework Change RobuxShoppingCart project (the one from Intro To Python class) to useRead More...
Today We Did We reviewed Phone Book Dictionary homework. We learned how to loop through every element inside List. Homework Change RobuxShoppingCart project (the one from Intro To Python class) to useRead More...
Today we did: Reviewed the Star Wars homework Went over using the random module in context of the Magic 8 ball problem Did some more practice with the random module and randint/choiceRead More...
Today We Did We reviewed List For Loop homework. We do more exercise with List, For Loop and getting input from user. Homework Create Oct22_ForLoopRangeHomework.py Copy code from page 57, 58. AlsoRead More...
Today We Did We learned how to fix Python errors. We learned functions without return value. Homework Create Oct22_FunctionHomework.py Copy codes from page 132 to 134. Copy codes from https://www.ayclogic.com/fix-python-bugs-2/ and fixRead More...
Today We Did Lots of review on if statements inside of for loops Created for loops that loop through indices Created for loops that loop through values (those are called "for eachRead More...
Today We Did Reviewed "for each" loops (loops through every value) Reviewed loops that loop through every index Learned how to put if statements inside of for loops Understood that variables createdRead More...
Today We Did We went over some of the students turtle project. We reviewed how to fix the octagon project that is not showing in 0,0 coordinate. We display how to doRead More...
Today We Did We reviewed For Loop Range homework. We reviewed some homework about List and If Elif Else statements. Also added OR operator. All files have been uploaded to google driveRead More...
Today We Did While loops continue to loop when the condition is True Reviewed how to increment variables ( counter += 1 ) Homework Homework: Page 118 and 121: 10th week Homework:Read More...
Today We Did We learned function with return value. We learned random module. We learned how to create random number between range. We learned how to choose random element from a list.