10 AM – Intro To Python – Indo – Gamas
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 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.
Today We Did Learned about how while loops continue to loop when their condition (turns into a boolean) is true Reviewed how to get user input ( input() ) Remembered that forRead More...
Today We Did We reviewed turtle project result. We started and completed Kaleido spiral project. Homework Make progress on your Turtle project, it is due on Nov 15. By next week youRead More...
Today We Did: We learned about class class attributes class init function class self. Homework Create Nov2_ClassHomework2.py Answer question from page 162: TRY IT YOURSELF: 9-1, 9-2, 9-3.
Today We Did Variables have a name and a value. Variables are like a box that wraps around a "thing" (value). The values of a variable can be one of four differentRead More...
Today we did: Went over the magic 8 ball problem using random.choice() Discussed debugging, different types of errors, how to go about fixing these errors Briefly went over this problem at endRead More...
Homework Create a new Python file in Thonny Nov4_StringHomework.py Copy codes from page 20 to 23. If you do not have the book yet, you can look here IntroToPythonP20toP23 Upload your homeworksRead More...