Python notes for Math 9:
https://christopherdavisuci.github.io...
Python playlists for Math 9:
Python data types: • Python data types
Alternating list: • Alternating list
NumPy: • NumPy
Pythonic code: • Pythonic code
Matplotlib: • Matplotlib
Newton's Method: • Newton's Method
Pillow image processing: • Pillow image processing
Brief introduction to object-oriented programming: • Brief introduction to object-oriented prog...
00:00 Motivation
0:15 Exponentiation
1:00 Casting range to list,tuple,set
2:00 Timing in Jupyter
2:32 Interpreting results
3:41 How are sets faster?