9AM – Intro to Python – Saagar
Today we did: Covered more examples of functions with return values. Did 3 problems together as a group Had each student write their own functions to solve a problem Introduction to randomRead More...
Today we did: Covered more examples of functions with return values. Did 3 problems together as a group Had each student write their own functions to solve a problem Introduction to randomRead More...
Today We Do We reviewed List homework from page 42 and 43. We learned about For Loop. How to use for loop to go through each element inside a list. How toRead More...
Today We Did For loops using range() (gives us every index) For each loops (gives us every value) Remember list gives us the value at that index, even inside for loopsRead More...
Today We Did We finished reviewing Dictionary homework. We reviewed phone book small program and how to utilize Python Dictionary to store and search phone numbers. We learned how to read errorRead More...
Today We Did Learned about range(value) function, gives list from 0 to value - 1 (ex: range(4) gives ) Learned about for each loops, gives every value in list Learned about forRead More...
Today We Did We finished Face2 shape. We created draw_letter_A function inside Oct18_DrawLetterAndOctagon.py. We copied draw_octagon function from Sep13_Turtle4ShapesHomework.py into Oct18_DrawLetterAndOctagon.py and added x and y coordinates. Homework Start making progress forRead 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...